Shades of Deep Lilac #AB69BA
Tints of Deep Lilac #AB69BA
RGB
CMYK
RGB Variations
Color information
#AB69BA (or 0xAB69BA) is known color: Deep Lilac. HEX triplet: AB, 69 and BA. RGB value is (171,105,186). Sum of RGB (Red+Green+Blue) = 171+105+186=462 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.01% from 462); Green value is 105 (41.41% from 255 or 22.73% from 462); Blue value is 186 (73.05% from 255 or 40.26% from 462); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB69BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB69BA is #549645. Grayscale: #858585. Windows color (decimal): -5543494 or 12216747. OLE color: 12216747.
HSL color Cylindrical-coordinate representation of color #AB69BA: hue angle of 288.89º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB69BA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 105 | 186 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.27 |
| HSL | 288.89º | 0.37% | 0.57% | - |
| HSV(B) | 288.89º | 0.44% | 0.73% | - |
| XYZ | 30.71 | 22.31 | 49.14 | - |
| YUV | 133.97 | 157.37 | 154.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 105 | 186 | 0.08 | 0.44 | 0 | 0.27 | 288.89 | 0.37 | 0.57 |
| Hex | AB | 69 | BA | 8 | 2C | 0 | 1B | 121 | 25 | 39 |
| Octal | 253 | 151 | 272 | 10 | 54 | 0 | 33 | 441 | 45 | 71 |
| Binary | 10101011 | 1101001 | 10111010 | 1000 | 101100 | 0 | 11011 | 100100001 | 100101 | 111001 |
Color Harmonies of #AB69BA
Complementary color
Monochromatic Colors of #AB69BA
Black with #AB69BA
Text Example
Text Example
White with #AB69BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB69BA; }
p { color: rgb(171,105,186); }
H1.HeaderClassName
{
color: #AB69BA;
}
.AnyTagClassName
{
color: #AB69BA;
}
</style>
background-color css
<style>
a { background-color: #AB69BA; }
a { background-color: rgb(171,105,186); }
div.DivClassName
{
background-color: #AB69BA;
}
.BgClassName
{
background-color: #AB69BA;
}
</style>
border-color css
<style>
span { border-color: #AB69BA; }
span { border-color: rgb(171,105,186); }
td.TdClassName
{
border-color: #AB69BA;
}
.TagClassName
{
border-color: #AB69BA;
}
</style>