Shades of Lilac #CAAAC9
Tints of Lilac #CAAAC9
RGB
CMYK
RGB Variations
Color information
#CAAAC9 (or 0xCAAAC9) is known color: Lilac. HEX triplet: CA, AA and C9. RGB value is (202,170,201). Sum of RGB (Red+Green+Blue) = 202+170+201=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 170 (66.80% from 255 or 29.67% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 202 - color contains mainly: red. Hex color #CAAAC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAAAC9 is #355536. Grayscale: #B7B7B7. Windows color (decimal): -3495223 or 13216458. OLE color: 13216458.
HSL color Cylindrical-coordinate representation of color #CAAAC9: hue angle of 301.88º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CAAAC9 is Cyan = 0, Magento = 0.16, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 170 | 201 | - |
| CMYK | 0 | 0.16 | 0.00 | 0.21 |
| HSL | 301.88º | 0.23% | 0.73% | - |
| HSV(B) | 301.88º | 0.16% | 0.79% | - |
| XYZ | 49.27 | 45.52 | 61.45 | - |
| YUV | 183.1 | 138.1 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 170 | 201 | 0 | 0.16 | 0.00 | 0.21 | 301.88 | 0.23 | 0.73 |
| Hex | CA | AA | C9 | 0 | 10 | 0 | 15 | 12E | 17 | 49 |
| Octal | 312 | 252 | 311 | 0 | 20 | 0 | 25 | 456 | 27 | 111 |
| Binary | 11001010 | 10101010 | 11001001 | 0 | 10000 | 0 | 10101 | 100101110 | 10111 | 1001001 |
Color Harmonies of #CAAAC9
Complementary color
Monochromatic Colors of #CAAAC9
Black with #CAAAC9
Text Example
Text Example
White with #CAAAC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAAAC9; }
p { color: rgb(202,170,201); }
H1.HeaderClassName
{
color: #CAAAC9;
}
.AnyTagClassName
{
color: #CAAAC9;
}
</style>
background-color css
<style>
a { background-color: #CAAAC9; }
a { background-color: rgb(202,170,201); }
div.DivClassName
{
background-color: #CAAAC9;
}
.BgClassName
{
background-color: #CAAAC9;
}
</style>
border-color css
<style>
span { border-color: #CAAAC9; }
span { border-color: rgb(202,170,201); }
td.TdClassName
{
border-color: #CAAAC9;
}
.TagClassName
{
border-color: #CAAAC9;
}
</style>