Shades of Deep Lilac #AB56B7
Tints of Deep Lilac #AB56B7
RGB
CMYK
RGB Variations
Color information
#AB56B7 (or 0xAB56B7) is known color: Deep Lilac. HEX triplet: AB, 56 and B7. RGB value is (171,86,183). Sum of RGB (Red+Green+Blue) = 171+86+183=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 183 (71.88% from 255 or 41.59% from 440); Max value from RGB is 183 - color contains mainly: blue. Hex color #AB56B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB56B7 is #54A948. Grayscale: #7A7A7A. Windows color (decimal): -5548361 or 12015275. OLE color: 12015275.
HSL color Cylindrical-coordinate representation of color #AB56B7: hue angle of 292.58º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AB56B7 is Cyan = 0.07, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 86 | 183 | - |
| CMYK | 0.07 | 0.53 | 0 | 0.28 |
| HSL | 292.58º | 0.4% | 0.53% | - |
| HSV(B) | 292.58º | 0.53% | 0.72% | - |
| XYZ | 28.67 | 18.73 | 46.9 | - |
| YUV | 122.47 | 162.16 | 162.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 86 | 183 | 0.07 | 0.53 | 0 | 0.28 | 292.58 | 0.4 | 0.53 |
| Hex | AB | 56 | B7 | 7 | 35 | 0 | 1C | 125 | 28 | 35 |
| Octal | 253 | 126 | 267 | 7 | 65 | 0 | 34 | 445 | 50 | 65 |
| Binary | 10101011 | 1010110 | 10110111 | 111 | 110101 | 0 | 11100 | 100100101 | 101000 | 110101 |
Color Harmonies of #AB56B7
Complementary color
Monochromatic Colors of #AB56B7
Black with #AB56B7
Text Example
Text Example
White with #AB56B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB56B7; }
p { color: rgb(171,86,183); }
H1.HeaderClassName
{
color: #AB56B7;
}
.AnyTagClassName
{
color: #AB56B7;
}
</style>
background-color css
<style>
a { background-color: #AB56B7; }
a { background-color: rgb(171,86,183); }
div.DivClassName
{
background-color: #AB56B7;
}
.BgClassName
{
background-color: #AB56B7;
}
</style>
border-color css
<style>
span { border-color: #AB56B7; }
span { border-color: rgb(171,86,183); }
td.TdClassName
{
border-color: #AB56B7;
}
.TagClassName
{
border-color: #AB56B7;
}
</style>