Shades of Deep Lilac #AD6ABC
Tints of Deep Lilac #AD6ABC
RGB
CMYK
RGB Variations
Color information
#AD6ABC (or 0xAD6ABC) is known color: Deep Lilac. HEX triplet: AD, 6A and BC. RGB value is (173,106,188). Sum of RGB (Red+Green+Blue) = 173+106+188=467 (61% of max value = 765). Red value is 173 (67.97% from 255 or 37.04% from 467); Green value is 106 (41.80% from 255 or 22.70% from 467); Blue value is 188 (73.83% from 255 or 40.26% from 467); Max value from RGB is 188 - color contains mainly: blue. Hex color #AD6ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AD6ABC is #529543. Grayscale: #878787. Windows color (decimal): -5412164 or 12348077. OLE color: 12348077.
HSL color Cylindrical-coordinate representation of color #AD6ABC: hue angle of 289.02º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AD6ABC is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 173 | 106 | 188 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.26 |
| HSL | 289.02º | 0.38% | 0.58% | - |
| HSV(B) | 289.02º | 0.44% | 0.74% | - |
| XYZ | 31.46 | 22.82 | 50.32 | - |
| YUV | 135.38 | 157.7 | 154.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 106 | 188 | 0.08 | 0.44 | 0 | 0.26 | 289.02 | 0.38 | 0.58 |
| Hex | AD | 6A | BC | 8 | 2C | 0 | 1A | 121 | 26 | 3A |
| Octal | 255 | 152 | 274 | 10 | 54 | 0 | 32 | 441 | 46 | 72 |
| Binary | 10101101 | 1101010 | 10111100 | 1000 | 101100 | 0 | 11010 | 100100001 | 100110 | 111010 |
Color Harmonies of #AD6ABC
Complementary color
Monochromatic Colors of #AD6ABC
Black with #AD6ABC
Text Example
Text Example
White with #AD6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6ABC; }
p { color: rgb(173,106,188); }
H1.HeaderClassName
{
color: #AD6ABC;
}
.AnyTagClassName
{
color: #AD6ABC;
}
</style>
background-color css
<style>
a { background-color: #AD6ABC; }
a { background-color: rgb(173,106,188); }
div.DivClassName
{
background-color: #AD6ABC;
}
.BgClassName
{
background-color: #AD6ABC;
}
</style>
border-color css
<style>
span { border-color: #AD6ABC; }
span { border-color: rgb(173,106,188); }
td.TdClassName
{
border-color: #AD6ABC;
}
.TagClassName
{
border-color: #AD6ABC;
}
</style>