static method RGB2HEX Converts RGB object to RRGGBB string rgb string Let's say you have some color you like. You need to generate few more colors with the same saturation and value (black color ...
(description adapted from https://en.wikipedia.org/wiki/RGB_color_model and https://en.wikipedia.org/wiki/HSL_and_HSV).
This allows for up to 256 levels of each color component. For example, bright red is specified as CXFF0000, white as CXFFFFFF ... You can specify colors that do not have a predefined SAS color name by ...