Shades of Deep Lilac #AB5BBD
Tints of Deep Lilac #AB5BBD
RGB
CMYK
RGB Variations
Color information
#AB5BBD (or 0xAB5BBD) is known color: Deep Lilac. HEX triplet: AB, 5B and BD. RGB value is (171,91,189). Sum of RGB (Red+Green+Blue) = 171+91+189=451 (59% of max value = 765). Red value is 171 (67.19% from 255 or 37.92% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 189 (74.22% from 255 or 41.91% from 451); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB5BBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB5BBD is #54A442. Grayscale: #7D7D7D. Windows color (decimal): -5547075 or 12409771. OLE color: 12409771.
HSL color Cylindrical-coordinate representation of color #AB5BBD: hue angle of 288.98º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AB5BBD is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 91 | 189 | - |
| CMYK | 0.10 | 0.52 | 0 | 0.26 |
| HSL | 288.98º | 0.43% | 0.55% | - |
| HSV(B) | 288.98º | 0.52% | 0.74% | - |
| XYZ | 29.72 | 19.81 | 50.4 | - |
| YUV | 126.09 | 163.5 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 91 | 189 | 0.10 | 0.52 | 0 | 0.26 | 288.98 | 0.43 | 0.55 |
| Hex | AB | 5B | BD | A | 34 | 0 | 1A | 121 | 2B | 37 |
| Octal | 253 | 133 | 275 | 12 | 64 | 0 | 32 | 441 | 53 | 67 |
| Binary | 10101011 | 1011011 | 10111101 | 1010 | 110100 | 0 | 11010 | 100100001 | 101011 | 110111 |
Color Harmonies of #AB5BBD
Complementary color
Monochromatic Colors of #AB5BBD
Black with #AB5BBD
Text Example
Text Example
White with #AB5BBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB5BBD; }
p { color: rgb(171,91,189); }
H1.HeaderClassName
{
color: #AB5BBD;
}
.AnyTagClassName
{
color: #AB5BBD;
}
</style>
background-color css
<style>
a { background-color: #AB5BBD; }
a { background-color: rgb(171,91,189); }
div.DivClassName
{
background-color: #AB5BBD;
}
.BgClassName
{
background-color: #AB5BBD;
}
</style>
border-color css
<style>
span { border-color: #AB5BBD; }
span { border-color: rgb(171,91,189); }
td.TdClassName
{
border-color: #AB5BBD;
}
.TagClassName
{
border-color: #AB5BBD;
}
</style>