Shades of Deep Lilac #AD69BB
Tints of Deep Lilac #AD69BB
RGB
CMYK
RGB Variations
Color information
#AD69BB (or 0xAD69BB) is known color: Deep Lilac. HEX triplet: AD, 69 and BB. RGB value is (173,105,187). Sum of RGB (Red+Green+Blue) = 173+105+187=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 105 (41.41% from 255 or 22.58% from 465); Blue value is 187 (73.44% from 255 or 40.22% from 465); Max value from RGB is 187 - color contains mainly: blue. Hex color #AD69BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69BB is #529644. Grayscale: #868686. Windows color (decimal): -5412421 or 12282285. OLE color: 12282285.
HSL color Cylindrical-coordinate representation of color #AD69BB: hue angle of 289.76º 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 #AD69BB is Cyan = 0.07, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 105 | 187 | - |
| CMYK | 0.07 | 0.44 | 0 | 0.27 |
| HSL | 289.76º | 0.38% | 0.57% | - |
| HSV(B) | 289.76º | 0.44% | 0.73% | - |
| XYZ | 31.25 | 22.58 | 49.72 | - |
| YUV | 134.68 | 157.53 | 155.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 187 | 0.07 | 0.44 | 0 | 0.27 | 289.76 | 0.38 | 0.57 |
| Hex | AD | 69 | BB | 7 | 2C | 0 | 1B | 122 | 26 | 39 |
| Octal | 255 | 151 | 273 | 7 | 54 | 0 | 33 | 442 | 46 | 71 |
| Binary | 10101101 | 1101001 | 10111011 | 111 | 101100 | 0 | 11011 | 100100010 | 100110 | 111001 |
Color Harmonies of #AD69BB
Complementary color
Monochromatic Colors of #AD69BB
Black with #AD69BB
Text Example
Text Example
White with #AD69BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD69BB; }
p { color: rgb(173,105,187); }
H1.HeaderClassName
{
color: #AD69BB;
}
.AnyTagClassName
{
color: #AD69BB;
}
</style>
background-color css
<style>
a { background-color: #AD69BB; }
a { background-color: rgb(173,105,187); }
div.DivClassName
{
background-color: #AD69BB;
}
.BgClassName
{
background-color: #AD69BB;
}
</style>
border-color css
<style>
span { border-color: #AD69BB; }
span { border-color: rgb(173,105,187); }
td.TdClassName
{
border-color: #AD69BB;
}
.TagClassName
{
border-color: #AD69BB;
}
</style>