Shades of Deep Lilac #AB58BD
Tints of Deep Lilac #AB58BD
RGB
CMYK
RGB Variations
Color information
#AB58BD (or 0xAB58BD) is known color: Deep Lilac. HEX triplet: AB, 58 and BD. RGB value is (171,88,189). Sum of RGB (Red+Green+Blue) = 171+88+189=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 88 (34.77% from 255 or 19.64% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB58BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB58BD is #54A742. Grayscale: #7C7C7C. Windows color (decimal): -5547843 or 12409003. OLE color: 12409003.
HSL color Cylindrical-coordinate representation of color #AB58BD: hue angle of 289.31º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB58BD is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 88 | 189 | - |
| CMYK | 0.10 | 0.53 | 0 | 0.26 |
| HSL | 289.31º | 0.43% | 0.54% | - |
| HSV(B) | 289.31º | 0.53% | 0.74% | - |
| XYZ | 29.47 | 19.31 | 50.32 | - |
| YUV | 124.33 | 164.5 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 88 | 189 | 0.10 | 0.53 | 0 | 0.26 | 289.31 | 0.43 | 0.54 |
| Hex | AB | 58 | BD | A | 35 | 0 | 1A | 121 | 2B | 36 |
| Octal | 253 | 130 | 275 | 12 | 65 | 0 | 32 | 441 | 53 | 66 |
| Binary | 10101011 | 1011000 | 10111101 | 1010 | 110101 | 0 | 11010 | 100100001 | 101011 | 110110 |
Color Harmonies of #AB58BD
Complementary color
Monochromatic Colors of #AB58BD
Black with #AB58BD
Text Example
Text Example
White with #AB58BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB58BD; }
p { color: rgb(171,88,189); }
H1.HeaderClassName
{
color: #AB58BD;
}
.AnyTagClassName
{
color: #AB58BD;
}
</style>
background-color css
<style>
a { background-color: #AB58BD; }
a { background-color: rgb(171,88,189); }
div.DivClassName
{
background-color: #AB58BD;
}
.BgClassName
{
background-color: #AB58BD;
}
</style>
border-color css
<style>
span { border-color: #AB58BD; }
span { border-color: rgb(171,88,189); }
td.TdClassName
{
border-color: #AB58BD;
}
.TagClassName
{
border-color: #AB58BD;
}
</style>