Shades of Deep Lilac #AB64BD
Tints of Deep Lilac #AB64BD
RGB
CMYK
RGB Variations
Color information
#AB64BD (or 0xAB64BD) is known color: Deep Lilac. HEX triplet: AB, 64 and BD. RGB value is (171,100,189). Sum of RGB (Red+Green+Blue) = 171+100+189=460 (60% of max value = 765). Red value is 171 (67.19% from 255 or 37.17% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 189 - color contains mainly: blue. Hex color #AB64BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AB64BD is #549B42. Grayscale: #838383. Windows color (decimal): -5544771 or 12412075. OLE color: 12412075.
HSL color Cylindrical-coordinate representation of color #AB64BD: hue angle of 287.87º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AB64BD is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 100 | 189 | - |
| CMYK | 0.10 | 0.47 | 0 | 0.26 |
| HSL | 287.87º | 0.4% | 0.57% | - |
| HSV(B) | 287.87º | 0.47% | 0.74% | - |
| XYZ | 30.54 | 21.45 | 50.67 | - |
| YUV | 131.38 | 160.52 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 100 | 189 | 0.10 | 0.47 | 0 | 0.26 | 287.87 | 0.4 | 0.57 |
| Hex | AB | 64 | BD | A | 2F | 0 | 1A | 120 | 28 | 39 |
| Octal | 253 | 144 | 275 | 12 | 57 | 0 | 32 | 440 | 50 | 71 |
| Binary | 10101011 | 1100100 | 10111101 | 1010 | 101111 | 0 | 11010 | 100100000 | 101000 | 111001 |
Color Harmonies of #AB64BD
Complementary color
Monochromatic Colors of #AB64BD
Black with #AB64BD
Text Example
Text Example
White with #AB64BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AB64BD; }
p { color: rgb(171,100,189); }
H1.HeaderClassName
{
color: #AB64BD;
}
.AnyTagClassName
{
color: #AB64BD;
}
</style>
background-color css
<style>
a { background-color: #AB64BD; }
a { background-color: rgb(171,100,189); }
div.DivClassName
{
background-color: #AB64BD;
}
.BgClassName
{
background-color: #AB64BD;
}
</style>
border-color css
<style>
span { border-color: #AB64BD; }
span { border-color: rgb(171,100,189); }
td.TdClassName
{
border-color: #AB64BD;
}
.TagClassName
{
border-color: #AB64BD;
}
</style>