Shades of Lilac #C5AFC9
Tints of Lilac #C5AFC9
RGB
CMYK
RGB Variations
Color information
#C5AFC9 (or 0xC5AFC9) is known color: Lilac. HEX triplet: C5, AF and C9. RGB value is (197,175,201). Sum of RGB (Red+Green+Blue) = 197+175+201=573 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.38% from 573); Green value is 175 (68.75% from 255 or 30.54% from 573); Blue value is 201 (78.91% from 255 or 35.08% from 573); Max value from RGB is 201 - color contains mainly: blue. Hex color #C5AFC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AFC9 is #3A5036. Grayscale: #B8B8B8. Windows color (decimal): -3821623 or 13217733. OLE color: 13217733.
HSL color Cylindrical-coordinate representation of color #C5AFC9: hue angle of 290.77º 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 #C5AFC9 is Cyan = 0.02, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 175 | 201 | - |
| CMYK | 0.02 | 0.13 | 0 | 0.21 |
| HSL | 290.77º | 0.19% | 0.74% | - |
| HSV(B) | 290.77º | 0.13% | 0.79% | - |
| XYZ | 48.9 | 46.75 | 61.7 | - |
| YUV | 184.54 | 137.29 | 136.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 175 | 201 | 0.02 | 0.13 | 0 | 0.21 | 290.77 | 0.19 | 0.74 |
| Hex | C5 | AF | C9 | 2 | D | 0 | 15 | 123 | 13 | 4A |
| Octal | 305 | 257 | 311 | 2 | 15 | 0 | 25 | 443 | 23 | 112 |
| Binary | 11000101 | 10101111 | 11001001 | 10 | 1101 | 0 | 10101 | 100100011 | 10011 | 1001010 |
Color Harmonies of #C5AFC9
Complementary color
Monochromatic Colors of #C5AFC9
Black with #C5AFC9
Text Example
Text Example
White with #C5AFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AFC9; }
p { color: rgb(197,175,201); }
H1.HeaderClassName
{
color: #C5AFC9;
}
.AnyTagClassName
{
color: #C5AFC9;
}
</style>
background-color css
<style>
a { background-color: #C5AFC9; }
a { background-color: rgb(197,175,201); }
div.DivClassName
{
background-color: #C5AFC9;
}
.BgClassName
{
background-color: #C5AFC9;
}
</style>
border-color css
<style>
span { border-color: #C5AFC9; }
span { border-color: rgb(197,175,201); }
td.TdClassName
{
border-color: #C5AFC9;
}
.TagClassName
{
border-color: #C5AFC9;
}
</style>