Shades of Deep Lilac #AB6ABB
Tints of Deep Lilac #AB6ABB
RGB
CMYK
RGB Variations
Color information
#AB6ABB (or 0xAB6ABB) is known color: Deep Lilac. HEX triplet: AB, 6A and BB. RGB value is (171,106,187). Sum of RGB (Red+Green+Blue) = 171+106+187=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 106 (41.80% from 255 or 22.84% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB6ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6ABB is #549544. Grayscale: #868686. Windows color (decimal): -5543237 or 12282539. OLE color: 12282539.
HSL color Cylindrical-coordinate representation of color #AB6ABB: hue angle of 288.15º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AB6ABB is Cyan = 0.09, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 106 | 187 | - |
| CMYK | 0.09 | 0.43 | 0 | 0.27 |
| HSL | 288.15º | 0.37% | 0.57% | - |
| HSV(B) | 288.15º | 0.43% | 0.73% | - |
| XYZ | 30.92 | 22.55 | 49.74 | - |
| YUV | 134.67 | 157.53 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 187 | 0.09 | 0.43 | 0 | 0.27 | 288.15 | 0.37 | 0.57 |
| Hex | AB | 6A | BB | 9 | 2B | 0 | 1B | 120 | 25 | 39 |
| Octal | 253 | 152 | 273 | 11 | 53 | 0 | 33 | 440 | 45 | 71 |
| Binary | 10101011 | 1101010 | 10111011 | 1001 | 101011 | 0 | 11011 | 100100000 | 100101 | 111001 |
Color Harmonies of #AB6ABB
Complementary color
Monochromatic Colors of #AB6ABB
Black with #AB6ABB
Text Example
Text Example
White with #AB6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6ABB; }
p { color: rgb(171,106,187); }
H1.HeaderClassName
{
color: #AB6ABB;
}
.AnyTagClassName
{
color: #AB6ABB;
}
</style>
background-color css
<style>
a { background-color: #AB6ABB; }
a { background-color: rgb(171,106,187); }
div.DivClassName
{
background-color: #AB6ABB;
}
.BgClassName
{
background-color: #AB6ABB;
}
</style>
border-color css
<style>
span { border-color: #AB6ABB; }
span { border-color: rgb(171,106,187); }
td.TdClassName
{
border-color: #AB6ABB;
}
.TagClassName
{
border-color: #AB6ABB;
}
</style>