Shades of Deep Lilac #AB62BB
Tints of Deep Lilac #AB62BB
RGB
CMYK
RGB Variations
Color information
#AB62BB (or 0xAB62BB) is known color: Deep Lilac. HEX triplet: AB, 62 and BB. RGB value is (171,98,187). Sum of RGB (Red+Green+Blue) = 171+98+187=456 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.5% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 187 (73.44% from 255 or 41.01% from 456); Max value from RGB is 187 - color contains mainly: blue. Hex color #AB62BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB62BB is #549D44. Grayscale: #818181. Windows color (decimal): -5545285 or 12280491. OLE color: 12280491.
HSL color Cylindrical-coordinate representation of color #AB62BB: hue angle of 289.21º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AB62BB is Cyan = 0.09, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 98 | 187 | - |
| CMYK | 0.09 | 0.48 | 0 | 0.27 |
| HSL | 289.21º | 0.4% | 0.56% | - |
| HSV(B) | 289.21º | 0.48% | 0.73% | - |
| XYZ | 30.13 | 20.98 | 49.48 | - |
| YUV | 129.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 98 | 187 | 0.09 | 0.48 | 0 | 0.27 | 289.21 | 0.4 | 0.56 |
| Hex | AB | 62 | BB | 9 | 30 | 0 | 1B | 121 | 28 | 38 |
| Octal | 253 | 142 | 273 | 11 | 60 | 0 | 33 | 441 | 50 | 70 |
| Binary | 10101011 | 1100010 | 10111011 | 1001 | 110000 | 0 | 11011 | 100100001 | 101000 | 111000 |
Color Harmonies of #AB62BB
Complementary color
Monochromatic Colors of #AB62BB
Black with #AB62BB
Text Example
Text Example
White with #AB62BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB62BB; }
p { color: rgb(171,98,187); }
H1.HeaderClassName
{
color: #AB62BB;
}
.AnyTagClassName
{
color: #AB62BB;
}
</style>
background-color css
<style>
a { background-color: #AB62BB; }
a { background-color: rgb(171,98,187); }
div.DivClassName
{
background-color: #AB62BB;
}
.BgClassName
{
background-color: #AB62BB;
}
</style>
border-color css
<style>
span { border-color: #AB62BB; }
span { border-color: rgb(171,98,187); }
td.TdClassName
{
border-color: #AB62BB;
}
.TagClassName
{
border-color: #AB62BB;
}
</style>