Shades of Deep Lilac #AB6DBB
Tints of Deep Lilac #AB6DBB
RGB
CMYK
RGB Variations
Color information
#AB6DBB (or 0xAB6DBB) is known color: Deep Lilac. HEX triplet: AB, 6D and BB. RGB value is (171,109,187). Sum of RGB (Red+Green+Blue) = 171+109+187=467 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.62% from 467); Green value is 109 (42.97% from 255 or 23.34% from 467); Blue value is 187 (73.44% from 255 or 40.04% from 467); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB6DBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6DBB is #549244. Grayscale: #888888. Windows color (decimal): -5542469 or 12283307. OLE color: 12283307.
HSL color Cylindrical-coordinate representation of color #AB6DBB: hue angle of 287.69º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6DBB is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 109 | 187 | - |
| CMYK | 0.09 | 0.42 | 0 | 0.27 |
| HSL | 287.69º | 0.36% | 0.58% | - |
| HSV(B) | 287.69º | 0.42% | 0.73% | - |
| XYZ | 31.23 | 23.18 | 49.84 | - |
| YUV | 136.43 | 156.54 | 152.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 109 | 187 | 0.09 | 0.42 | 0 | 0.27 | 287.69 | 0.36 | 0.58 |
| Hex | AB | 6D | BB | 9 | 2A | 0 | 1B | 120 | 24 | 3A |
| Octal | 253 | 155 | 273 | 11 | 52 | 0 | 33 | 440 | 44 | 72 |
| Binary | 10101011 | 1101101 | 10111011 | 1001 | 101010 | 0 | 11011 | 100100000 | 100100 | 111010 |
Color Harmonies of #AB6DBB
Complementary color
Monochromatic Colors of #AB6DBB
Black with #AB6DBB
Text Example
Text Example
White with #AB6DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6DBB; }
p { color: rgb(171,109,187); }
H1.HeaderClassName
{
color: #AB6DBB;
}
.AnyTagClassName
{
color: #AB6DBB;
}
</style>
background-color css
<style>
a { background-color: #AB6DBB; }
a { background-color: rgb(171,109,187); }
div.DivClassName
{
background-color: #AB6DBB;
}
.BgClassName
{
background-color: #AB6DBB;
}
</style>
border-color css
<style>
span { border-color: #AB6DBB; }
span { border-color: rgb(171,109,187); }
td.TdClassName
{
border-color: #AB6DBB;
}
.TagClassName
{
border-color: #AB6DBB;
}
</style>