Shades of Deep Lilac #AB47BD
Tints of Deep Lilac #AB47BD
RGB
CMYK
RGB Variations
Color information
#AB47BD (or 0xAB47BD) is known color: Deep Lilac. HEX triplet: AB, 47 and BD. RGB value is (171,71,189). Sum of RGB (Red+Green+Blue) = 171+71+189=431 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.68% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB47BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB47BD is #54B842. Grayscale: #717171. Windows color (decimal): -5552195 or 12404651. OLE color: 12404651.
HSL color Cylindrical-coordinate representation of color #AB47BD: hue angle of 290.85º degrees, saturation: 0.47, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB47BD is Cyan = 0.10, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 71 | 189 | - |
| CMYK | 0.10 | 0.62 | 0 | 0.26 |
| HSL | 290.85º | 0.47% | 0.51% | - |
| HSV(B) | 290.85º | 0.62% | 0.74% | - |
| XYZ | 28.23 | 16.84 | 49.91 | - |
| YUV | 114.35 | 170.13 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 189 | 0.10 | 0.62 | 0 | 0.26 | 290.85 | 0.47 | 0.51 |
| Hex | AB | 47 | BD | A | 3E | 0 | 1A | 123 | 2F | 33 |
| Octal | 253 | 107 | 275 | 12 | 76 | 0 | 32 | 443 | 57 | 63 |
| Binary | 10101011 | 1000111 | 10111101 | 1010 | 111110 | 0 | 11010 | 100100011 | 101111 | 110011 |
Color Harmonies of #AB47BD
Complementary color
Monochromatic Colors of #AB47BD
Black with #AB47BD
Text Example
Text Example
White with #AB47BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB47BD; }
p { color: rgb(171,71,189); }
H1.HeaderClassName
{
color: #AB47BD;
}
.AnyTagClassName
{
color: #AB47BD;
}
</style>
background-color css
<style>
a { background-color: #AB47BD; }
a { background-color: rgb(171,71,189); }
div.DivClassName
{
background-color: #AB47BD;
}
.BgClassName
{
background-color: #AB47BD;
}
</style>
border-color css
<style>
span { border-color: #AB47BD; }
span { border-color: rgb(171,71,189); }
td.TdClassName
{
border-color: #AB47BD;
}
.TagClassName
{
border-color: #AB47BD;
}
</style>