Shades of Deep Lilac #AD6DBD
Tints of Deep Lilac #AD6DBD
RGB
CMYK
RGB Variations
Color information
#AD6DBD (or 0xAD6DBD) is known color: Deep Lilac. HEX triplet: AD, 6D and BD. RGB value is (173,109,189). Sum of RGB (Red+Green+Blue) = 173+109+189=471 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.73% from 471); Green value is 109 (42.97% from 255 or 23.14% from 471); Blue value is 189 (74.22% from 255 or 40.13% from 471); Max value from RGB is 189 - color contains mainly: blue. Hex color #AD6DBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6DBD is #529242. Grayscale: #898989. Windows color (decimal): -5411395 or 12414381. OLE color: 12414381.
HSL color Cylindrical-coordinate representation of color #AD6DBD: hue angle of 288º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6DBD is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 109 | 189 | - |
| CMYK | 0.08 | 0.42 | 0 | 0.26 |
| HSL | 288º | 0.38% | 0.58% | - |
| HSV(B) | 288º | 0.42% | 0.74% | - |
| XYZ | 31.89 | 23.5 | 51 | - |
| YUV | 137.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 189 | 0.08 | 0.42 | 0 | 0.26 | 288 | 0.38 | 0.58 |
| Hex | AD | 6D | BD | 8 | 2A | 0 | 1A | 120 | 26 | 3A |
| Octal | 255 | 155 | 275 | 10 | 52 | 0 | 32 | 440 | 46 | 72 |
| Binary | 10101101 | 1101101 | 10111101 | 1000 | 101010 | 0 | 11010 | 100100000 | 100110 | 111010 |
Color Harmonies of #AD6DBD
Complementary color
Monochromatic Colors of #AD6DBD
Black with #AD6DBD
Text Example
Text Example
White with #AD6DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DBD; }
p { color: rgb(173,109,189); }
H1.HeaderClassName
{
color: #AD6DBD;
}
.AnyTagClassName
{
color: #AD6DBD;
}
</style>
background-color css
<style>
a { background-color: #AD6DBD; }
a { background-color: rgb(173,109,189); }
div.DivClassName
{
background-color: #AD6DBD;
}
.BgClassName
{
background-color: #AD6DBD;
}
</style>
border-color css
<style>
span { border-color: #AD6DBD; }
span { border-color: rgb(173,109,189); }
td.TdClassName
{
border-color: #AD6DBD;
}
.TagClassName
{
border-color: #AD6DBD;
}
</style>