Shades of Deep Lilac #AB53BD
Tints of Deep Lilac #AB53BD
RGB
CMYK
RGB Variations
Color information
#AB53BD (or 0xAB53BD) is known color: Deep Lilac. HEX triplet: AB, 53 and BD. RGB value is (171,83,189). Sum of RGB (Red+Green+Blue) = 171+83+189=443 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.60% from 443); Green value is 83 (32.81% from 255 or 18.74% from 443); Blue value is 189 (74.22% from 255 or 42.66% from 443); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB53BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB53BD is #54AC42. Grayscale: #797979. Windows color (decimal): -5549123 or 12407723. OLE color: 12407723.
HSL color Cylindrical-coordinate representation of color #AB53BD: hue angle of 289.81º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB53BD is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 83 | 189 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.26 |
| HSL | 289.81º | 0.45% | 0.53% | - |
| HSV(B) | 289.81º | 0.56% | 0.74% | - |
| XYZ | 29.07 | 18.52 | 50.19 | - |
| YUV | 121.4 | 166.15 | 163.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 189 | 0.10 | 0.56 | 0 | 0.26 | 289.81 | 0.45 | 0.53 |
| Hex | AB | 53 | BD | A | 38 | 0 | 1A | 122 | 2D | 35 |
| Octal | 253 | 123 | 275 | 12 | 70 | 0 | 32 | 442 | 55 | 65 |
| Binary | 10101011 | 1010011 | 10111101 | 1010 | 111000 | 0 | 11010 | 100100010 | 101101 | 110101 |
Color Harmonies of #AB53BD
Complementary color
Monochromatic Colors of #AB53BD
Black with #AB53BD
Text Example
Text Example
White with #AB53BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB53BD; }
p { color: rgb(171,83,189); }
H1.HeaderClassName
{
color: #AB53BD;
}
.AnyTagClassName
{
color: #AB53BD;
}
</style>
background-color css
<style>
a { background-color: #AB53BD; }
a { background-color: rgb(171,83,189); }
div.DivClassName
{
background-color: #AB53BD;
}
.BgClassName
{
background-color: #AB53BD;
}
</style>
border-color css
<style>
span { border-color: #AB53BD; }
span { border-color: rgb(171,83,189); }
td.TdClassName
{
border-color: #AB53BD;
}
.TagClassName
{
border-color: #AB53BD;
}
</style>