Shades of Deep Lilac #AB4BBB
Tints of Deep Lilac #AB4BBB
RGB
CMYK
RGB Variations
Color information
#AB4BBB (or 0xAB4BBB) is known color: Deep Lilac. HEX triplet: AB, 4B and BB. RGB value is (171,75,187). Sum of RGB (Red+Green+Blue) = 171+75+187=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB4BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB4BBB is #54B444. Grayscale: #747474. Windows color (decimal): -5551173 or 12274603. OLE color: 12274603.
HSL color Cylindrical-coordinate representation of color #AB4BBB: hue angle of 291.43º 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 #AB4BBB is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 75 | 187 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.27 |
| HSL | 291.43º | 0.45% | 0.51% | - |
| HSV(B) | 291.43º | 0.6% | 0.73% | - |
| XYZ | 28.28 | 17.28 | 48.86 | - |
| YUV | 116.47 | 167.8 | 166.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 75 | 187 | 0.09 | 0.60 | 0 | 0.27 | 291.43 | 0.45 | 0.51 |
| Hex | AB | 4B | BB | 9 | 3C | 0 | 1B | 123 | 2D | 33 |
| Octal | 253 | 113 | 273 | 11 | 74 | 0 | 33 | 443 | 55 | 63 |
| Binary | 10101011 | 1001011 | 10111011 | 1001 | 111100 | 0 | 11011 | 100100011 | 101101 | 110011 |
Color Harmonies of #AB4BBB
Complementary color
Monochromatic Colors of #AB4BBB
Black with #AB4BBB
Text Example
Text Example
White with #AB4BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB4BBB; }
p { color: rgb(171,75,187); }
H1.HeaderClassName
{
color: #AB4BBB;
}
.AnyTagClassName
{
color: #AB4BBB;
}
</style>
background-color css
<style>
a { background-color: #AB4BBB; }
a { background-color: rgb(171,75,187); }
div.DivClassName
{
background-color: #AB4BBB;
}
.BgClassName
{
background-color: #AB4BBB;
}
</style>
border-color css
<style>
span { border-color: #AB4BBB; }
span { border-color: rgb(171,75,187); }
td.TdClassName
{
border-color: #AB4BBB;
}
.TagClassName
{
border-color: #AB4BBB;
}
</style>