Shades of Deep Lilac #AB47BA
Tints of Deep Lilac #AB47BA
RGB
CMYK
RGB Variations
Color information
#AB47BA (or 0xAB47BA) is known color: Deep Lilac. HEX triplet: AB, 47 and BA. RGB value is (171,71,186). Sum of RGB (Red+Green+Blue) = 171+71+186=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 71 (28.12% from 255 or 16.59% from 428); Blue value is 186 (73.05% from 255 or 43.46% from 428); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB47BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB47BA is #54B845. Grayscale: #717171. Windows color (decimal): -5552198 or 12208043. OLE color: 12208043.
HSL color Cylindrical-coordinate representation of color #AB47BA: hue angle of 292.17º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AB47BA is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 71 | 186 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.27 |
| HSL | 292.17º | 0.45% | 0.5% | - |
| HSV(B) | 292.17º | 0.62% | 0.73% | - |
| XYZ | 27.91 | 16.71 | 48.21 | - |
| YUV | 114.01 | 168.63 | 168.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 186 | 0.08 | 0.62 | 0 | 0.27 | 292.17 | 0.45 | 0.5 |
| Hex | AB | 47 | BA | 8 | 3E | 0 | 1B | 124 | 2D | 32 |
| Octal | 253 | 107 | 272 | 10 | 76 | 0 | 33 | 444 | 55 | 62 |
| Binary | 10101011 | 1000111 | 10111010 | 1000 | 111110 | 0 | 11011 | 100100100 | 101101 | 110010 |
Color Harmonies of #AB47BA
Complementary color
Monochromatic Colors of #AB47BA
Black with #AB47BA
Text Example
Text Example
White with #AB47BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB47BA; }
p { color: rgb(171,71,186); }
H1.HeaderClassName
{
color: #AB47BA;
}
.AnyTagClassName
{
color: #AB47BA;
}
</style>
background-color css
<style>
a { background-color: #AB47BA; }
a { background-color: rgb(171,71,186); }
div.DivClassName
{
background-color: #AB47BA;
}
.BgClassName
{
background-color: #AB47BA;
}
</style>
border-color css
<style>
span { border-color: #AB47BA; }
span { border-color: rgb(171,71,186); }
td.TdClassName
{
border-color: #AB47BA;
}
.TagClassName
{
border-color: #AB47BA;
}
</style>