Shades of Deep Lilac #AB6BBA
Tints of Deep Lilac #AB6BBA
RGB
CMYK
RGB Variations
Color information
#AB6BBA (or 0xAB6BBA) is known color: Deep Lilac. HEX triplet: AB, 6B and BA. RGB value is (171,107,186). Sum of RGB (Red+Green+Blue) = 171+107+186=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 186 (73.05% from 255 or 40.09% from 464); Max value from RGB is 186 - color contains mainly: blue. Hex color #AB6BBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB6BBA is #549445. Grayscale: #868686. Windows color (decimal): -5542982 or 12217259. OLE color: 12217259.
HSL color Cylindrical-coordinate representation of color #AB6BBA: hue angle of 288.61º degrees, saturation: 0.36, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AB6BBA is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 107 | 186 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.27 |
| HSL | 288.61º | 0.36% | 0.57% | - |
| HSV(B) | 288.61º | 0.42% | 0.73% | - |
| XYZ | 30.92 | 22.72 | 49.21 | - |
| YUV | 135.14 | 156.7 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 107 | 186 | 0.08 | 0.42 | 0 | 0.27 | 288.61 | 0.36 | 0.57 |
| Hex | AB | 6B | BA | 8 | 2A | 0 | 1B | 121 | 24 | 39 |
| Octal | 253 | 153 | 272 | 10 | 52 | 0 | 33 | 441 | 44 | 71 |
| Binary | 10101011 | 1101011 | 10111010 | 1000 | 101010 | 0 | 11011 | 100100001 | 100100 | 111001 |
Color Harmonies of #AB6BBA
Complementary color
Monochromatic Colors of #AB6BBA
Black with #AB6BBA
Text Example
Text Example
White with #AB6BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB6BBA; }
p { color: rgb(171,107,186); }
H1.HeaderClassName
{
color: #AB6BBA;
}
.AnyTagClassName
{
color: #AB6BBA;
}
</style>
background-color css
<style>
a { background-color: #AB6BBA; }
a { background-color: rgb(171,107,186); }
div.DivClassName
{
background-color: #AB6BBA;
}
.BgClassName
{
background-color: #AB6BBA;
}
</style>
border-color css
<style>
span { border-color: #AB6BBA; }
span { border-color: rgb(171,107,186); }
td.TdClassName
{
border-color: #AB6BBA;
}
.TagClassName
{
border-color: #AB6BBA;
}
</style>