Shades of Deep Lilac #AB49BB
Tints of Deep Lilac #AB49BB
RGB
CMYK
RGB Variations
Color information
#AB49BB (or 0xAB49BB) is known color: Deep Lilac. HEX triplet: AB, 49 and BB. RGB value is (171,73,187). Sum of RGB (Red+Green+Blue) = 171+73+187=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 73 (28.91% from 255 or 16.94% from 431); Blue value is 187 (73.44% from 255 or 43.39% from 431); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB49BB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB49BB is #54B644. Grayscale: #727272. Windows color (decimal): -5551685 or 12274091. OLE color: 12274091.
HSL color Cylindrical-coordinate representation of color #AB49BB: hue angle of 291.58º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AB49BB is Cyan = 0.09, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 73 | 187 | - |
| CMYK | 0.09 | 0.61 | 0 | 0.27 |
| HSL | 291.58º | 0.46% | 0.51% | - |
| HSV(B) | 291.58º | 0.61% | 0.73% | - |
| XYZ | 28.15 | 17.01 | 48.81 | - |
| YUV | 115.3 | 168.47 | 167.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 73 | 187 | 0.09 | 0.61 | 0 | 0.27 | 291.58 | 0.46 | 0.51 |
| Hex | AB | 49 | BB | 9 | 3D | 0 | 1B | 124 | 2E | 33 |
| Octal | 253 | 111 | 273 | 11 | 75 | 0 | 33 | 444 | 56 | 63 |
| Binary | 10101011 | 1001001 | 10111011 | 1001 | 111101 | 0 | 11011 | 100100100 | 101110 | 110011 |
Color Harmonies of #AB49BB
Complementary color
Monochromatic Colors of #AB49BB
Black with #AB49BB
Text Example
Text Example
White with #AB49BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB49BB; }
p { color: rgb(171,73,187); }
H1.HeaderClassName
{
color: #AB49BB;
}
.AnyTagClassName
{
color: #AB49BB;
}
</style>
background-color css
<style>
a { background-color: #AB49BB; }
a { background-color: rgb(171,73,187); }
div.DivClassName
{
background-color: #AB49BB;
}
.BgClassName
{
background-color: #AB49BB;
}
</style>
border-color css
<style>
span { border-color: #AB49BB; }
span { border-color: rgb(171,73,187); }
td.TdClassName
{
border-color: #AB49BB;
}
.TagClassName
{
border-color: #AB49BB;
}
</style>