Shades of Deep Lilac #AD64BD
Tints of Deep Lilac #AD64BD
RGB
CMYK
RGB Variations
Color information
#AD64BD (or 0xAD64BD) is known color: Deep Lilac. HEX triplet: AD, 64 and BD. RGB value is (173,100,189). Sum of RGB (Red+Green+Blue) = 173+100+189=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 100 (39.45% from 255 or 21.65% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD64BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64BD is #529B42. Grayscale: #838383. Windows color (decimal): -5413699 or 12412077. OLE color: 12412077.
HSL color Cylindrical-coordinate representation of color #AD64BD: hue angle of 289.21º 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 #AD64BD is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 100 | 189 | - |
| CMYK | 0.08 | 0.47 | 0 | 0.26 |
| HSL | 289.21º | 0.4% | 0.57% | - |
| HSV(B) | 289.21º | 0.47% | 0.74% | - |
| XYZ | 30.98 | 21.67 | 50.69 | - |
| YUV | 131.97 | 160.18 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 189 | 0.08 | 0.47 | 0 | 0.26 | 289.21 | 0.4 | 0.57 |
| Hex | AD | 64 | BD | 8 | 2F | 0 | 1A | 121 | 28 | 39 |
| Octal | 255 | 144 | 275 | 10 | 57 | 0 | 32 | 441 | 50 | 71 |
| Binary | 10101101 | 1100100 | 10111101 | 1000 | 101111 | 0 | 11010 | 100100001 | 101000 | 111001 |
Color Harmonies of #AD64BD
Complementary color
Monochromatic Colors of #AD64BD
Black with #AD64BD
Text Example
Text Example
White with #AD64BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD64BD; }
p { color: rgb(173,100,189); }
H1.HeaderClassName
{
color: #AD64BD;
}
.AnyTagClassName
{
color: #AD64BD;
}
</style>
background-color css
<style>
a { background-color: #AD64BD; }
a { background-color: rgb(173,100,189); }
div.DivClassName
{
background-color: #AD64BD;
}
.BgClassName
{
background-color: #AD64BD;
}
</style>
border-color css
<style>
span { border-color: #AD64BD; }
span { border-color: rgb(173,100,189); }
td.TdClassName
{
border-color: #AD64BD;
}
.TagClassName
{
border-color: #AD64BD;
}
</style>