Shades of Deep Lilac #AD5EBC
Tints of Deep Lilac #AD5EBC
RGB
CMYK
RGB Variations
Color information
#AD5EBC (or 0xAD5EBC) is known color: Deep Lilac. HEX triplet: AD, 5E and BC. RGB value is (173,94,188). Sum of RGB (Red+Green+Blue) = 173+94+188=455 (60% of max value = 765). Red value is 173 (67.97% from 255 or 38.02% from 455); Green value is 94 (37.11% from 255 or 20.66% from 455); Blue value is 188 (73.83% from 255 or 41.32% from 455); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD5EBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5EBC is #52A143. Grayscale: #808080. Windows color (decimal): -5415236 or 12345005. OLE color: 12345005.
HSL color Cylindrical-coordinate representation of color #AD5EBC: hue angle of 290.43º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AD5EBC is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 94 | 188 | - |
| CMYK | 0.08 | 0.50 | 0 | 0.26 |
| HSL | 290.43º | 0.41% | 0.55% | - |
| HSV(B) | 290.43º | 0.5% | 0.74% | - |
| XYZ | 30.31 | 20.52 | 49.94 | - |
| YUV | 128.34 | 161.67 | 159.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 94 | 188 | 0.08 | 0.50 | 0 | 0.26 | 290.43 | 0.41 | 0.55 |
| Hex | AD | 5E | BC | 8 | 32 | 0 | 1A | 122 | 29 | 37 |
| Octal | 255 | 136 | 274 | 10 | 62 | 0 | 32 | 442 | 51 | 67 |
| Binary | 10101101 | 1011110 | 10111100 | 1000 | 110010 | 0 | 11010 | 100100010 | 101001 | 110111 |
Color Harmonies of #AD5EBC
Complementary color
Monochromatic Colors of #AD5EBC
Black with #AD5EBC
Text Example
Text Example
White with #AD5EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5EBC; }
p { color: rgb(173,94,188); }
H1.HeaderClassName
{
color: #AD5EBC;
}
.AnyTagClassName
{
color: #AD5EBC;
}
</style>
background-color css
<style>
a { background-color: #AD5EBC; }
a { background-color: rgb(173,94,188); }
div.DivClassName
{
background-color: #AD5EBC;
}
.BgClassName
{
background-color: #AD5EBC;
}
</style>
border-color css
<style>
span { border-color: #AD5EBC; }
span { border-color: rgb(173,94,188); }
td.TdClassName
{
border-color: #AD5EBC;
}
.TagClassName
{
border-color: #AD5EBC;
}
</style>