Shades of Deep Lilac #AB6AB9
Tints of Deep Lilac #AB6AB9
RGB
CMYK
RGB Variations
Color information
#AB6AB9 (or 0xAB6AB9) is known color: Deep Lilac. HEX triplet: AB, 6A and B9. RGB value is (171,106,185). Sum of RGB (Red+Green+Blue) = 171+106+185=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 106 (41.80% from 255 or 22.94% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB6AB9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6AB9 is #549546. Grayscale: #868686. Windows color (decimal): -5543239 or 12151467. OLE color: 12151467.
HSL color Cylindrical-coordinate representation of color #AB6AB9: hue angle of 289.37º degrees, saturation: 0.36, 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 #AB6AB9 is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 106 | 185 | - |
| CMYK | 0.08 | 0.43 | 0 | 0.27 |
| HSL | 289.37º | 0.36% | 0.57% | - |
| HSV(B) | 289.37º | 0.43% | 0.73% | - |
| XYZ | 30.71 | 22.47 | 48.62 | - |
| YUV | 134.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 106 | 185 | 0.08 | 0.43 | 0 | 0.27 | 289.37 | 0.36 | 0.57 |
| Hex | AB | 6A | B9 | 8 | 2B | 0 | 1B | 121 | 24 | 39 |
| Octal | 253 | 152 | 271 | 10 | 53 | 0 | 33 | 441 | 44 | 71 |
| Binary | 10101011 | 1101010 | 10111001 | 1000 | 101011 | 0 | 11011 | 100100001 | 100100 | 111001 |
Color Harmonies of #AB6AB9
Complementary color
Monochromatic Colors of #AB6AB9
Black with #AB6AB9
Text Example
Text Example
White with #AB6AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6AB9; }
p { color: rgb(171,106,185); }
H1.HeaderClassName
{
color: #AB6AB9;
}
.AnyTagClassName
{
color: #AB6AB9;
}
</style>
background-color css
<style>
a { background-color: #AB6AB9; }
a { background-color: rgb(171,106,185); }
div.DivClassName
{
background-color: #AB6AB9;
}
.BgClassName
{
background-color: #AB6AB9;
}
</style>
border-color css
<style>
span { border-color: #AB6AB9; }
span { border-color: rgb(171,106,185); }
td.TdClassName
{
border-color: #AB6AB9;
}
.TagClassName
{
border-color: #AB6AB9;
}
</style>