Shades of Deep Lilac #AB56C2
Tints of Deep Lilac #AB56C2
RGB
CMYK
RGB Variations
Color information
#AB56C2 (or 0xAB56C2) is known color: Deep Lilac. HEX triplet: AB, 56 and C2. RGB value is (171,86,194). Sum of RGB (Red+Green+Blue) = 171+86+194=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 194 (76.17% from 255 or 43.02% from 451); Max value from RGB is 194 - color contains mainly: blue. Hex color #AB56C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB56C2 is #54A93D. Grayscale: #7B7B7B. Windows color (decimal): -5548350 or 12736171. OLE color: 12736171.
HSL color Cylindrical-coordinate representation of color #AB56C2: hue angle of 287.22º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB56C2 is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 86 | 194 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.24 |
| HSL | 287.22º | 0.47% | 0.55% | - |
| HSV(B) | 287.22º | 0.56% | 0.76% | - |
| XYZ | 29.86 | 19.21 | 53.17 | - |
| YUV | 123.73 | 167.66 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 194 | 0.12 | 0.56 | 0 | 0.24 | 287.22 | 0.47 | 0.55 |
| Hex | AB | 56 | C2 | C | 38 | 0 | 18 | 11F | 2F | 37 |
| Octal | 253 | 126 | 302 | 14 | 70 | 0 | 30 | 437 | 57 | 67 |
| Binary | 10101011 | 1010110 | 11000010 | 1100 | 111000 | 0 | 11000 | 100011111 | 101111 | 110111 |
Color Harmonies of #AB56C2
Complementary color
Monochromatic Colors of #AB56C2
Black with #AB56C2
Text Example
Text Example
White with #AB56C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB56C2; }
p { color: rgb(171,86,194); }
H1.HeaderClassName
{
color: #AB56C2;
}
.AnyTagClassName
{
color: #AB56C2;
}
</style>
background-color css
<style>
a { background-color: #AB56C2; }
a { background-color: rgb(171,86,194); }
div.DivClassName
{
background-color: #AB56C2;
}
.BgClassName
{
background-color: #AB56C2;
}
</style>
border-color css
<style>
span { border-color: #AB56C2; }
span { border-color: rgb(171,86,194); }
td.TdClassName
{
border-color: #AB56C2;
}
.TagClassName
{
border-color: #AB56C2;
}
</style>