Shades of Deep Lilac #AB4DC0
Tints of Deep Lilac #AB4DC0
RGB
CMYK
RGB Variations
Color information
#AB4DC0 (or 0xAB4DC0) is known color: Deep Lilac. HEX triplet: AB, 4D and C0. RGB value is (171,77,192). Sum of RGB (Red+Green+Blue) = 171+77+192=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 77 (30.47% from 255 or 17.5% from 440); Blue value is 192 (75.39% from 255 or 43.64% from 440); Max value from RGB is 192 - color contains mainly: blue. Hex color #AB4DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DC0 is #54B23F. Grayscale: #757575. Windows color (decimal): -5550656 or 12602795. OLE color: 12602795.
HSL color Cylindrical-coordinate representation of color #AB4DC0: hue angle of 289.04º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4DC0 is Cyan = 0.11, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 77 | 192 | - |
| CMYK | 0.11 | 0.60 | 0 | 0.25 |
| HSL | 289.04º | 0.48% | 0.53% | - |
| HSV(B) | 289.04º | 0.6% | 0.75% | - |
| XYZ | 28.96 | 17.77 | 51.77 | - |
| YUV | 118.22 | 169.64 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 192 | 0.11 | 0.60 | 0 | 0.25 | 289.04 | 0.48 | 0.53 |
| Hex | AB | 4D | C0 | B | 3C | 0 | 19 | 121 | 30 | 35 |
| Octal | 253 | 115 | 300 | 13 | 74 | 0 | 31 | 441 | 60 | 65 |
| Binary | 10101011 | 1001101 | 11000000 | 1011 | 111100 | 0 | 11001 | 100100001 | 110000 | 110101 |
Color Harmonies of #AB4DC0
Complementary color
Monochromatic Colors of #AB4DC0
Black with #AB4DC0
Text Example
Text Example
White with #AB4DC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DC0; }
p { color: rgb(171,77,192); }
H1.HeaderClassName
{
color: #AB4DC0;
}
.AnyTagClassName
{
color: #AB4DC0;
}
</style>
background-color css
<style>
a { background-color: #AB4DC0; }
a { background-color: rgb(171,77,192); }
div.DivClassName
{
background-color: #AB4DC0;
}
.BgClassName
{
background-color: #AB4DC0;
}
</style>
border-color css
<style>
span { border-color: #AB4DC0; }
span { border-color: rgb(171,77,192); }
td.TdClassName
{
border-color: #AB4DC0;
}
.TagClassName
{
border-color: #AB4DC0;
}
</style>