Shades of Deep Lilac #AD65BC
Tints of Deep Lilac #AD65BC
RGB
CMYK
RGB Variations
Color information
#AD65BC (or 0xAD65BC) is known color: Deep Lilac. HEX triplet: AD, 65 and BC. RGB value is (173,101,188). Sum of RGB (Red+Green+Blue) = 173+101+188=462 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.45% from 462); Green value is 101 (39.84% from 255 or 21.86% from 462); Blue value is 188 (73.83% from 255 or 40.69% from 462); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD65BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD65BC is #529A43. Grayscale: #848484. Windows color (decimal): -5413444 or 12346797. OLE color: 12346797.
HSL color Cylindrical-coordinate representation of color #AD65BC: hue angle of 289.66º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AD65BC is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 101 | 188 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.26 |
| HSL | 289.66º | 0.39% | 0.57% | - |
| HSV(B) | 289.66º | 0.46% | 0.74% | - |
| XYZ | 30.96 | 21.82 | 50.16 | - |
| YUV | 132.45 | 159.35 | 156.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 101 | 188 | 0.08 | 0.46 | 0 | 0.26 | 289.66 | 0.39 | 0.57 |
| Hex | AD | 65 | BC | 8 | 2E | 0 | 1A | 122 | 27 | 39 |
| Octal | 255 | 145 | 274 | 10 | 56 | 0 | 32 | 442 | 47 | 71 |
| Binary | 10101101 | 1100101 | 10111100 | 1000 | 101110 | 0 | 11010 | 100100010 | 100111 | 111001 |
Color Harmonies of #AD65BC
Complementary color
Monochromatic Colors of #AD65BC
Black with #AD65BC
Text Example
Text Example
White with #AD65BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD65BC; }
p { color: rgb(173,101,188); }
H1.HeaderClassName
{
color: #AD65BC;
}
.AnyTagClassName
{
color: #AD65BC;
}
</style>
background-color css
<style>
a { background-color: #AD65BC; }
a { background-color: rgb(173,101,188); }
div.DivClassName
{
background-color: #AD65BC;
}
.BgClassName
{
background-color: #AD65BC;
}
</style>
border-color css
<style>
span { border-color: #AD65BC; }
span { border-color: rgb(173,101,188); }
td.TdClassName
{
border-color: #AD65BC;
}
.TagClassName
{
border-color: #AD65BC;
}
</style>