Shades of Lilac #C5AAC1
Tints of Lilac #C5AAC1
RGB
CMYK
RGB Variations
Color information
#C5AAC1 (or 0xC5AAC1) is known color: Lilac. HEX triplet: C5, AA and C1. RGB value is (197,170,193). Sum of RGB (Red+Green+Blue) = 197+170+193=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 193 (75.78% from 255 or 34.46% from 560); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AAC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5AAC1 is #3A553E. Grayscale: #B4B4B4. Windows color (decimal): -3822911 or 12692165. OLE color: 12692165.
HSL color Cylindrical-coordinate representation of color #C5AAC1: hue angle of 308.89º 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 #C5AAC1 is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 170 | 193 | - |
| CMYK | 0 | 0.14 | 0.02 | 0.23 |
| HSL | 308.89º | 0.19% | 0.72% | - |
| HSV(B) | 308.89º | 0.14% | 0.77% | - |
| XYZ | 47.03 | 44.47 | 56.56 | - |
| YUV | 180.7 | 134.95 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 170 | 193 | 0 | 0.14 | 0.02 | 0.23 | 308.89 | 0.19 | 0.72 |
| Hex | C5 | AA | C1 | 0 | E | 2 | 17 | 135 | 13 | 48 |
| Octal | 305 | 252 | 301 | 0 | 16 | 2 | 27 | 465 | 23 | 110 |
| Binary | 11000101 | 10101010 | 11000001 | 0 | 1110 | 10 | 10111 | 100110101 | 10011 | 1001000 |
Color Harmonies of #C5AAC1
Complementary color
Monochromatic Colors of #C5AAC1
Black with #C5AAC1
Text Example
Text Example
White with #C5AAC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5AAC1; }
p { color: rgb(197,170,193); }
H1.HeaderClassName
{
color: #C5AAC1;
}
.AnyTagClassName
{
color: #C5AAC1;
}
</style>
background-color css
<style>
a { background-color: #C5AAC1; }
a { background-color: rgb(197,170,193); }
div.DivClassName
{
background-color: #C5AAC1;
}
.BgClassName
{
background-color: #C5AAC1;
}
</style>
border-color css
<style>
span { border-color: #C5AAC1; }
span { border-color: rgb(197,170,193); }
td.TdClassName
{
border-color: #C5AAC1;
}
.TagClassName
{
border-color: #C5AAC1;
}
</style>