Shades of Lilac #C5AACA
Tints of Lilac #C5AACA
RGB
CMYK
RGB Variations
Color information
#C5AACA (or 0xC5AACA) is known color: Lilac. HEX triplet: C5, AA and CA. RGB value is (197,170,202). Sum of RGB (Red+Green+Blue) = 197+170+202=569 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.62% from 569); Green value is 170 (66.80% from 255 or 29.88% from 569); Blue value is 202 (79.30% from 255 or 35.50% from 569); Max value from RGB is 202 - color contains mainly: blue. Hex color #C5AACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AACA is #3A5535. Grayscale: #B5B5B5. Windows color (decimal): -3822902 or 13281989. OLE color: 13281989.
HSL color Cylindrical-coordinate representation of color #C5AACA: hue angle of 290.62º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #C5AACA is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 197 | 170 | 202 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.21 |
| HSL | 290.63º | 0.23% | 0.73% | - |
| HSV(B) | 290.63º | 0.16% | 0.79% | - |
| XYZ | 48.06 | 44.88 | 62.01 | - |
| YUV | 181.72 | 139.45 | 138.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 202 | 0.02 | 0.16 | 0 | 0.21 | 290.63 | 0.23 | 0.73 |
| Hex | C5 | AA | CA | 2 | 10 | 0 | 15 | 123 | 17 | 49 |
| Octal | 305 | 252 | 312 | 2 | 20 | 0 | 25 | 443 | 27 | 111 |
| Binary | 11000101 | 10101010 | 11001010 | 10 | 10000 | 0 | 10101 | 100100011 | 10111 | 1001001 |
Color Harmonies of #C5AACA
Complementary color
Monochromatic Colors of #C5AACA
Black with #C5AACA
Text Example
Text Example
White with #C5AACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AACA; }
p { color: rgb(197,170,202); }
H1.HeaderClassName
{
color: #C5AACA;
}
.AnyTagClassName
{
color: #C5AACA;
}
</style>
background-color css
<style>
a { background-color: #C5AACA; }
a { background-color: rgb(197,170,202); }
div.DivClassName
{
background-color: #C5AACA;
}
.BgClassName
{
background-color: #C5AACA;
}
</style>
border-color css
<style>
span { border-color: #C5AACA; }
span { border-color: rgb(197,170,202); }
td.TdClassName
{
border-color: #C5AACA;
}
.TagClassName
{
border-color: #C5AACA;
}
</style>