Shades of Lilac #C9AACC
Tints of Lilac #C9AACC
RGB
CMYK
RGB Variations
Color information
#C9AACC (or 0xC9AACC) is known color: Lilac. HEX triplet: C9, AA and CC. RGB value is (201,170,204). Sum of RGB (Red+Green+Blue) = 201+170+204=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 170 (66.80% from 255 or 29.57% from 575); Blue value is 204 (80.08% from 255 or 35.48% from 575); Max value from RGB is 204 - color contains mainly: blue. Hex color #C9AACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AACC is #365533. Grayscale: #B7B7B7. Windows color (decimal): -3560756 or 13413065. OLE color: 13413065.
HSL color Cylindrical-coordinate representation of color #C9AACC: hue angle of 294.71º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #C9AACC is Cyan = 0.01, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 201 | 170 | 204 | - |
| CMYK | 0.01 | 0.17 | 0 | 0.2 |
| HSL | 294.71º | 0.25% | 0.73% | - |
| HSV(B) | 294.71º | 0.17% | 0.8% | - |
| XYZ | 49.36 | 45.53 | 63.31 | - |
| YUV | 183.15 | 139.77 | 140.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 170 | 204 | 0.01 | 0.17 | 0 | 0.2 | 294.71 | 0.25 | 0.73 |
| Hex | C9 | AA | CC | 1 | 11 | 0 | 14 | 127 | 19 | 49 |
| Octal | 311 | 252 | 314 | 1 | 21 | 0 | 24 | 447 | 31 | 111 |
| Binary | 11001001 | 10101010 | 11001100 | 1 | 10001 | 0 | 10100 | 100100111 | 11001 | 1001001 |
Color Harmonies of #C9AACC
Complementary color
Monochromatic Colors of #C9AACC
Black with #C9AACC
Text Example
Text Example
White with #C9AACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AACC; }
p { color: rgb(201,170,204); }
H1.HeaderClassName
{
color: #C9AACC;
}
.AnyTagClassName
{
color: #C9AACC;
}
</style>
background-color css
<style>
a { background-color: #C9AACC; }
a { background-color: rgb(201,170,204); }
div.DivClassName
{
background-color: #C9AACC;
}
.BgClassName
{
background-color: #C9AACC;
}
</style>
border-color css
<style>
span { border-color: #C9AACC; }
span { border-color: rgb(201,170,204); }
td.TdClassName
{
border-color: #C9AACC;
}
.TagClassName
{
border-color: #C9AACC;
}
</style>