Shades of Deep Lilac #AB67BA
Tints of Deep Lilac #AB67BA
RGB
CMYK
RGB Variations
Color information
#AB67BA (or 0xAB67BA) is known color: Deep Lilac. HEX triplet: AB, 67 and BA. RGB value is (171,103,186). Sum of RGB (Red+Green+Blue) = 171+103+186=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 103 (40.62% from 255 or 22.39% from 460); Blue value is 186 (73.05% from 255 or 40.43% from 460); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB67BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB67BA is #549845. Grayscale: #848484. Windows color (decimal): -5544006 or 12216235. OLE color: 12216235.
HSL color Cylindrical-coordinate representation of color #AB67BA: hue angle of 289.16º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AB67BA is Cyan = 0.08, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 103 | 186 | - |
| CMYK | 0.08 | 0.45 | 0 | 0.27 |
| HSL | 289.16º | 0.38% | 0.57% | - |
| HSV(B) | 289.16º | 0.45% | 0.73% | - |
| XYZ | 30.51 | 21.9 | 49.07 | - |
| YUV | 132.79 | 158.03 | 155.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 186 | 0.08 | 0.45 | 0 | 0.27 | 289.16 | 0.38 | 0.57 |
| Hex | AB | 67 | BA | 8 | 2D | 0 | 1B | 121 | 26 | 39 |
| Octal | 253 | 147 | 272 | 10 | 55 | 0 | 33 | 441 | 46 | 71 |
| Binary | 10101011 | 1100111 | 10111010 | 1000 | 101101 | 0 | 11011 | 100100001 | 100110 | 111001 |
Color Harmonies of #AB67BA
Complementary color
Monochromatic Colors of #AB67BA
Black with #AB67BA
Text Example
Text Example
White with #AB67BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB67BA; }
p { color: rgb(171,103,186); }
H1.HeaderClassName
{
color: #AB67BA;
}
.AnyTagClassName
{
color: #AB67BA;
}
</style>
background-color css
<style>
a { background-color: #AB67BA; }
a { background-color: rgb(171,103,186); }
div.DivClassName
{
background-color: #AB67BA;
}
.BgClassName
{
background-color: #AB67BA;
}
</style>
border-color css
<style>
span { border-color: #AB67BA; }
span { border-color: rgb(171,103,186); }
td.TdClassName
{
border-color: #AB67BA;
}
.TagClassName
{
border-color: #AB67BA;
}
</style>