Shades of Deep Lilac #AB58BA
Tints of Deep Lilac #AB58BA
RGB
CMYK
RGB Variations
Color information
#AB58BA (or 0xAB58BA) is known color: Deep Lilac. HEX triplet: AB, 58 and BA. RGB value is (171,88,186). Sum of RGB (Red+Green+Blue) = 171+88+186=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 88 (34.77% from 255 or 19.78% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB58BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58BA is #54A745. Grayscale: #7B7B7B. Windows color (decimal): -5547846 or 12212395. OLE color: 12212395.
HSL color Cylindrical-coordinate representation of color #AB58BA: hue angle of 290.82º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB58BA is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 88 | 186 | - |
| CMYK | 0.08 | 0.53 | 0 | 0.27 |
| HSL | 290.82º | 0.42% | 0.54% | - |
| HSV(B) | 290.82º | 0.53% | 0.73% | - |
| XYZ | 29.15 | 19.18 | 48.62 | - |
| YUV | 123.99 | 163 | 161.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 186 | 0.08 | 0.53 | 0 | 0.27 | 290.82 | 0.42 | 0.54 |
| Hex | AB | 58 | BA | 8 | 35 | 0 | 1B | 123 | 2A | 36 |
| Octal | 253 | 130 | 272 | 10 | 65 | 0 | 33 | 443 | 52 | 66 |
| Binary | 10101011 | 1011000 | 10111010 | 1000 | 110101 | 0 | 11011 | 100100011 | 101010 | 110110 |
Color Harmonies of #AB58BA
Complementary color
Monochromatic Colors of #AB58BA
Black with #AB58BA
Text Example
Text Example
White with #AB58BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB58BA; }
p { color: rgb(171,88,186); }
H1.HeaderClassName
{
color: #AB58BA;
}
.AnyTagClassName
{
color: #AB58BA;
}
</style>
background-color css
<style>
a { background-color: #AB58BA; }
a { background-color: rgb(171,88,186); }
div.DivClassName
{
background-color: #AB58BA;
}
.BgClassName
{
background-color: #AB58BA;
}
</style>
border-color css
<style>
span { border-color: #AB58BA; }
span { border-color: rgb(171,88,186); }
td.TdClassName
{
border-color: #AB58BA;
}
.TagClassName
{
border-color: #AB58BA;
}
</style>