Shades of Deep Lilac #AB54C1
Tints of Deep Lilac #AB54C1
RGB
CMYK
RGB Variations
Color information
#AB54C1 (or 0xAB54C1) is known color: Deep Lilac. HEX triplet: AB, 54 and C1. RGB value is (171,84,193). Sum of RGB (Red+Green+Blue) = 171+84+193=448 (59% of max value = 765). Red value is 171 (67.19% from 255 or 38.17% from 448); Green value is 84 (33.20% from 255 or 18.75% from 448); Blue value is 193 (75.78% from 255 or 43.08% from 448); Max value from RGB is 193 - color contains mainly: blue. Hex color #AB54C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB54C1 is #54AB3E. Grayscale: #7A7A7A. Windows color (decimal): -5548863 or 12670123. OLE color: 12670123.
HSL color Cylindrical-coordinate representation of color #AB54C1: hue angle of 287.89º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AB54C1 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 171 | 84 | 193 | - |
| CMYK | 0.11 | 0.56 | 0 | 0.24 |
| HSL | 287.89º | 0.47% | 0.54% | - |
| HSV(B) | 287.89º | 0.56% | 0.76% | - |
| XYZ | 29.59 | 18.85 | 52.53 | - |
| YUV | 122.44 | 167.82 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 84 | 193 | 0.11 | 0.56 | 0 | 0.24 | 287.89 | 0.47 | 0.54 |
| Hex | AB | 54 | C1 | B | 38 | 0 | 18 | 120 | 2F | 36 |
| Octal | 253 | 124 | 301 | 13 | 70 | 0 | 30 | 440 | 57 | 66 |
| Binary | 10101011 | 1010100 | 11000001 | 1011 | 111000 | 0 | 11000 | 100100000 | 101111 | 110110 |
Color Harmonies of #AB54C1
Complementary color
Monochromatic Colors of #AB54C1
Black with #AB54C1
Text Example
Text Example
White with #AB54C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB54C1; }
p { color: rgb(171,84,193); }
H1.HeaderClassName
{
color: #AB54C1;
}
.AnyTagClassName
{
color: #AB54C1;
}
</style>
background-color css
<style>
a { background-color: #AB54C1; }
a { background-color: rgb(171,84,193); }
div.DivClassName
{
background-color: #AB54C1;
}
.BgClassName
{
background-color: #AB54C1;
}
</style>
border-color css
<style>
span { border-color: #AB54C1; }
span { border-color: rgb(171,84,193); }
td.TdClassName
{
border-color: #AB54C1;
}
.TagClassName
{
border-color: #AB54C1;
}
</style>