Reading RGB/RGBa Color Values | kirupa.com

by kirupa | 28 November 2009

Hexadecimal values have a lot more use than just the hardware/debugging related information I mentioned in my Counting in Hexadecimal post. If you do any type of design, you are probably familiar with the hex codes used for describing a color. The most common way for describing colors has been RGB where a pair of values specify the level of Red, Green, and Blue. For example, a color such as pure white would be #FFFFFF.


This is a companion discussion topic for the original entry at http://www.kirupa.com/hodgepodge/reading_argb_rgb_color_values.htm