Shades of Deep Lilac #AB4DBB
Tints of Deep Lilac #AB4DBB
RGB
CMYK
RGB Variations
Color information
#AB4DBB (or 0xAB4DBB) is known color: Deep Lilac. HEX triplet: AB, 4D and BB. RGB value is (171,77,187). Sum of RGB (Red+Green+Blue) = 171+77+187=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 77 (30.47% from 255 or 17.70% from 435); Blue value is 187 (73.44% from 255 or 42.99% from 435); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB4DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DBB is #54B244. Grayscale: #757575. Windows color (decimal): -5550661 or 12275115. OLE color: 12275115.
HSL color Cylindrical-coordinate representation of color #AB4DBB: hue angle of 291.27º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB4DBB is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 77 | 187 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.27 |
| HSL | 291.27º | 0.45% | 0.52% | - |
| HSV(B) | 291.27º | 0.59% | 0.73% | - |
| XYZ | 28.42 | 17.55 | 48.9 | - |
| YUV | 117.65 | 167.14 | 166.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 187 | 0.09 | 0.59 | 0 | 0.27 | 291.27 | 0.45 | 0.52 |
| Hex | AB | 4D | BB | 9 | 3B | 0 | 1B | 123 | 2D | 34 |
| Octal | 253 | 115 | 273 | 11 | 73 | 0 | 33 | 443 | 55 | 64 |
| Binary | 10101011 | 1001101 | 10111011 | 1001 | 111011 | 0 | 11011 | 100100011 | 101101 | 110100 |
Color Harmonies of #AB4DBB
Complementary color
Monochromatic Colors of #AB4DBB
Black with #AB4DBB
Text Example
Text Example
White with #AB4DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DBB; }
p { color: rgb(171,77,187); }
H1.HeaderClassName
{
color: #AB4DBB;
}
.AnyTagClassName
{
color: #AB4DBB;
}
</style>
background-color css
<style>
a { background-color: #AB4DBB; }
a { background-color: rgb(171,77,187); }
div.DivClassName
{
background-color: #AB4DBB;
}
.BgClassName
{
background-color: #AB4DBB;
}
</style>
border-color css
<style>
span { border-color: #AB4DBB; }
span { border-color: rgb(171,77,187); }
td.TdClassName
{
border-color: #AB4DBB;
}
.TagClassName
{
border-color: #AB4DBB;
}
</style>