Shades of Deep Lilac #AB55BD
Tints of Deep Lilac #AB55BD
RGB
CMYK
RGB Variations
Color information
#AB55BD (or 0xAB55BD) is known color: Deep Lilac. HEX triplet: AB, 55 and BD. RGB value is (171,85,189). Sum of RGB (Red+Green+Blue) = 171+85+189=445 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.43% from 445); Green value is 85 (33.59% from 255 or 19.10% from 445); Blue value is 189 (74.22% from 255 or 42.47% from 445); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB55BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55BD is #54AA42. Grayscale: #7A7A7A. Windows color (decimal): -5548611 or 12408235. OLE color: 12408235.
HSL color Cylindrical-coordinate representation of color #AB55BD: hue angle of 289.62º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB55BD is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 85 | 189 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.26 |
| HSL | 289.62º | 0.44% | 0.54% | - |
| HSV(B) | 289.62º | 0.55% | 0.74% | - |
| XYZ | 29.23 | 18.83 | 50.24 | - |
| YUV | 122.57 | 165.49 | 162.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 189 | 0.10 | 0.55 | 0 | 0.26 | 289.62 | 0.44 | 0.54 |
| Hex | AB | 55 | BD | A | 37 | 0 | 1A | 122 | 2C | 36 |
| Octal | 253 | 125 | 275 | 12 | 67 | 0 | 32 | 442 | 54 | 66 |
| Binary | 10101011 | 1010101 | 10111101 | 1010 | 110111 | 0 | 11010 | 100100010 | 101100 | 110110 |
Color Harmonies of #AB55BD
Complementary color
Monochromatic Colors of #AB55BD
Black with #AB55BD
Text Example
Text Example
White with #AB55BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB55BD; }
p { color: rgb(171,85,189); }
H1.HeaderClassName
{
color: #AB55BD;
}
.AnyTagClassName
{
color: #AB55BD;
}
</style>
background-color css
<style>
a { background-color: #AB55BD; }
a { background-color: rgb(171,85,189); }
div.DivClassName
{
background-color: #AB55BD;
}
.BgClassName
{
background-color: #AB55BD;
}
</style>
border-color css
<style>
span { border-color: #AB55BD; }
span { border-color: rgb(171,85,189); }
td.TdClassName
{
border-color: #AB55BD;
}
.TagClassName
{
border-color: #AB55BD;
}
</style>