Shades of Deep Lilac #AD68BB
Tints of Deep Lilac #AD68BB
RGB
CMYK
RGB Variations
Color information
#AD68BB (or 0xAD68BB) is known color: Deep Lilac. HEX triplet: AD, 68 and BB. RGB value is (173,104,187). Sum of RGB (Red+Green+Blue) = 173+104+187=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 104 (41.02% from 255 or 22.41% from 464); Blue value is 187 (73.44% from 255 or 40.30% from 464); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD68BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68BB is #529744. Grayscale: #858585. Windows color (decimal): -5412677 or 12282029. OLE color: 12282029.
HSL color Cylindrical-coordinate representation of color #AD68BB: hue angle of 289.88º degrees, saturation: 0.38, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD68BB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 104 | 187 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.27 |
| HSL | 289.88º | 0.38% | 0.57% | - |
| HSV(B) | 289.88º | 0.44% | 0.73% | - |
| XYZ | 31.15 | 22.37 | 49.69 | - |
| YUV | 134.09 | 157.86 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 187 | 0.07 | 0.44 | 0 | 0.27 | 289.88 | 0.38 | 0.57 |
| Hex | AD | 68 | BB | 7 | 2C | 0 | 1B | 122 | 26 | 39 |
| Octal | 255 | 150 | 273 | 7 | 54 | 0 | 33 | 442 | 46 | 71 |
| Binary | 10101101 | 1101000 | 10111011 | 111 | 101100 | 0 | 11011 | 100100010 | 100110 | 111001 |
Color Harmonies of #AD68BB
Complementary color
Monochromatic Colors of #AD68BB
Black with #AD68BB
Text Example
Text Example
White with #AD68BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68BB; }
p { color: rgb(173,104,187); }
H1.HeaderClassName
{
color: #AD68BB;
}
.AnyTagClassName
{
color: #AD68BB;
}
</style>
background-color css
<style>
a { background-color: #AD68BB; }
a { background-color: rgb(173,104,187); }
div.DivClassName
{
background-color: #AD68BB;
}
.BgClassName
{
background-color: #AD68BB;
}
</style>
border-color css
<style>
span { border-color: #AD68BB; }
span { border-color: rgb(173,104,187); }
td.TdClassName
{
border-color: #AD68BB;
}
.TagClassName
{
border-color: #AD68BB;
}
</style>