Shades of Deep Lilac #AB55BA
Tints of Deep Lilac #AB55BA
RGB
CMYK
RGB Variations
Color information
#AB55BA (or 0xAB55BA) is known color: Deep Lilac. HEX triplet: AB, 55 and BA. RGB value is (171,85,186). Sum of RGB (Red+Green+Blue) = 171+85+186=442 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.69% from 442); Green value is 85 (33.59% from 255 or 19.23% from 442); Blue value is 186 (73.05% from 255 or 42.08% from 442); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB55BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55BA is #54AA45. Grayscale: #797979. Windows color (decimal): -5548614 or 12211627. OLE color: 12211627.
HSL color Cylindrical-coordinate representation of color #AB55BA: hue angle of 291.09º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB55BA is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 85 | 186 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.27 |
| HSL | 291.09º | 0.42% | 0.53% | - |
| HSV(B) | 291.09º | 0.54% | 0.73% | - |
| XYZ | 28.91 | 18.7 | 48.54 | - |
| YUV | 122.23 | 163.99 | 162.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 186 | 0.08 | 0.54 | 0 | 0.27 | 291.09 | 0.42 | 0.53 |
| Hex | AB | 55 | BA | 8 | 36 | 0 | 1B | 123 | 2A | 35 |
| Octal | 253 | 125 | 272 | 10 | 66 | 0 | 33 | 443 | 52 | 65 |
| Binary | 10101011 | 1010101 | 10111010 | 1000 | 110110 | 0 | 11011 | 100100011 | 101010 | 110101 |
Color Harmonies of #AB55BA
Complementary color
Monochromatic Colors of #AB55BA
Black with #AB55BA
Text Example
Text Example
White with #AB55BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB55BA; }
p { color: rgb(171,85,186); }
H1.HeaderClassName
{
color: #AB55BA;
}
.AnyTagClassName
{
color: #AB55BA;
}
</style>
background-color css
<style>
a { background-color: #AB55BA; }
a { background-color: rgb(171,85,186); }
div.DivClassName
{
background-color: #AB55BA;
}
.BgClassName
{
background-color: #AB55BA;
}
</style>
border-color css
<style>
span { border-color: #AB55BA; }
span { border-color: rgb(171,85,186); }
td.TdClassName
{
border-color: #AB55BA;
}
.TagClassName
{
border-color: #AB55BA;
}
</style>