Shades of Deep Lilac #AB4EBA
Tints of Deep Lilac #AB4EBA
RGB
CMYK
RGB Variations
Color information
#AB4EBA (or 0xAB4EBA) is known color: Deep Lilac. HEX triplet: AB, 4E and BA. RGB value is (171,78,186). Sum of RGB (Red+Green+Blue) = 171+78+186=435 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.31% from 435); Green value is 78 (30.86% from 255 or 17.93% from 435); Blue value is 186 (73.05% from 255 or 42.76% from 435); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB4EBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB4EBA is #54B145. Grayscale: #757575. Windows color (decimal): -5550406 or 12209835. OLE color: 12209835.
HSL color Cylindrical-coordinate representation of color #AB4EBA: hue angle of 291.67º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB4EBA is Cyan = 0.08, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 78 | 186 | - |
| CMYK | 0.08 | 0.58 | 0 | 0.27 |
| HSL | 291.67º | 0.44% | 0.52% | - |
| HSV(B) | 291.67º | 0.58% | 0.73% | - |
| XYZ | 28.38 | 17.65 | 48.37 | - |
| YUV | 118.12 | 166.31 | 165.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 78 | 186 | 0.08 | 0.58 | 0 | 0.27 | 291.67 | 0.44 | 0.52 |
| Hex | AB | 4E | BA | 8 | 3A | 0 | 1B | 124 | 2C | 34 |
| Octal | 253 | 116 | 272 | 10 | 72 | 0 | 33 | 444 | 54 | 64 |
| Binary | 10101011 | 1001110 | 10111010 | 1000 | 111010 | 0 | 11011 | 100100100 | 101100 | 110100 |
Color Harmonies of #AB4EBA
Complementary color
Monochromatic Colors of #AB4EBA
Black with #AB4EBA
Text Example
Text Example
White with #AB4EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4EBA; }
p { color: rgb(171,78,186); }
H1.HeaderClassName
{
color: #AB4EBA;
}
.AnyTagClassName
{
color: #AB4EBA;
}
</style>
background-color css
<style>
a { background-color: #AB4EBA; }
a { background-color: rgb(171,78,186); }
div.DivClassName
{
background-color: #AB4EBA;
}
.BgClassName
{
background-color: #AB4EBA;
}
</style>
border-color css
<style>
span { border-color: #AB4EBA; }
span { border-color: rgb(171,78,186); }
td.TdClassName
{
border-color: #AB4EBA;
}
.TagClassName
{
border-color: #AB4EBA;
}
</style>