Shades of Lilac #C4ABC5
Tints of Lilac #C4ABC5
RGB
CMYK
RGB Variations
Color information
#C4ABC5 (or 0xC4ABC5) is known color: Lilac. HEX triplet: C4, AB and C5. RGB value is (196,171,197). Sum of RGB (Red+Green+Blue) = 196+171+197=564 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.75% from 564); Green value is 171 (67.19% from 255 or 30.32% from 564); Blue value is 197 (77.34% from 255 or 34.93% from 564); Max value from RGB is 197 - color contains mainly: blue. Hex color #C4ABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C4ABC5 is #3B543A. Grayscale: #B5B5B5. Windows color (decimal): -3888187 or 12954564. OLE color: 12954564.
HSL color Cylindrical-coordinate representation of color #C4ABC5: hue angle of 297.69º 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 #C4ABC5 is Cyan = 0.01, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 171 | 197 | - |
| CMYK | 0.01 | 0.13 | 0 | 0.23 |
| HSL | 297.69º | 0.18% | 0.72% | - |
| HSV(B) | 297.69º | 0.13% | 0.77% | - |
| XYZ | 47.41 | 44.89 | 58.99 | - |
| YUV | 181.44 | 136.78 | 138.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 171 | 197 | 0.01 | 0.13 | 0 | 0.23 | 297.69 | 0.18 | 0.72 |
| Hex | C4 | AB | C5 | 1 | D | 0 | 17 | 12A | 12 | 48 |
| Octal | 304 | 253 | 305 | 1 | 15 | 0 | 27 | 452 | 22 | 110 |
| Binary | 11000100 | 10101011 | 11000101 | 1 | 1101 | 0 | 10111 | 100101010 | 10010 | 1001000 |
Color Harmonies of #C4ABC5
Complementary color
Monochromatic Colors of #C4ABC5
Black with #C4ABC5
Text Example
Text Example
White with #C4ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4ABC5; }
p { color: rgb(196,171,197); }
H1.HeaderClassName
{
color: #C4ABC5;
}
.AnyTagClassName
{
color: #C4ABC5;
}
</style>
background-color css
<style>
a { background-color: #C4ABC5; }
a { background-color: rgb(196,171,197); }
div.DivClassName
{
background-color: #C4ABC5;
}
.BgClassName
{
background-color: #C4ABC5;
}
</style>
border-color css
<style>
span { border-color: #C4ABC5; }
span { border-color: rgb(196,171,197); }
td.TdClassName
{
border-color: #C4ABC5;
}
.TagClassName
{
border-color: #C4ABC5;
}
</style>