Shades of Deep Lilac #AB54C0
Tints of Deep Lilac #AB54C0
RGB
CMYK
RGB Variations
Color information
#AB54C0 (or 0xAB54C0) is known color: Deep Lilac. HEX triplet: AB, 54 and C0. RGB value is (171,84,192). Sum of RGB (Red+Green+Blue) = 171+84+192=447 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.26% from 447); Green value is 84 (33.20% from 255 or 18.79% from 447); Blue value is 192 (75.39% from 255 or 42.95% from 447); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB54C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54C0 is #54AB3F. Grayscale: #797979. Windows color (decimal): -5548864 or 12604587. OLE color: 12604587.
HSL color Cylindrical-coordinate representation of color #AB54C0: hue angle of 288.33º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB54C0 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 84 | 192 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.25 |
| HSL | 288.33º | 0.46% | 0.54% | - |
| HSV(B) | 288.33º | 0.56% | 0.75% | - |
| XYZ | 29.48 | 18.8 | 51.95 | - |
| YUV | 122.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 192 | 0.11 | 0.56 | 0 | 0.25 | 288.33 | 0.46 | 0.54 |
| Hex | AB | 54 | C0 | B | 38 | 0 | 19 | 120 | 2E | 36 |
| Octal | 253 | 124 | 300 | 13 | 70 | 0 | 31 | 440 | 56 | 66 |
| Binary | 10101011 | 1010100 | 11000000 | 1011 | 111000 | 0 | 11001 | 100100000 | 101110 | 110110 |
Color Harmonies of #AB54C0
Complementary color
Monochromatic Colors of #AB54C0
Black with #AB54C0
Text Example
Text Example
White with #AB54C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB54C0; }
p { color: rgb(171,84,192); }
H1.HeaderClassName
{
color: #AB54C0;
}
.AnyTagClassName
{
color: #AB54C0;
}
</style>
background-color css
<style>
a { background-color: #AB54C0; }
a { background-color: rgb(171,84,192); }
div.DivClassName
{
background-color: #AB54C0;
}
.BgClassName
{
background-color: #AB54C0;
}
</style>
border-color css
<style>
span { border-color: #AB54C0; }
span { border-color: rgb(171,84,192); }
td.TdClassName
{
border-color: #AB54C0;
}
.TagClassName
{
border-color: #AB54C0;
}
</style>