Shades of Deep Lilac #AB67BB
Tints of Deep Lilac #AB67BB
RGB
CMYK
RGB Variations
Color information
#AB67BB (or 0xAB67BB) is known color: Deep Lilac. HEX triplet: AB, 67 and BB. RGB value is (171,103,187). Sum of RGB (Red+Green+Blue) = 171+103+187=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 103 (40.62% from 255 or 22.34% from 461); Blue value is 187 (73.44% from 255 or 40.56% from 461); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB67BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB67BB is #549844. Grayscale: #848484. Windows color (decimal): -5544005 or 12281771. OLE color: 12281771.
HSL color Cylindrical-coordinate representation of color #AB67BB: hue angle of 288.57º 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 #AB67BB is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 103 | 187 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.27 |
| HSL | 288.57º | 0.38% | 0.57% | - |
| HSV(B) | 288.57º | 0.45% | 0.73% | - |
| XYZ | 30.61 | 21.95 | 49.64 | - |
| YUV | 132.91 | 158.53 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 103 | 187 | 0.09 | 0.45 | 0 | 0.27 | 288.57 | 0.38 | 0.57 |
| Hex | AB | 67 | BB | 9 | 2D | 0 | 1B | 121 | 26 | 39 |
| Octal | 253 | 147 | 273 | 11 | 55 | 0 | 33 | 441 | 46 | 71 |
| Binary | 10101011 | 1100111 | 10111011 | 1001 | 101101 | 0 | 11011 | 100100001 | 100110 | 111001 |
Color Harmonies of #AB67BB
Complementary color
Monochromatic Colors of #AB67BB
Black with #AB67BB
Text Example
Text Example
White with #AB67BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB67BB; }
p { color: rgb(171,103,187); }
H1.HeaderClassName
{
color: #AB67BB;
}
.AnyTagClassName
{
color: #AB67BB;
}
</style>
background-color css
<style>
a { background-color: #AB67BB; }
a { background-color: rgb(171,103,187); }
div.DivClassName
{
background-color: #AB67BB;
}
.BgClassName
{
background-color: #AB67BB;
}
</style>
border-color css
<style>
span { border-color: #AB67BB; }
span { border-color: rgb(171,103,187); }
td.TdClassName
{
border-color: #AB67BB;
}
.TagClassName
{
border-color: #AB67BB;
}
</style>