Shades of Deep Lilac #AD61BE
Tints of Deep Lilac #AD61BE
RGB
CMYK
RGB Variations
Color information
#AD61BE (or 0xAD61BE) is known color: Deep Lilac. HEX triplet: AD, 61 and BE. RGB value is (173,97,190). Sum of RGB (Red+Green+Blue) = 173+97+190=460 (60% of max value = 765). Red value is 173 (67.97% from 255 or 37.61% from 460); Green value is 97 (38.28% from 255 or 21.09% from 460); Blue value is 190 (74.61% from 255 or 41.30% from 460); Max value from RGB is 190 - color contains mainly: blue. Hex color #AD61BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD61BE is #529E41. Grayscale: #828282. Windows color (decimal): -5414466 or 12476845. OLE color: 12476845.
HSL color Cylindrical-coordinate representation of color #AD61BE: hue angle of 289.03º 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 #AD61BE is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 173 | 97 | 190 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.25 |
| HSL | 289.03º | 0.42% | 0.56% | - |
| HSV(B) | 289.03º | 0.49% | 0.75% | - |
| XYZ | 30.8 | 21.15 | 51.17 | - |
| YUV | 130.33 | 161.68 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 97 | 190 | 0.09 | 0.49 | 0 | 0.25 | 289.03 | 0.42 | 0.56 |
| Hex | AD | 61 | BE | 9 | 31 | 0 | 19 | 121 | 2A | 38 |
| Octal | 255 | 141 | 276 | 11 | 61 | 0 | 31 | 441 | 52 | 70 |
| Binary | 10101101 | 1100001 | 10111110 | 1001 | 110001 | 0 | 11001 | 100100001 | 101010 | 111000 |
Color Harmonies of #AD61BE
Complementary color
Monochromatic Colors of #AD61BE
Black with #AD61BE
Text Example
Text Example
White with #AD61BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD61BE; }
p { color: rgb(173,97,190); }
H1.HeaderClassName
{
color: #AD61BE;
}
.AnyTagClassName
{
color: #AD61BE;
}
</style>
background-color css
<style>
a { background-color: #AD61BE; }
a { background-color: rgb(173,97,190); }
div.DivClassName
{
background-color: #AD61BE;
}
.BgClassName
{
background-color: #AD61BE;
}
</style>
border-color css
<style>
span { border-color: #AD61BE; }
span { border-color: rgb(173,97,190); }
td.TdClassName
{
border-color: #AD61BE;
}
.TagClassName
{
border-color: #AD61BE;
}
</style>