RGB values, HEX values, HSL values, RGBA values, and HSLA values.
colors values between 0 and 255 This means that there are 256 x 256 x 256 = 16777216 possible colors.
The alpha parameter is a number between 0.0 (fully transparent) and 1.0 (not transparent at all)
A hexadecimal color is specified with: #RRGGBB, where the RR (red), GG (green) and BB (blue) hexadecimal integers specify the components of the color. hexadecimal values between 00 and ff.
HSL stands for hue saturation and lightness. Hue is a degree on the color wheel from 0 to 360. 0 is red, 120 is green, and 240 is blue. Saturation is a percentage value, 0% means a shade of gray, and 100% is the full color. Lightness is also a percentage value, 0% is black, and 100% is white.
The alpha parameter is a number between 0.0 (fully transparent) and 1.0 (not transparent at all)