Shades of Deep Lilac #AB50BD
Tints of Deep Lilac #AB50BD
RGB
CMYK
RGB Variations
Color information
#AB50BD (or 0xAB50BD) is known color: Deep Lilac. HEX triplet: AB, 50 and BD. RGB value is (171,80,189). Sum of RGB (Red+Green+Blue) = 171+80+189=440 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.86% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 189 (74.22% from 255 or 42.95% from 440); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB50BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50BD is #54AF42. Grayscale: #777777. Windows color (decimal): -5549891 or 12406955. OLE color: 12406955.
HSL color Cylindrical-coordinate representation of color #AB50BD: hue angle of 290.09º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB50BD is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 80 | 189 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.26 |
| HSL | 290.09º | 0.45% | 0.53% | - |
| HSV(B) | 290.09º | 0.58% | 0.74% | - |
| XYZ | 28.85 | 18.07 | 50.11 | - |
| YUV | 119.64 | 167.15 | 164.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 189 | 0.10 | 0.58 | 0 | 0.26 | 290.09 | 0.45 | 0.53 |
| Hex | AB | 50 | BD | A | 3A | 0 | 1A | 122 | 2D | 35 |
| Octal | 253 | 120 | 275 | 12 | 72 | 0 | 32 | 442 | 55 | 65 |
| Binary | 10101011 | 1010000 | 10111101 | 1010 | 111010 | 0 | 11010 | 100100010 | 101101 | 110101 |
Color Harmonies of #AB50BD
Complementary color
Monochromatic Colors of #AB50BD
Black with #AB50BD
Text Example
Text Example
White with #AB50BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB50BD; }
p { color: rgb(171,80,189); }
H1.HeaderClassName
{
color: #AB50BD;
}
.AnyTagClassName
{
color: #AB50BD;
}
</style>
background-color css
<style>
a { background-color: #AB50BD; }
a { background-color: rgb(171,80,189); }
div.DivClassName
{
background-color: #AB50BD;
}
.BgClassName
{
background-color: #AB50BD;
}
</style>
border-color css
<style>
span { border-color: #AB50BD; }
span { border-color: rgb(171,80,189); }
td.TdClassName
{
border-color: #AB50BD;
}
.TagClassName
{
border-color: #AB50BD;
}
</style>