Shades of Deep Lilac #AB55B9
Tints of Deep Lilac #AB55B9
RGB
CMYK
RGB Variations
Color information
#AB55B9 (or 0xAB55B9) is known color: Deep Lilac. HEX triplet: AB, 55 and B9. RGB value is (171,85,185). Sum of RGB (Red+Green+Blue) = 171+85+185=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 85 (33.59% from 255 or 19.27% from 441); Blue value is 185 (72.66% from 255 or 41.95% from 441); Max value from RGB is 185 - color contains mainly: blue. Hex color #AB55B9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55B9 is #54AA46. Grayscale: #797979. Windows color (decimal): -5548615 or 12146091. OLE color: 12146091.
HSL color Cylindrical-coordinate representation of color #AB55B9: hue angle of 291.6º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AB55B9 is Cyan = 0.08, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 171 | 85 | 185 | - |
| CMYK | 0.08 | 0.54 | 0 | 0.27 |
| HSL | 291.6º | 0.42% | 0.53% | - |
| HSV(B) | 291.6º | 0.54% | 0.73% | - |
| XYZ | 28.8 | 18.66 | 47.98 | - |
| YUV | 122.11 | 163.49 | 162.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 185 | 0.08 | 0.54 | 0 | 0.27 | 291.6 | 0.42 | 0.53 |
| Hex | AB | 55 | B9 | 8 | 36 | 0 | 1B | 124 | 2A | 35 |
| Octal | 253 | 125 | 271 | 10 | 66 | 0 | 33 | 444 | 52 | 65 |
| Binary | 10101011 | 1010101 | 10111001 | 1000 | 110110 | 0 | 11011 | 100100100 | 101010 | 110101 |
Color Harmonies of #AB55B9
Complementary color
Monochromatic Colors of #AB55B9
Black with #AB55B9
Text Example
Text Example
White with #AB55B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB55B9; }
p { color: rgb(171,85,185); }
H1.HeaderClassName
{
color: #AB55B9;
}
.AnyTagClassName
{
color: #AB55B9;
}
</style>
background-color css
<style>
a { background-color: #AB55B9; }
a { background-color: rgb(171,85,185); }
div.DivClassName
{
background-color: #AB55B9;
}
.BgClassName
{
background-color: #AB55B9;
}
</style>
border-color css
<style>
span { border-color: #AB55B9; }
span { border-color: rgb(171,85,185); }
td.TdClassName
{
border-color: #AB55B9;
}
.TagClassName
{
border-color: #AB55B9;
}
</style>