Shades of Deep Lilac #AB56BD
Tints of Deep Lilac #AB56BD
RGB
CMYK
RGB Variations
Color information
#AB56BD (or 0xAB56BD) is known color: Deep Lilac. HEX triplet: AB, 56 and BD. RGB value is (171,86,189). Sum of RGB (Red+Green+Blue) = 171+86+189=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 189 (74.22% from 255 or 42.38% from 446); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB56BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB56BD is #54A942. Grayscale: #7A7A7A. Windows color (decimal): -5548355 or 12408491. OLE color: 12408491.
HSL color Cylindrical-coordinate representation of color #AB56BD: hue angle of 289.51º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB56BD is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 86 | 189 | - |
| CMYK | 0.10 | 0.54 | 0 | 0.26 |
| HSL | 289.51º | 0.44% | 0.54% | - |
| HSV(B) | 289.51º | 0.54% | 0.74% | - |
| XYZ | 29.31 | 18.99 | 50.26 | - |
| YUV | 123.16 | 165.16 | 162.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 189 | 0.10 | 0.54 | 0 | 0.26 | 289.51 | 0.44 | 0.54 |
| Hex | AB | 56 | BD | A | 36 | 0 | 1A | 122 | 2C | 36 |
| Octal | 253 | 126 | 275 | 12 | 66 | 0 | 32 | 442 | 54 | 66 |
| Binary | 10101011 | 1010110 | 10111101 | 1010 | 110110 | 0 | 11010 | 100100010 | 101100 | 110110 |
Color Harmonies of #AB56BD
Complementary color
Monochromatic Colors of #AB56BD
Black with #AB56BD
Text Example
Text Example
White with #AB56BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB56BD; }
p { color: rgb(171,86,189); }
H1.HeaderClassName
{
color: #AB56BD;
}
.AnyTagClassName
{
color: #AB56BD;
}
</style>
background-color css
<style>
a { background-color: #AB56BD; }
a { background-color: rgb(171,86,189); }
div.DivClassName
{
background-color: #AB56BD;
}
.BgClassName
{
background-color: #AB56BD;
}
</style>
border-color css
<style>
span { border-color: #AB56BD; }
span { border-color: rgb(171,86,189); }
td.TdClassName
{
border-color: #AB56BD;
}
.TagClassName
{
border-color: #AB56BD;
}
</style>