Shades of Deep Lilac #AD5DBE
Tints of Deep Lilac #AD5DBE
RGB
CMYK
RGB Variations
Color information
#AD5DBE (or 0xAD5DBE) is known color: Deep Lilac. HEX triplet: AD, 5D and BE. RGB value is (173,93,190). Sum of RGB (Red+Green+Blue) = 173+93+190=456 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.94% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 190 (74.61% from 255 or 41.67% from 456); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD5DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD5DBE is #52A241. Grayscale: #7F7F7F. Windows color (decimal): -5415490 or 12475821. OLE color: 12475821.
HSL color Cylindrical-coordinate representation of color #AD5DBE: hue angle of 289.48º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD5DBE is Cyan = 0.09, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 93 | 190 | - |
| CMYK | 0.09 | 0.51 | 0 | 0.25 |
| HSL | 289.48º | 0.43% | 0.55% | - |
| HSV(B) | 289.48º | 0.51% | 0.75% | - |
| XYZ | 30.44 | 20.43 | 51.05 | - |
| YUV | 127.98 | 163 | 160.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 93 | 190 | 0.09 | 0.51 | 0 | 0.25 | 289.48 | 0.43 | 0.55 |
| Hex | AD | 5D | BE | 9 | 33 | 0 | 19 | 121 | 2B | 37 |
| Octal | 255 | 135 | 276 | 11 | 63 | 0 | 31 | 441 | 53 | 67 |
| Binary | 10101101 | 1011101 | 10111110 | 1001 | 110011 | 0 | 11001 | 100100001 | 101011 | 110111 |
Color Harmonies of #AD5DBE
Complementary color
Monochromatic Colors of #AD5DBE
Black with #AD5DBE
Text Example
Text Example
White with #AD5DBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD5DBE; }
p { color: rgb(173,93,190); }
H1.HeaderClassName
{
color: #AD5DBE;
}
.AnyTagClassName
{
color: #AD5DBE;
}
</style>
background-color css
<style>
a { background-color: #AD5DBE; }
a { background-color: rgb(173,93,190); }
div.DivClassName
{
background-color: #AD5DBE;
}
.BgClassName
{
background-color: #AD5DBE;
}
</style>
border-color css
<style>
span { border-color: #AD5DBE; }
span { border-color: rgb(173,93,190); }
td.TdClassName
{
border-color: #AD5DBE;
}
.TagClassName
{
border-color: #AD5DBE;
}
</style>