Shades of Deep Lilac #AD6CC0
Tints of Deep Lilac #AD6CC0
RGB
CMYK
RGB Variations
Color information
#AD6CC0 (or 0xAD6CC0) is known color: Deep Lilac. HEX triplet: AD, 6C and C0. RGB value is (173,108,192). Sum of RGB (Red+Green+Blue) = 173+108+192=473 (62% of max value = 765). Red value is 173 (67.97% from 255 or 36.58% from 473); Green value is 108 (42.58% from 255 or 22.83% from 473); Blue value is 192 (75.39% from 255 or 40.59% from 473); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD6CC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6CC0 is #52933F. Grayscale: #888888. Windows color (decimal): -5411648 or 12610733. OLE color: 12610733.
HSL color Cylindrical-coordinate representation of color #AD6CC0: hue angle of 286.43º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6CC0 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 108 | 192 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.25 |
| HSL | 286.43º | 0.4% | 0.59% | - |
| HSV(B) | 286.43º | 0.44% | 0.75% | - |
| XYZ | 32.11 | 23.42 | 52.7 | - |
| YUV | 137.01 | 159.03 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 108 | 192 | 0.10 | 0.44 | 0 | 0.25 | 286.43 | 0.4 | 0.59 |
| Hex | AD | 6C | C0 | A | 2C | 0 | 19 | 11E | 28 | 3B |
| Octal | 255 | 154 | 300 | 12 | 54 | 0 | 31 | 436 | 50 | 73 |
| Binary | 10101101 | 1101100 | 11000000 | 1010 | 101100 | 0 | 11001 | 100011110 | 101000 | 111011 |
Color Harmonies of #AD6CC0
Complementary color
Monochromatic Colors of #AD6CC0
Black with #AD6CC0
Text Example
Text Example
White with #AD6CC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6CC0; }
p { color: rgb(173,108,192); }
H1.HeaderClassName
{
color: #AD6CC0;
}
.AnyTagClassName
{
color: #AD6CC0;
}
</style>
background-color css
<style>
a { background-color: #AD6CC0; }
a { background-color: rgb(173,108,192); }
div.DivClassName
{
background-color: #AD6CC0;
}
.BgClassName
{
background-color: #AD6CC0;
}
</style>
border-color css
<style>
span { border-color: #AD6CC0; }
span { border-color: rgb(173,108,192); }
td.TdClassName
{
border-color: #AD6CC0;
}
.TagClassName
{
border-color: #AD6CC0;
}
</style>