Shades of Deep Lilac #AB4BB9
Tints of Deep Lilac #AB4BB9
RGB
CMYK
RGB Variations
Color information
#AB4BB9 (or 0xAB4BB9) is known color: Deep Lilac. HEX triplet: AB, 4B and B9. RGB value is (171,75,185). Sum of RGB (Red+Green+Blue) = 171+75+185=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 75 (29.69% from 255 or 17.40% from 431); Blue value is 185 (72.66% from 255 or 42.92% from 431); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB4BB9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BB9 is #54B446. Grayscale: #737373. Windows color (decimal): -5551175 or 12143531. OLE color: 12143531.
HSL color Cylindrical-coordinate representation of color #AB4BB9: hue angle of 292.36º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AB4BB9 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 75 | 185 | - |
| CMYK | 0.08 | 0.59 | 0 | 0.27 |
| HSL | 292.36º | 0.44% | 0.51% | - |
| HSV(B) | 292.36º | 0.59% | 0.73% | - |
| XYZ | 28.07 | 17.19 | 47.74 | - |
| YUV | 116.24 | 166.8 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 185 | 0.08 | 0.59 | 0 | 0.27 | 292.36 | 0.44 | 0.51 |
| Hex | AB | 4B | B9 | 8 | 3B | 0 | 1B | 124 | 2C | 33 |
| Octal | 253 | 113 | 271 | 10 | 73 | 0 | 33 | 444 | 54 | 63 |
| Binary | 10101011 | 1001011 | 10111001 | 1000 | 111011 | 0 | 11011 | 100100100 | 101100 | 110011 |
Color Harmonies of #AB4BB9
Complementary color
Monochromatic Colors of #AB4BB9
Black with #AB4BB9
Text Example
Text Example
White with #AB4BB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4BB9; }
p { color: rgb(171,75,185); }
H1.HeaderClassName
{
color: #AB4BB9;
}
.AnyTagClassName
{
color: #AB4BB9;
}
</style>
background-color css
<style>
a { background-color: #AB4BB9; }
a { background-color: rgb(171,75,185); }
div.DivClassName
{
background-color: #AB4BB9;
}
.BgClassName
{
background-color: #AB4BB9;
}
</style>
border-color css
<style>
span { border-color: #AB4BB9; }
span { border-color: rgb(171,75,185); }
td.TdClassName
{
border-color: #AB4BB9;
}
.TagClassName
{
border-color: #AB4BB9;
}
</style>