Shades of Deep Lilac #AD67C0
Tints of Deep Lilac #AD67C0
RGB
CMYK
RGB Variations
Color information
#AD67C0 (or 0xAD67C0) is known color: Deep Lilac. HEX triplet: AD, 67 and C0. RGB value is (173,103,192). Sum of RGB (Red+Green+Blue) = 173+103+192=468 (61% of max value = 765). Red value is 173 (67.97% from 255 or 36.97% from 468); Green value is 103 (40.62% from 255 or 22.01% from 468); Blue value is 192 (75.39% from 255 or 41.03% from 468); Max value from RGB is 192 - color contains mainly: blue. Hex color #AD67C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD67C0 is #52983F. Grayscale: #858585. Windows color (decimal): -5412928 or 12609453. OLE color: 12609453.
HSL color Cylindrical-coordinate representation of color #AD67C0: hue angle of 287.19º degrees, saturation: 0.41, 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 #AD67C0 is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 103 | 192 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.25 |
| HSL | 287.19º | 0.41% | 0.58% | - |
| HSV(B) | 287.19º | 0.46% | 0.75% | - |
| XYZ | 31.6 | 22.39 | 52.53 | - |
| YUV | 134.08 | 160.69 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 103 | 192 | 0.10 | 0.46 | 0 | 0.25 | 287.19 | 0.41 | 0.58 |
| Hex | AD | 67 | C0 | A | 2E | 0 | 19 | 11F | 29 | 3A |
| Octal | 255 | 147 | 300 | 12 | 56 | 0 | 31 | 437 | 51 | 72 |
| Binary | 10101101 | 1100111 | 11000000 | 1010 | 101110 | 0 | 11001 | 100011111 | 101001 | 111010 |
Color Harmonies of #AD67C0
Complementary color
Monochromatic Colors of #AD67C0
Black with #AD67C0
Text Example
Text Example
White with #AD67C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD67C0; }
p { color: rgb(173,103,192); }
H1.HeaderClassName
{
color: #AD67C0;
}
.AnyTagClassName
{
color: #AD67C0;
}
</style>
background-color css
<style>
a { background-color: #AD67C0; }
a { background-color: rgb(173,103,192); }
div.DivClassName
{
background-color: #AD67C0;
}
.BgClassName
{
background-color: #AD67C0;
}
</style>
border-color css
<style>
span { border-color: #AD67C0; }
span { border-color: rgb(173,103,192); }
td.TdClassName
{
border-color: #AD67C0;
}
.TagClassName
{
border-color: #AD67C0;
}
</style>