Shades of Deep Lilac #AB53C0
Tints of Deep Lilac #AB53C0
RGB
CMYK
RGB Variations
Color information
#AB53C0 (or 0xAB53C0) is known color: Deep Lilac. HEX triplet: AB, 53 and C0. RGB value is (171,83,192). Sum of RGB (Red+Green+Blue) = 171+83+192=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 83 (32.81% from 255 or 18.61% from 446); Blue value is 192 (75.39% from 255 or 43.05% from 446); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB53C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB53C0 is #54AC3F. Grayscale: #797979. Windows color (decimal): -5549120 or 12604331. OLE color: 12604331.
HSL color Cylindrical-coordinate representation of color #AB53C0: hue angle of 288.44º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AB53C0 is Cyan = 0.11, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 83 | 192 | - |
| CMYK | 0.11 | 0.57 | 0 | 0.25 |
| HSL | 288.44º | 0.46% | 0.54% | - |
| HSV(B) | 288.44º | 0.57% | 0.75% | - |
| XYZ | 29.4 | 18.65 | 51.92 | - |
| YUV | 121.74 | 167.65 | 163.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 83 | 192 | 0.11 | 0.57 | 0 | 0.25 | 288.44 | 0.46 | 0.54 |
| Hex | AB | 53 | C0 | B | 39 | 0 | 19 | 120 | 2E | 36 |
| Octal | 253 | 123 | 300 | 13 | 71 | 0 | 31 | 440 | 56 | 66 |
| Binary | 10101011 | 1010011 | 11000000 | 1011 | 111001 | 0 | 11001 | 100100000 | 101110 | 110110 |
Color Harmonies of #AB53C0
Complementary color
Monochromatic Colors of #AB53C0
Black with #AB53C0
Text Example
Text Example
White with #AB53C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB53C0; }
p { color: rgb(171,83,192); }
H1.HeaderClassName
{
color: #AB53C0;
}
.AnyTagClassName
{
color: #AB53C0;
}
</style>
background-color css
<style>
a { background-color: #AB53C0; }
a { background-color: rgb(171,83,192); }
div.DivClassName
{
background-color: #AB53C0;
}
.BgClassName
{
background-color: #AB53C0;
}
</style>
border-color css
<style>
span { border-color: #AB53C0; }
span { border-color: rgb(171,83,192); }
td.TdClassName
{
border-color: #AB53C0;
}
.TagClassName
{
border-color: #AB53C0;
}
</style>