Shades of Lilac #C9AFC9
Tints of Lilac #C9AFC9
RGB
CMYK
RGB Variations
Color information
#C9AFC9 (or 0xC9AFC9) is known color: Lilac. HEX triplet: C9, AF and C9. RGB value is (201,175,201). Sum of RGB (Red+Green+Blue) = 201+175+201=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 201 (78.91% from 255 or 34.84% from 577); Max value from RGB is 201 - color contains mainly: red, blue. Hex color #C9AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C9AFC9 is #365036. Grayscale: #B9B9B9. Windows color (decimal): -3559479 or 13217737. OLE color: 13217737.
HSL color Cylindrical-coordinate representation of color #C9AFC9: hue angle of 300º degrees, saturation: 0.19, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C9AFC9 is Cyan = 0, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
RGB | 201 | 175 | 201 | - |
CMYK | 0 | 0.13 | 0 | 0.21 |
HSL | 300º | 0.19% | 0.74% | - |
HSV(B) | 300º | 0.13% | 0.79% | - |
XYZ | 49.96 | 47.29 | 61.75 | - |
YUV | 185.74 | 136.61 | 138.89 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 175 | 201 | 0 | 0.13 | 0 | 0.21 | 300 | 0.19 | 0.74 |
Hex | C9 | AF | C9 | 0 | D | 0 | 15 | 12C | 13 | 4A |
Octal | 311 | 257 | 311 | 0 | 15 | 0 | 25 | 454 | 23 | 112 |
Binary | 11001001 | 10101111 | 11001001 | 0 | 1101 | 0 | 10101 | 100101100 | 10011 | 1001010 |
Color Harmonies of #C9AFC9
Complementary color
Monochromatic Colors of #C9AFC9
Black with #C9AFC9
Text Example
Text Example
White with #C9AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9AFC9; }
p { color: rgb(201,175,201); }
H1.HeaderClassName
{
color: #C9AFC9;
}
.AnyTagClassName
{
color: #C9AFC9;
}
</style>
background-color css
<style>
a { background-color: #C9AFC9; }
a { background-color: rgb(201,175,201); }
div.DivClassName
{
background-color: #C9AFC9;
}
.BgClassName
{
background-color: #C9AFC9;
}
</style>
border-color css
<style>
span { border-color: #C9AFC9; }
span { border-color: rgb(201,175,201); }
td.TdClassName
{
border-color: #C9AFC9;
}
.TagClassName
{
border-color: #C9AFC9;
}
</style>