Shades of Deep Lilac #AD60BE
Tints of Deep Lilac #AD60BE
RGB
CMYK
RGB Variations
Color information
#AD60BE (or 0xAD60BE) is known color: Deep Lilac. HEX triplet: AD, 60 and BE. RGB value is (173,96,190). Sum of RGB (Red+Green+Blue) = 173+96+190=459 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.69% from 459); Green value is 96 (37.89% from 255 or 20.92% from 459); Blue value is 190 (74.61% from 255 or 41.39% from 459); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD60BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD60BE is #529F41. Grayscale: #818181. Windows color (decimal): -5414722 or 12476589. OLE color: 12476589.
HSL color Cylindrical-coordinate representation of color #AD60BE: hue angle of 289.15º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AD60BE is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 96 | 190 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.25 |
| HSL | 289.15º | 0.42% | 0.56% | - |
| HSV(B) | 289.15º | 0.49% | 0.75% | - |
| XYZ | 30.71 | 20.97 | 51.14 | - |
| YUV | 129.74 | 162.01 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 96 | 190 | 0.09 | 0.49 | 0 | 0.25 | 289.15 | 0.42 | 0.56 |
| Hex | AD | 60 | BE | 9 | 31 | 0 | 19 | 121 | 2A | 38 |
| Octal | 255 | 140 | 276 | 11 | 61 | 0 | 31 | 441 | 52 | 70 |
| Binary | 10101101 | 1100000 | 10111110 | 1001 | 110001 | 0 | 11001 | 100100001 | 101010 | 111000 |
Color Harmonies of #AD60BE
Complementary color
Monochromatic Colors of #AD60BE
Black with #AD60BE
Text Example
Text Example
White with #AD60BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD60BE; }
p { color: rgb(173,96,190); }
H1.HeaderClassName
{
color: #AD60BE;
}
.AnyTagClassName
{
color: #AD60BE;
}
</style>
background-color css
<style>
a { background-color: #AD60BE; }
a { background-color: rgb(173,96,190); }
div.DivClassName
{
background-color: #AD60BE;
}
.BgClassName
{
background-color: #AD60BE;
}
</style>
border-color css
<style>
span { border-color: #AD60BE; }
span { border-color: rgb(173,96,190); }
td.TdClassName
{
border-color: #AD60BE;
}
.TagClassName
{
border-color: #AD60BE;
}
</style>