Shades of Deep Lilac #AD69C0
Tints of Deep Lilac #AD69C0
RGB
CMYK
RGB Variations
Color information
#AD69C0 (or 0xAD69C0) is known color: Deep Lilac. HEX triplet: AD, 69 and C0. RGB value is (173,105,192). Sum of RGB (Red+Green+Blue) = 173+105+192=470 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.81% from 470); Green value is 105 (41.41% from 255 or 22.34% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD69C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD69C0 is #52963F. Grayscale: #868686. Windows color (decimal): -5412416 or 12609965. OLE color: 12609965.
HSL color Cylindrical-coordinate representation of color #AD69C0: hue angle of 286.9º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AD69C0 is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 105 | 192 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.25 |
| HSL | 286.9º | 0.41% | 0.58% | - |
| HSV(B) | 286.9º | 0.45% | 0.75% | - |
| XYZ | 31.8 | 22.79 | 52.59 | - |
| YUV | 135.25 | 160.03 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 105 | 192 | 0.10 | 0.45 | 0 | 0.25 | 286.9 | 0.41 | 0.58 |
| Hex | AD | 69 | C0 | A | 2D | 0 | 19 | 11F | 29 | 3A |
| Octal | 255 | 151 | 300 | 12 | 55 | 0 | 31 | 437 | 51 | 72 |
| Binary | 10101101 | 1101001 | 11000000 | 1010 | 101101 | 0 | 11001 | 100011111 | 101001 | 111010 |
Color Harmonies of #AD69C0
Complementary color
Monochromatic Colors of #AD69C0
Black with #AD69C0
Text Example
Text Example
White with #AD69C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD69C0; }
p { color: rgb(173,105,192); }
H1.HeaderClassName
{
color: #AD69C0;
}
.AnyTagClassName
{
color: #AD69C0;
}
</style>
background-color css
<style>
a { background-color: #AD69C0; }
a { background-color: rgb(173,105,192); }
div.DivClassName
{
background-color: #AD69C0;
}
.BgClassName
{
background-color: #AD69C0;
}
</style>
border-color css
<style>
span { border-color: #AD69C0; }
span { border-color: rgb(173,105,192); }
td.TdClassName
{
border-color: #AD69C0;
}
.TagClassName
{
border-color: #AD69C0;
}
</style>