Shades of Lilac #C5ABC2
Tints of Lilac #C5ABC2
RGB
CMYK
RGB Variations
Color information
#C5ABC2 (or 0xC5ABC2) is known color: Lilac. HEX triplet: C5, AB and C2. RGB value is (197,171,194). Sum of RGB (Red+Green+Blue) = 197+171+194=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 171 (67.19% from 255 or 30.43% from 562); Blue value is 194 (76.17% from 255 or 34.52% from 562); Max value from RGB is 197 - color contains mainly: red. Hex color #C5ABC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C5ABC2 is #3A543D. Grayscale: #B5B5B5. Windows color (decimal): -3822654 or 12757957. OLE color: 12757957.
HSL color Cylindrical-coordinate representation of color #C5ABC2: hue angle of 306.92º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #C5ABC2 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 171 | 194 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.23 |
| HSL | 306.92º | 0.18% | 0.72% | - |
| HSV(B) | 306.92º | 0.13% | 0.77% | - |
| XYZ | 47.33 | 44.89 | 57.21 | - |
| YUV | 181.4 | 135.11 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 171 | 194 | 0 | 0.13 | 0.02 | 0.23 | 306.92 | 0.18 | 0.72 |
| Hex | C5 | AB | C2 | 0 | D | 2 | 17 | 133 | 12 | 48 |
| Octal | 305 | 253 | 302 | 0 | 15 | 2 | 27 | 463 | 22 | 110 |
| Binary | 11000101 | 10101011 | 11000010 | 0 | 1101 | 10 | 10111 | 100110011 | 10010 | 1001000 |
Color Harmonies of #C5ABC2
Complementary color
Monochromatic Colors of #C5ABC2
Black with #C5ABC2
Text Example
Text Example
White with #C5ABC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5ABC2; }
p { color: rgb(197,171,194); }
H1.HeaderClassName
{
color: #C5ABC2;
}
.AnyTagClassName
{
color: #C5ABC2;
}
</style>
background-color css
<style>
a { background-color: #C5ABC2; }
a { background-color: rgb(197,171,194); }
div.DivClassName
{
background-color: #C5ABC2;
}
.BgClassName
{
background-color: #C5ABC2;
}
</style>
border-color css
<style>
span { border-color: #C5ABC2; }
span { border-color: rgb(197,171,194); }
td.TdClassName
{
border-color: #C5ABC2;
}
.TagClassName
{
border-color: #C5ABC2;
}
</style>