Shades of Deep Lilac #AB55BE
Tints of Deep Lilac #AB55BE
RGB
CMYK
RGB Variations
Color information
#AB55BE (or 0xAB55BE) is known color: Deep Lilac. HEX triplet: AB, 55 and BE. RGB value is (171,85,190). Sum of RGB (Red+Green+Blue) = 171+85+190=446 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.34% from 446); Green value is 85 (33.59% from 255 or 19.06% from 446); Blue value is 190 (74.61% from 255 or 42.60% from 446); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB55BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB55BE is #54AA41. Grayscale: #7A7A7A. Windows color (decimal): -5548610 or 12473771. OLE color: 12473771.
HSL color Cylindrical-coordinate representation of color #AB55BE: hue angle of 289.14º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AB55BE is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 85 | 190 | - |
| CMYK | 0.10 | 0.55 | 0 | 0.25 |
| HSL | 289.14º | 0.45% | 0.54% | - |
| HSV(B) | 289.14º | 0.55% | 0.75% | - |
| XYZ | 29.34 | 18.87 | 50.81 | - |
| YUV | 122.68 | 165.99 | 162.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 85 | 190 | 0.10 | 0.55 | 0 | 0.25 | 289.14 | 0.45 | 0.54 |
| Hex | AB | 55 | BE | A | 37 | 0 | 19 | 121 | 2D | 36 |
| Octal | 253 | 125 | 276 | 12 | 67 | 0 | 31 | 441 | 55 | 66 |
| Binary | 10101011 | 1010101 | 10111110 | 1010 | 110111 | 0 | 11001 | 100100001 | 101101 | 110110 |
Color Harmonies of #AB55BE
Complementary color
Monochromatic Colors of #AB55BE
Black with #AB55BE
Text Example
Text Example
White with #AB55BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB55BE; }
p { color: rgb(171,85,190); }
H1.HeaderClassName
{
color: #AB55BE;
}
.AnyTagClassName
{
color: #AB55BE;
}
</style>
background-color css
<style>
a { background-color: #AB55BE; }
a { background-color: rgb(171,85,190); }
div.DivClassName
{
background-color: #AB55BE;
}
.BgClassName
{
background-color: #AB55BE;
}
</style>
border-color css
<style>
span { border-color: #AB55BE; }
span { border-color: rgb(171,85,190); }
td.TdClassName
{
border-color: #AB55BE;
}
.TagClassName
{
border-color: #AB55BE;
}
</style>