Shades of Deep Lilac #AD68BE
Tints of Deep Lilac #AD68BE
RGB
CMYK
RGB Variations
Color information
#AD68BE (or 0xAD68BE) is known color: Deep Lilac. HEX triplet: AD, 68 and BE. RGB value is (173,104,190). Sum of RGB (Red+Green+Blue) = 173+104+190=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 104 (41.02% from 255 or 22.27% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD68BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68BE is #529741. Grayscale: #868686. Windows color (decimal): -5412674 or 12478637. OLE color: 12478637.
HSL color Cylindrical-coordinate representation of color #AD68BE: hue angle of 288.14º degrees, saturation: 0.4, 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 #AD68BE is Cyan = 0.09, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 104 | 190 | - |
| CMYK | 0.09 | 0.45 | 0 | 0.25 |
| HSL | 288.14º | 0.4% | 0.58% | - |
| HSV(B) | 288.14º | 0.45% | 0.75% | - |
| XYZ | 31.48 | 22.5 | 51.4 | - |
| YUV | 134.44 | 159.36 | 155.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 190 | 0.09 | 0.45 | 0 | 0.25 | 288.14 | 0.4 | 0.58 |
| Hex | AD | 68 | BE | 9 | 2D | 0 | 19 | 120 | 28 | 3A |
| Octal | 255 | 150 | 276 | 11 | 55 | 0 | 31 | 440 | 50 | 72 |
| Binary | 10101101 | 1101000 | 10111110 | 1001 | 101101 | 0 | 11001 | 100100000 | 101000 | 111010 |
Color Harmonies of #AD68BE
Complementary color
Monochromatic Colors of #AD68BE
Black with #AD68BE
Text Example
Text Example
White with #AD68BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68BE; }
p { color: rgb(173,104,190); }
H1.HeaderClassName
{
color: #AD68BE;
}
.AnyTagClassName
{
color: #AD68BE;
}
</style>
background-color css
<style>
a { background-color: #AD68BE; }
a { background-color: rgb(173,104,190); }
div.DivClassName
{
background-color: #AD68BE;
}
.BgClassName
{
background-color: #AD68BE;
}
</style>
border-color css
<style>
span { border-color: #AD68BE; }
span { border-color: rgb(173,104,190); }
td.TdClassName
{
border-color: #AD68BE;
}
.TagClassName
{
border-color: #AD68BE;
}
</style>