Shades of Deep Lilac #AD65BE
Tints of Deep Lilac #AD65BE
RGB
CMYK
RGB Variations
Color information
#AD65BE (or 0xAD65BE) is known color: Deep Lilac. HEX triplet: AD, 65 and BE. RGB value is (173,101,190). Sum of RGB (Red+Green+Blue) = 173+101+190=464 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.28% from 464); Green value is 101 (39.84% from 255 or 21.77% from 464); Blue value is 190 (74.61% from 255 or 40.95% from 464); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD65BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65BE is #529A41. Grayscale: #848484. Windows color (decimal): -5413442 or 12477869. OLE color: 12477869.
HSL color Cylindrical-coordinate representation of color #AD65BE: hue angle of 288.54º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AD65BE is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 101 | 190 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.25 |
| HSL | 288.54º | 0.41% | 0.57% | - |
| HSV(B) | 288.54º | 0.47% | 0.75% | - |
| XYZ | 31.18 | 21.91 | 51.3 | - |
| YUV | 132.67 | 160.35 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 190 | 0.09 | 0.47 | 0 | 0.25 | 288.54 | 0.41 | 0.57 |
| Hex | AD | 65 | BE | 9 | 2F | 0 | 19 | 121 | 29 | 39 |
| Octal | 255 | 145 | 276 | 11 | 57 | 0 | 31 | 441 | 51 | 71 |
| Binary | 10101101 | 1100101 | 10111110 | 1001 | 101111 | 0 | 11001 | 100100001 | 101001 | 111001 |
Color Harmonies of #AD65BE
Complementary color
Monochromatic Colors of #AD65BE
Black with #AD65BE
Text Example
Text Example
White with #AD65BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65BE; }
p { color: rgb(173,101,190); }
H1.HeaderClassName
{
color: #AD65BE;
}
.AnyTagClassName
{
color: #AD65BE;
}
</style>
background-color css
<style>
a { background-color: #AD65BE; }
a { background-color: rgb(173,101,190); }
div.DivClassName
{
background-color: #AD65BE;
}
.BgClassName
{
background-color: #AD65BE;
}
</style>
border-color css
<style>
span { border-color: #AD65BE; }
span { border-color: rgb(173,101,190); }
td.TdClassName
{
border-color: #AD65BE;
}
.TagClassName
{
border-color: #AD65BE;
}
</style>