Shades of Deep Lilac #AD68BF
Tints of Deep Lilac #AD68BF
RGB
CMYK
RGB Variations
Color information
#AD68BF (or 0xAD68BF) is known color: Deep Lilac. HEX triplet: AD, 68 and BF. RGB value is (173,104,191). Sum of RGB (Red+Green+Blue) = 173+104+191=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 104 (41.02% from 255 or 22.22% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #AD68BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD68BF is #529740. Grayscale: #868686. Windows color (decimal): -5412673 or 12544173. OLE color: 12544173.
HSL color Cylindrical-coordinate representation of color #AD68BF: hue angle of 287.59º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD68BF is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 104 | 191 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.25 |
| HSL | 287.59º | 0.4% | 0.58% | - |
| HSV(B) | 287.59º | 0.46% | 0.75% | - |
| XYZ | 31.59 | 22.55 | 51.98 | - |
| YUV | 134.55 | 159.86 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 104 | 191 | 0.09 | 0.46 | 0 | 0.25 | 287.59 | 0.4 | 0.58 |
| Hex | AD | 68 | BF | 9 | 2E | 0 | 19 | 120 | 28 | 3A |
| Octal | 255 | 150 | 277 | 11 | 56 | 0 | 31 | 440 | 50 | 72 |
| Binary | 10101101 | 1101000 | 10111111 | 1001 | 101110 | 0 | 11001 | 100100000 | 101000 | 111010 |
Color Harmonies of #AD68BF
Complementary color
Monochromatic Colors of #AD68BF
Black with #AD68BF
Text Example
Text Example
White with #AD68BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD68BF; }
p { color: rgb(173,104,191); }
H1.HeaderClassName
{
color: #AD68BF;
}
.AnyTagClassName
{
color: #AD68BF;
}
</style>
background-color css
<style>
a { background-color: #AD68BF; }
a { background-color: rgb(173,104,191); }
div.DivClassName
{
background-color: #AD68BF;
}
.BgClassName
{
background-color: #AD68BF;
}
</style>
border-color css
<style>
span { border-color: #AD68BF; }
span { border-color: rgb(173,104,191); }
td.TdClassName
{
border-color: #AD68BF;
}
.TagClassName
{
border-color: #AD68BF;
}
</style>