Shades of Deep Lilac #AB59BB
Tints of Deep Lilac #AB59BB
RGB
CMYK
RGB Variations
Color information
#AB59BB (or 0xAB59BB) is known color: Deep Lilac. HEX triplet: AB, 59 and BB. RGB value is (171,89,187). Sum of RGB (Red+Green+Blue) = 171+89+187=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 187 (73.44% from 255 or 41.83% from 447); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB59BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB59BB is #54A644. Grayscale: #7C7C7C. Windows color (decimal): -5547589 or 12278187. OLE color: 12278187.
HSL color Cylindrical-coordinate representation of color #AB59BB: hue angle of 290.2º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB59BB is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 89 | 187 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.27 |
| HSL | 290.2º | 0.42% | 0.54% | - |
| HSV(B) | 290.2º | 0.52% | 0.73% | - |
| XYZ | 29.34 | 19.39 | 49.21 | - |
| YUV | 124.69 | 163.17 | 161.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 89 | 187 | 0.09 | 0.52 | 0 | 0.27 | 290.2 | 0.42 | 0.54 |
| Hex | AB | 59 | BB | 9 | 34 | 0 | 1B | 122 | 2A | 36 |
| Octal | 253 | 131 | 273 | 11 | 64 | 0 | 33 | 442 | 52 | 66 |
| Binary | 10101011 | 1011001 | 10111011 | 1001 | 110100 | 0 | 11011 | 100100010 | 101010 | 110110 |
Color Harmonies of #AB59BB
Complementary color
Monochromatic Colors of #AB59BB
Black with #AB59BB
Text Example
Text Example
White with #AB59BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB59BB; }
p { color: rgb(171,89,187); }
H1.HeaderClassName
{
color: #AB59BB;
}
.AnyTagClassName
{
color: #AB59BB;
}
</style>
background-color css
<style>
a { background-color: #AB59BB; }
a { background-color: rgb(171,89,187); }
div.DivClassName
{
background-color: #AB59BB;
}
.BgClassName
{
background-color: #AB59BB;
}
</style>
border-color css
<style>
span { border-color: #AB59BB; }
span { border-color: rgb(171,89,187); }
td.TdClassName
{
border-color: #AB59BB;
}
.TagClassName
{
border-color: #AB59BB;
}
</style>