Shades of Deep Lilac #AB4DBC
Tints of Deep Lilac #AB4DBC
RGB
CMYK
RGB Variations
Color information
#AB4DBC (or 0xAB4DBC) is known color: Deep Lilac. HEX triplet: AB, 4D and BC. RGB value is (171,77,188). Sum of RGB (Red+Green+Blue) = 171+77+188=436 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.22% from 436); Green value is 77 (30.47% from 255 or 17.66% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #AB4DBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4DBC is #54B243. Grayscale: #757575. Windows color (decimal): -5550660 or 12340651. OLE color: 12340651.
HSL color Cylindrical-coordinate representation of color #AB4DBC: hue angle of 290.81º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB4DBC is Cyan = 0.09, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 77 | 188 | - |
| CMYK | 0.09 | 0.59 | 0 | 0.26 |
| HSL | 290.81º | 0.45% | 0.52% | - |
| HSV(B) | 290.81º | 0.59% | 0.74% | - |
| XYZ | 28.53 | 17.6 | 49.47 | - |
| YUV | 117.76 | 167.64 | 165.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 77 | 188 | 0.09 | 0.59 | 0 | 0.26 | 290.81 | 0.45 | 0.52 |
| Hex | AB | 4D | BC | 9 | 3B | 0 | 1A | 123 | 2D | 34 |
| Octal | 253 | 115 | 274 | 11 | 73 | 0 | 32 | 443 | 55 | 64 |
| Binary | 10101011 | 1001101 | 10111100 | 1001 | 111011 | 0 | 11010 | 100100011 | 101101 | 110100 |
Color Harmonies of #AB4DBC
Complementary color
Monochromatic Colors of #AB4DBC
Black with #AB4DBC
Text Example
Text Example
White with #AB4DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4DBC; }
p { color: rgb(171,77,188); }
H1.HeaderClassName
{
color: #AB4DBC;
}
.AnyTagClassName
{
color: #AB4DBC;
}
</style>
background-color css
<style>
a { background-color: #AB4DBC; }
a { background-color: rgb(171,77,188); }
div.DivClassName
{
background-color: #AB4DBC;
}
.BgClassName
{
background-color: #AB4DBC;
}
</style>
border-color css
<style>
span { border-color: #AB4DBC; }
span { border-color: rgb(171,77,188); }
td.TdClassName
{
border-color: #AB4DBC;
}
.TagClassName
{
border-color: #AB4DBC;
}
</style>