Shades of Lilac #C5AAC2
Tints of Lilac #C5AAC2
RGB
CMYK
RGB Variations
Color information
#C5AAC2 (or 0xC5AAC2) is known color: Lilac. HEX triplet: C5, AA and C2. RGB value is (197,170,194). Sum of RGB (Red+Green+Blue) = 197+170+194=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 194 (76.17% from 255 or 34.58% from 561); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAC2 is #3A553D. Grayscale: #B4B4B4. Windows color (decimal): -3822910 or 12757701. OLE color: 12757701.
HSL color Cylindrical-coordinate representation of color #C5AAC2: hue angle of 306.67º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C5AAC2 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 194 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.23 |
| HSL | 306.67º | 0.19% | 0.72% | - |
| HSV(B) | 306.67º | 0.14% | 0.77% | - |
| XYZ | 47.14 | 44.51 | 57.15 | - |
| YUV | 180.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 194 | 0 | 0.14 | 0.02 | 0.23 | 306.67 | 0.19 | 0.72 |
| Hex | C5 | AA | C2 | 0 | E | 2 | 17 | 133 | 13 | 48 |
| Octal | 305 | 252 | 302 | 0 | 16 | 2 | 27 | 463 | 23 | 110 |
| Binary | 11000101 | 10101010 | 11000010 | 0 | 1110 | 10 | 10111 | 100110011 | 10011 | 1001000 |
Color Harmonies of #C5AAC2
Complementary color
Monochromatic Colors of #C5AAC2
Black with #C5AAC2
Text Example
Text Example
White with #C5AAC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAC2; }
p { color: rgb(197,170,194); }
H1.HeaderClassName
{
color: #C5AAC2;
}
.AnyTagClassName
{
color: #C5AAC2;
}
</style>
background-color css
<style>
a { background-color: #C5AAC2; }
a { background-color: rgb(197,170,194); }
div.DivClassName
{
background-color: #C5AAC2;
}
.BgClassName
{
background-color: #C5AAC2;
}
</style>
border-color css
<style>
span { border-color: #C5AAC2; }
span { border-color: rgb(197,170,194); }
td.TdClassName
{
border-color: #C5AAC2;
}
.TagClassName
{
border-color: #C5AAC2;
}
</style>