Shades of Lilac #C9ACC9
Tints of Lilac #C9ACC9
RGB
CMYK
RGB Variations
Color information
#C9ACC9 (or 0xC9ACC9) is known color: Lilac. HEX triplet: C9, AC and C9. RGB value is (201,172,201). Sum of RGB (Red+Green+Blue) = 201+172+201=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 201 (78.91% from 255 or 35.02% from 574); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C9ACC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9ACC9 is #365336. Grayscale: #B7B7B7. Windows color (decimal): -3560247 or 13216969. OLE color: 13216969.
HSL color Cylindrical-coordinate representation of color #C9ACC9: hue angle of 300º degrees, saturation: 0.21, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C9ACC9 is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 172 | 201 | - |
CMYK | 0 | 0.14 | 0 | 0.21 |
HSL | 300º | 0.21% | 0.73% | - |
HSV(B) | 300º | 0.14% | 0.79% | - |
XYZ | 49.38 | 46.14 | 61.56 | - |
YUV | 183.98 | 137.61 | 140.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 172 | 201 | 0 | 0.14 | 0 | 0.21 | 300 | 0.21 | 0.73 |
Hex | C9 | AC | C9 | 0 | E | 0 | 15 | 12C | 15 | 49 |
Octal | 311 | 254 | 311 | 0 | 16 | 0 | 25 | 454 | 25 | 111 |
Binary | 11001001 | 10101100 | 11001001 | 0 | 1110 | 0 | 10101 | 100101100 | 10101 | 1001001 |
Color Harmonies of #C9ACC9
Complementary color
Monochromatic Colors of #C9ACC9
Black with #C9ACC9
Text Example
Text Example
White with #C9ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9ACC9; }
p { color: rgb(201,172,201); }
H1.HeaderClassName
{
color: #C9ACC9;
}
.AnyTagClassName
{
color: #C9ACC9;
}
</style>
background-color css
<style>
a { background-color: #C9ACC9; }
a { background-color: rgb(201,172,201); }
div.DivClassName
{
background-color: #C9ACC9;
}
.BgClassName
{
background-color: #C9ACC9;
}
</style>
border-color css
<style>
span { border-color: #C9ACC9; }
span { border-color: rgb(201,172,201); }
td.TdClassName
{
border-color: #C9ACC9;
}
.TagClassName
{
border-color: #C9ACC9;
}
</style>