Shades of Deep Lilac #AB6EBC
Tints of Deep Lilac #AB6EBC
RGB
CMYK
RGB Variations
Color information
#AB6EBC (or 0xAB6EBC) is known color: Deep Lilac. HEX triplet: AB, 6E and BC. RGB value is (171,110,188). Sum of RGB (Red+Green+Blue) = 171+110+188=469 (62% of max value = 765). Red value is 171 (67.19% from 255 or 36.46% from 469); Green value is 110 (43.36% from 255 or 23.45% from 469); Blue value is 188 (73.83% from 255 or 40.09% from 469); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB6EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6EBC is #549143. Grayscale: #888888. Windows color (decimal): -5542212 or 12349099. OLE color: 12349099.
HSL color Cylindrical-coordinate representation of color #AB6EBC: hue angle of 286.92º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AB6EBC is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 110 | 188 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.26 |
| HSL | 286.92º | 0.37% | 0.58% | - |
| HSV(B) | 286.92º | 0.41% | 0.74% | - |
| XYZ | 31.45 | 23.44 | 50.44 | - |
| YUV | 137.13 | 156.71 | 152.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 110 | 188 | 0.09 | 0.41 | 0 | 0.26 | 286.92 | 0.37 | 0.58 |
| Hex | AB | 6E | BC | 9 | 29 | 0 | 1A | 11F | 25 | 3A |
| Octal | 253 | 156 | 274 | 11 | 51 | 0 | 32 | 437 | 45 | 72 |
| Binary | 10101011 | 1101110 | 10111100 | 1001 | 101001 | 0 | 11010 | 100011111 | 100101 | 111010 |
Color Harmonies of #AB6EBC
Complementary color
Monochromatic Colors of #AB6EBC
Black with #AB6EBC
Text Example
Text Example
White with #AB6EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6EBC; }
p { color: rgb(171,110,188); }
H1.HeaderClassName
{
color: #AB6EBC;
}
.AnyTagClassName
{
color: #AB6EBC;
}
</style>
background-color css
<style>
a { background-color: #AB6EBC; }
a { background-color: rgb(171,110,188); }
div.DivClassName
{
background-color: #AB6EBC;
}
.BgClassName
{
background-color: #AB6EBC;
}
</style>
border-color css
<style>
span { border-color: #AB6EBC; }
span { border-color: rgb(171,110,188); }
td.TdClassName
{
border-color: #AB6EBC;
}
.TagClassName
{
border-color: #AB6EBC;
}
</style>