Shades of Deep Lilac #AD6ABA
Tints of Deep Lilac #AD6ABA
RGB
CMYK
RGB Variations
Color information
#AD6ABA (or 0xAD6ABA) is known color: Deep Lilac. HEX triplet: AD, 6A and BA. RGB value is (173,106,186). Sum of RGB (Red+Green+Blue) = 173+106+186=465 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.20% from 465); Green value is 106 (41.80% from 255 or 22.80% from 465); Blue value is 186 (73.05% from 255 or 40% from 465); Max value from RGB is 186 - color contains mainly: blue. Hex color #AD6ABA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ABA is #529545. Grayscale: #868686. Windows color (decimal): -5412166 or 12217005. OLE color: 12217005.
HSL color Cylindrical-coordinate representation of color #AD6ABA: hue angle of 290.25º degrees, saturation: 0.37, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6ABA is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 173 | 106 | 186 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.27 |
| HSL | 290.25º | 0.37% | 0.57% | - |
| HSV(B) | 290.25º | 0.43% | 0.73% | - |
| XYZ | 31.25 | 22.74 | 49.2 | - |
| YUV | 135.15 | 156.7 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 186 | 0.07 | 0.43 | 0 | 0.27 | 290.25 | 0.37 | 0.57 |
| Hex | AD | 6A | BA | 7 | 2B | 0 | 1B | 122 | 25 | 39 |
| Octal | 255 | 152 | 272 | 7 | 53 | 0 | 33 | 442 | 45 | 71 |
| Binary | 10101101 | 1101010 | 10111010 | 111 | 101011 | 0 | 11011 | 100100010 | 100101 | 111001 |
Color Harmonies of #AD6ABA
Complementary color
Monochromatic Colors of #AD6ABA
Black with #AD6ABA
Text Example
Text Example
White with #AD6ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6ABA; }
p { color: rgb(173,106,186); }
H1.HeaderClassName
{
color: #AD6ABA;
}
.AnyTagClassName
{
color: #AD6ABA;
}
</style>
background-color css
<style>
a { background-color: #AD6ABA; }
a { background-color: rgb(173,106,186); }
div.DivClassName
{
background-color: #AD6ABA;
}
.BgClassName
{
background-color: #AD6ABA;
}
</style>
border-color css
<style>
span { border-color: #AD6ABA; }
span { border-color: rgb(173,106,186); }
td.TdClassName
{
border-color: #AD6ABA;
}
.TagClassName
{
border-color: #AD6ABA;
}
</style>