Shades of Deep Lilac #AB66BB
Tints of Deep Lilac #AB66BB
RGB
CMYK
RGB Variations
Color information
#AB66BB (or 0xAB66BB) is known color: Deep Lilac. HEX triplet: AB, 66 and BB. RGB value is (171,102,187). Sum of RGB (Red+Green+Blue) = 171+102+187=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 102 (40.23% from 255 or 22.17% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB66BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB66BB is #549944. Grayscale: #848484. Windows color (decimal): -5544261 or 12281515. OLE color: 12281515.
HSL color Cylindrical-coordinate representation of color #AB66BB: hue angle of 288.71º 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 #AB66BB is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 102 | 187 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.27 |
| HSL | 288.71º | 0.38% | 0.57% | - |
| HSV(B) | 288.71º | 0.45% | 0.73% | - |
| XYZ | 30.52 | 21.75 | 49.6 | - |
| YUV | 132.32 | 158.86 | 155.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 102 | 187 | 0.09 | 0.45 | 0 | 0.27 | 288.71 | 0.38 | 0.57 |
| Hex | AB | 66 | BB | 9 | 2D | 0 | 1B | 121 | 26 | 39 |
| Octal | 253 | 146 | 273 | 11 | 55 | 0 | 33 | 441 | 46 | 71 |
| Binary | 10101011 | 1100110 | 10111011 | 1001 | 101101 | 0 | 11011 | 100100001 | 100110 | 111001 |
Color Harmonies of #AB66BB
Complementary color
Monochromatic Colors of #AB66BB
Black with #AB66BB
Text Example
Text Example
White with #AB66BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB66BB; }
p { color: rgb(171,102,187); }
H1.HeaderClassName
{
color: #AB66BB;
}
.AnyTagClassName
{
color: #AB66BB;
}
</style>
background-color css
<style>
a { background-color: #AB66BB; }
a { background-color: rgb(171,102,187); }
div.DivClassName
{
background-color: #AB66BB;
}
.BgClassName
{
background-color: #AB66BB;
}
</style>
border-color css
<style>
span { border-color: #AB66BB; }
span { border-color: rgb(171,102,187); }
td.TdClassName
{
border-color: #AB66BB;
}
.TagClassName
{
border-color: #AB66BB;
}
</style>