Shades of Lilac #CAA4C9
Tints of Lilac #CAA4C9
RGB
CMYK
RGB Variations
Color information
#CAA4C9 (or 0xCAA4C9) is known color: Lilac. HEX triplet: CA, A4 and C9. RGB value is (202,164,201). Sum of RGB (Red+Green+Blue) = 202+164+201=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 164 (64.45% from 255 or 28.92% from 567); Blue value is 201 (78.91% from 255 or 35.45% from 567); Max value from RGB is 202 - color contains mainly: red. Hex color #CAA4C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4C9 is #355B36. Grayscale: #B3B3B3. Windows color (decimal): -3496759 or 13214922. OLE color: 13214922.
HSL color Cylindrical-coordinate representation of color #CAA4C9: hue angle of 301.58º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CAA4C9 is Cyan = 0, Magento = 0.19, Yellow = 0.00 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 164 | 201 | - |
| CMYK | 0 | 0.19 | 0.00 | 0.21 |
| HSL | 301.58º | 0.26% | 0.72% | - |
| HSV(B) | 301.58º | 0.19% | 0.79% | - |
| XYZ | 48.18 | 43.32 | 61.08 | - |
| YUV | 179.58 | 140.09 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 201 | 0 | 0.19 | 0.00 | 0.21 | 301.58 | 0.26 | 0.72 |
| Hex | CA | A4 | C9 | 0 | 13 | 0 | 15 | 12E | 1A | 48 |
| Octal | 312 | 244 | 311 | 0 | 23 | 0 | 25 | 456 | 32 | 110 |
| Binary | 11001010 | 10100100 | 11001001 | 0 | 10011 | 0 | 10101 | 100101110 | 11010 | 1001000 |
Color Harmonies of #CAA4C9
Complementary color
Monochromatic Colors of #CAA4C9
Black with #CAA4C9
Text Example
Text Example
White with #CAA4C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4C9; }
p { color: rgb(202,164,201); }
H1.HeaderClassName
{
color: #CAA4C9;
}
.AnyTagClassName
{
color: #CAA4C9;
}
</style>
background-color css
<style>
a { background-color: #CAA4C9; }
a { background-color: rgb(202,164,201); }
div.DivClassName
{
background-color: #CAA4C9;
}
.BgClassName
{
background-color: #CAA4C9;
}
</style>
border-color css
<style>
span { border-color: #CAA4C9; }
span { border-color: rgb(202,164,201); }
td.TdClassName
{
border-color: #CAA4C9;
}
.TagClassName
{
border-color: #CAA4C9;
}
</style>