Shades of Deep Lilac #AD64BB
Tints of Deep Lilac #AD64BB
RGB
CMYK
RGB Variations
Color information
#AD64BB (or 0xAD64BB) is known color: Deep Lilac. HEX triplet: AD, 64 and BB. RGB value is (173,100,187). Sum of RGB (Red+Green+Blue) = 173+100+187=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 100 (39.45% from 255 or 21.74% from 460); Blue value is 187 (73.44% from 255 or 40.65% from 460); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD64BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD64BB is #529B44. Grayscale: #838383. Windows color (decimal): -5413701 or 12281005. OLE color: 12281005.
HSL color Cylindrical-coordinate representation of color #AD64BB: hue angle of 290.34º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD64BB is Cyan = 0.07, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 100 | 187 | - |
| CMYK | 0.07 | 0.47 | 0 | 0.27 |
| HSL | 290.34º | 0.39% | 0.56% | - |
| HSV(B) | 290.34º | 0.47% | 0.73% | - |
| XYZ | 30.76 | 21.59 | 49.56 | - |
| YUV | 131.75 | 159.18 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 100 | 187 | 0.07 | 0.47 | 0 | 0.27 | 290.34 | 0.39 | 0.56 |
| Hex | AD | 64 | BB | 7 | 2F | 0 | 1B | 122 | 27 | 38 |
| Octal | 255 | 144 | 273 | 7 | 57 | 0 | 33 | 442 | 47 | 70 |
| Binary | 10101101 | 1100100 | 10111011 | 111 | 101111 | 0 | 11011 | 100100010 | 100111 | 111000 |
Color Harmonies of #AD64BB
Complementary color
Monochromatic Colors of #AD64BB
Black with #AD64BB
Text Example
Text Example
White with #AD64BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD64BB; }
p { color: rgb(173,100,187); }
H1.HeaderClassName
{
color: #AD64BB;
}
.AnyTagClassName
{
color: #AD64BB;
}
</style>
background-color css
<style>
a { background-color: #AD64BB; }
a { background-color: rgb(173,100,187); }
div.DivClassName
{
background-color: #AD64BB;
}
.BgClassName
{
background-color: #AD64BB;
}
</style>
border-color css
<style>
span { border-color: #AD64BB; }
span { border-color: rgb(173,100,187); }
td.TdClassName
{
border-color: #AD64BB;
}
.TagClassName
{
border-color: #AD64BB;
}
</style>