Shades of Deep Lilac #AB51BD
Tints of Deep Lilac #AB51BD
RGB
CMYK
RGB Variations
Color information
#AB51BD (or 0xAB51BD) is known color: Deep Lilac. HEX triplet: AB, 51 and BD. RGB value is (171,81,189). Sum of RGB (Red+Green+Blue) = 171+81+189=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 81 (32.03% from 255 or 18.37% from 441); Blue value is 189 (74.22% from 255 or 42.86% from 441); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB51BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB51BD is #54AE42. Grayscale: #777777. Windows color (decimal): -5549635 or 12407211. OLE color: 12407211.
HSL color Cylindrical-coordinate representation of color #AB51BD: hue angle of 290º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB51BD is Cyan = 0.10, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 81 | 189 | - |
| CMYK | 0.10 | 0.57 | 0 | 0.26 |
| HSL | 290º | 0.45% | 0.53% | - |
| HSV(B) | 290º | 0.57% | 0.74% | - |
| XYZ | 28.92 | 18.22 | 50.14 | - |
| YUV | 120.22 | 166.82 | 164.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 81 | 189 | 0.10 | 0.57 | 0 | 0.26 | 290 | 0.45 | 0.53 |
| Hex | AB | 51 | BD | A | 39 | 0 | 1A | 122 | 2D | 35 |
| Octal | 253 | 121 | 275 | 12 | 71 | 0 | 32 | 442 | 55 | 65 |
| Binary | 10101011 | 1010001 | 10111101 | 1010 | 111001 | 0 | 11010 | 100100010 | 101101 | 110101 |
Color Harmonies of #AB51BD
Complementary color
Monochromatic Colors of #AB51BD
Black with #AB51BD
Text Example
Text Example
White with #AB51BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB51BD; }
p { color: rgb(171,81,189); }
H1.HeaderClassName
{
color: #AB51BD;
}
.AnyTagClassName
{
color: #AB51BD;
}
</style>
background-color css
<style>
a { background-color: #AB51BD; }
a { background-color: rgb(171,81,189); }
div.DivClassName
{
background-color: #AB51BD;
}
.BgClassName
{
background-color: #AB51BD;
}
</style>
border-color css
<style>
span { border-color: #AB51BD; }
span { border-color: rgb(171,81,189); }
td.TdClassName
{
border-color: #AB51BD;
}
.TagClassName
{
border-color: #AB51BD;
}
</style>