Shades of Deep Lilac #AB41BE
Tints of Deep Lilac #AB41BE
RGB
CMYK
RGB Variations
Color information
#AB41BE (or 0xAB41BE) is known color: Deep Lilac. HEX triplet: AB, 41 and BE. RGB value is (171,65,190). Sum of RGB (Red+Green+Blue) = 171+65+190=426 (56% of max value = 765). Red value is 171 (67.19% from 255 or 40.14% from 426); Green value is 65 (25.78% from 255 or 15.26% from 426); Blue value is 190 (74.61% from 255 or 44.60% from 426); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB41BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AB41BE is #54BE41. Grayscale: #6E6E6E. Windows color (decimal): -5553730 or 12468651. OLE color: 12468651.
HSL color Cylindrical-coordinate representation of color #AB41BE: hue angle of 290.88º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB41BE is Cyan = 0.10, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 65 | 190 | - |
| CMYK | 0.10 | 0.66 | 0 | 0.25 |
| HSL | 290.88º | 0.49% | 0.5% | - |
| HSV(B) | 290.88º | 0.66% | 0.75% | - |
| XYZ | 27.98 | 16.16 | 50.36 | - |
| YUV | 110.94 | 172.62 | 170.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 65 | 190 | 0.10 | 0.66 | 0 | 0.25 | 290.88 | 0.49 | 0.5 |
| Hex | AB | 41 | BE | A | 42 | 0 | 19 | 123 | 31 | 32 |
| Octal | 253 | 101 | 276 | 12 | 102 | 0 | 31 | 443 | 61 | 62 |
| Binary | 10101011 | 1000001 | 10111110 | 1010 | 1000010 | 0 | 11001 | 100100011 | 110001 | 110010 |
Color Harmonies of #AB41BE
Complementary color
Monochromatic Colors of #AB41BE
Black with #AB41BE
Text Example
Text Example
White with #AB41BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB41BE; }
p { color: rgb(171,65,190); }
H1.HeaderClassName
{
color: #AB41BE;
}
.AnyTagClassName
{
color: #AB41BE;
}
</style>
background-color css
<style>
a { background-color: #AB41BE; }
a { background-color: rgb(171,65,190); }
div.DivClassName
{
background-color: #AB41BE;
}
.BgClassName
{
background-color: #AB41BE;
}
</style>
border-color css
<style>
span { border-color: #AB41BE; }
span { border-color: rgb(171,65,190); }
td.TdClassName
{
border-color: #AB41BE;
}
.TagClassName
{
border-color: #AB41BE;
}
</style>