Shades of Deep Lilac #AB4ABB
Tints of Deep Lilac #AB4ABB
RGB
CMYK
RGB Variations
Color information
#AB4ABB (or 0xAB4ABB) is known color: Deep Lilac. HEX triplet: AB, 4A and BB. RGB value is (171,74,187). Sum of RGB (Red+Green+Blue) = 171+74+187=432 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.58% from 432); Green value is 74 (29.30% from 255 or 17.13% from 432); Blue value is 187 (73.44% from 255 or 43.29% from 432); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB4ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4ABB is #54B544. Grayscale: #737373. Windows color (decimal): -5551429 or 12274347. OLE color: 12274347.
HSL color Cylindrical-coordinate representation of color #AB4ABB: hue angle of 291.5º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AB4ABB is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 74 | 187 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.27 |
| HSL | 291.5º | 0.45% | 0.51% | - |
| HSV(B) | 291.5º | 0.6% | 0.73% | - |
| XYZ | 28.21 | 17.14 | 48.84 | - |
| YUV | 115.89 | 168.14 | 167.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 74 | 187 | 0.09 | 0.60 | 0 | 0.27 | 291.5 | 0.45 | 0.51 |
| Hex | AB | 4A | BB | 9 | 3C | 0 | 1B | 124 | 2D | 33 |
| Octal | 253 | 112 | 273 | 11 | 74 | 0 | 33 | 444 | 55 | 63 |
| Binary | 10101011 | 1001010 | 10111011 | 1001 | 111100 | 0 | 11011 | 100100100 | 101101 | 110011 |
Color Harmonies of #AB4ABB
Complementary color
Monochromatic Colors of #AB4ABB
Black with #AB4ABB
Text Example
Text Example
White with #AB4ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4ABB; }
p { color: rgb(171,74,187); }
H1.HeaderClassName
{
color: #AB4ABB;
}
.AnyTagClassName
{
color: #AB4ABB;
}
</style>
background-color css
<style>
a { background-color: #AB4ABB; }
a { background-color: rgb(171,74,187); }
div.DivClassName
{
background-color: #AB4ABB;
}
.BgClassName
{
background-color: #AB4ABB;
}
</style>
border-color css
<style>
span { border-color: #AB4ABB; }
span { border-color: rgb(171,74,187); }
td.TdClassName
{
border-color: #AB4ABB;
}
.TagClassName
{
border-color: #AB4ABB;
}
</style>