Shades of Deep Lilac #AB47BF
Tints of Deep Lilac #AB47BF
RGB
CMYK
RGB Variations
Color information
#AB47BF (or 0xAB47BF) is known color: Deep Lilac. HEX triplet: AB, 47 and BF. RGB value is (171,71,191). Sum of RGB (Red+Green+Blue) = 171+71+191=433 (57% of max value = 765). Red value is 171 (67.19% from 255 or 39.49% from 433); Green value is 71 (28.12% from 255 or 16.40% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #AB47BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB47BF is #54B840. Grayscale: #727272. Windows color (decimal): -5552193 or 12535723. OLE color: 12535723.
HSL color Cylindrical-coordinate representation of color #AB47BF: hue angle of 290º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AB47BF is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 71 | 191 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.25 |
| HSL | 290º | 0.48% | 0.51% | - |
| HSV(B) | 290º | 0.63% | 0.75% | - |
| XYZ | 28.45 | 16.93 | 51.06 | - |
| YUV | 114.58 | 171.13 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 71 | 191 | 0.10 | 0.63 | 0 | 0.25 | 290 | 0.48 | 0.51 |
| Hex | AB | 47 | BF | A | 3F | 0 | 19 | 122 | 30 | 33 |
| Octal | 253 | 107 | 277 | 12 | 77 | 0 | 31 | 442 | 60 | 63 |
| Binary | 10101011 | 1000111 | 10111111 | 1010 | 111111 | 0 | 11001 | 100100010 | 110000 | 110011 |
Color Harmonies of #AB47BF
Complementary color
Monochromatic Colors of #AB47BF
Black with #AB47BF
Text Example
Text Example
White with #AB47BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB47BF; }
p { color: rgb(171,71,191); }
H1.HeaderClassName
{
color: #AB47BF;
}
.AnyTagClassName
{
color: #AB47BF;
}
</style>
background-color css
<style>
a { background-color: #AB47BF; }
a { background-color: rgb(171,71,191); }
div.DivClassName
{
background-color: #AB47BF;
}
.BgClassName
{
background-color: #AB47BF;
}
</style>
border-color css
<style>
span { border-color: #AB47BF; }
span { border-color: rgb(171,71,191); }
td.TdClassName
{
border-color: #AB47BF;
}
.TagClassName
{
border-color: #AB47BF;
}
</style>