Shades of Deep Lilac #AB64BE
Tints of Deep Lilac #AB64BE
RGB
CMYK
RGB Variations
Color information
#AB64BE (or 0xAB64BE) is known color: Deep Lilac. HEX triplet: AB, 64 and BE. RGB value is (171,100,190). Sum of RGB (Red+Green+Blue) = 171+100+190=461 (61% of max value = 765). Red value is 171 (67.19% from 255 or 37.09% from 461); Green value is 100 (39.45% from 255 or 21.69% from 461); Blue value is 190 (74.61% from 255 or 41.21% from 461); Max value from RGB is 190 - color contains mainly: blue. Hex color #AB64BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64BE is #549B41. Grayscale: #838383. Windows color (decimal): -5544770 or 12477611. OLE color: 12477611.
HSL color Cylindrical-coordinate representation of color #AB64BE: hue angle of 287.33º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB64BE is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 171 | 100 | 190 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.25 |
| HSL | 287.33º | 0.41% | 0.57% | - |
| HSV(B) | 287.33º | 0.47% | 0.75% | - |
| XYZ | 30.65 | 21.49 | 51.25 | - |
| YUV | 131.49 | 161.02 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 190 | 0.10 | 0.47 | 0 | 0.25 | 287.33 | 0.41 | 0.57 |
| Hex | AB | 64 | BE | A | 2F | 0 | 19 | 11F | 29 | 39 |
| Octal | 253 | 144 | 276 | 12 | 57 | 0 | 31 | 437 | 51 | 71 |
| Binary | 10101011 | 1100100 | 10111110 | 1010 | 101111 | 0 | 11001 | 100011111 | 101001 | 111001 |
Color Harmonies of #AB64BE
Complementary color
Monochromatic Colors of #AB64BE
Black with #AB64BE
Text Example
Text Example
White with #AB64BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB64BE; }
p { color: rgb(171,100,190); }
H1.HeaderClassName
{
color: #AB64BE;
}
.AnyTagClassName
{
color: #AB64BE;
}
</style>
background-color css
<style>
a { background-color: #AB64BE; }
a { background-color: rgb(171,100,190); }
div.DivClassName
{
background-color: #AB64BE;
}
.BgClassName
{
background-color: #AB64BE;
}
</style>
border-color css
<style>
span { border-color: #AB64BE; }
span { border-color: rgb(171,100,190); }
td.TdClassName
{
border-color: #AB64BE;
}
.TagClassName
{
border-color: #AB64BE;
}
</style>