Shades of Lilac #C6ABC5
Tints of Lilac #C6ABC5
RGB
CMYK
RGB Variations
Color information
#C6ABC5 (or 0xC6ABC5) is known color: Lilac. HEX triplet: C6, AB and C5. RGB value is (198,171,197). Sum of RGB (Red+Green+Blue) = 198+171+197=566 (74% of max value = 765). Red value is 198 (77.73% from 255 or 34.98% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 197 (77.34% from 255 or 34.81% from 566); Max value from RGB is 198 - color contains mainly: red. Hex color #C6ABC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C6ABC5 is #39543A. Grayscale: #B5B5B5. Windows color (decimal): -3757115 or 12954566. OLE color: 12954566.
HSL color Cylindrical-coordinate representation of color #C6ABC5: hue angle of 302.22º degrees, saturation: 0.19, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #C6ABC5 is Cyan = 0, Magento = 0.14, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 197 | - |
| CMYK | 0 | 0.14 | 0.01 | 0.22 |
| HSL | 302.22º | 0.19% | 0.72% | - |
| HSV(B) | 302.22º | 0.14% | 0.78% | - |
| XYZ | 47.93 | 45.16 | 59.01 | - |
| YUV | 182.04 | 136.45 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 197 | 0 | 0.14 | 0.01 | 0.22 | 302.22 | 0.19 | 0.72 |
| Hex | C6 | AB | C5 | 0 | E | 1 | 16 | 12E | 13 | 48 |
| Octal | 306 | 253 | 305 | 0 | 16 | 1 | 26 | 456 | 23 | 110 |
| Binary | 11000110 | 10101011 | 11000101 | 0 | 1110 | 1 | 10110 | 100101110 | 10011 | 1001000 |
Color Harmonies of #C6ABC5
Complementary color
Monochromatic Colors of #C6ABC5
Black with #C6ABC5
Text Example
Text Example
White with #C6ABC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6ABC5; }
p { color: rgb(198,171,197); }
H1.HeaderClassName
{
color: #C6ABC5;
}
.AnyTagClassName
{
color: #C6ABC5;
}
</style>
background-color css
<style>
a { background-color: #C6ABC5; }
a { background-color: rgb(198,171,197); }
div.DivClassName
{
background-color: #C6ABC5;
}
.BgClassName
{
background-color: #C6ABC5;
}
</style>
border-color css
<style>
span { border-color: #C6ABC5; }
span { border-color: rgb(198,171,197); }
td.TdClassName
{
border-color: #C6ABC5;
}
.TagClassName
{
border-color: #C6ABC5;
}
</style>