Shades of Deep Lilac #AB50BE
Tints of Deep Lilac #AB50BE
RGB
CMYK
RGB Variations
Color information
#AB50BE (or 0xAB50BE) is known color: Deep Lilac. HEX triplet: AB, 50 and BE. RGB value is (171,80,190). Sum of RGB (Red+Green+Blue) = 171+80+190=441 (58% of max value = 765). Red value is 171 (67.19% from 255 or 38.78% from 441); Green value is 80 (31.64% from 255 or 18.14% from 441); Blue value is 190 (74.61% from 255 or 43.08% from 441); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB50BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB50BE is #54AF41. Grayscale: #777777. Windows color (decimal): -5549890 or 12472491. OLE color: 12472491.
HSL color Cylindrical-coordinate representation of color #AB50BE: hue angle of 289.64º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AB50BE is Cyan = 0.10, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 80 | 190 | - |
| CMYK | 0.10 | 0.58 | 0 | 0.25 |
| HSL | 289.64º | 0.46% | 0.53% | - |
| HSV(B) | 289.64º | 0.58% | 0.75% | - |
| XYZ | 28.96 | 18.11 | 50.69 | - |
| YUV | 119.75 | 167.65 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 80 | 190 | 0.10 | 0.58 | 0 | 0.25 | 289.64 | 0.46 | 0.53 |
| Hex | AB | 50 | BE | A | 3A | 0 | 19 | 122 | 2E | 35 |
| Octal | 253 | 120 | 276 | 12 | 72 | 0 | 31 | 442 | 56 | 65 |
| Binary | 10101011 | 1010000 | 10111110 | 1010 | 111010 | 0 | 11001 | 100100010 | 101110 | 110101 |
Color Harmonies of #AB50BE
Complementary color
Monochromatic Colors of #AB50BE
Black with #AB50BE
Text Example
Text Example
White with #AB50BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB50BE; }
p { color: rgb(171,80,190); }
H1.HeaderClassName
{
color: #AB50BE;
}
.AnyTagClassName
{
color: #AB50BE;
}
</style>
background-color css
<style>
a { background-color: #AB50BE; }
a { background-color: rgb(171,80,190); }
div.DivClassName
{
background-color: #AB50BE;
}
.BgClassName
{
background-color: #AB50BE;
}
</style>
border-color css
<style>
span { border-color: #AB50BE; }
span { border-color: rgb(171,80,190); }
td.TdClassName
{
border-color: #AB50BE;
}
.TagClassName
{
border-color: #AB50BE;
}
</style>