Shades of Medium Purple #AD6EEC
Tints of Medium Purple #AD6EEC
RGB
CMYK
RGB Variations
Color information
#AD6EEC (or 0xAD6EEC) is known color: Medium Purple. HEX triplet: AD, 6E and EC. RGB value is (173,110,236). Sum of RGB (Red+Green+Blue) = 173+110+236=519 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.33% from 519); Green value is 110 (43.36% from 255 or 21.19% from 519); Blue value is 236 (92.58% from 255 or 45.47% from 519); Max value from RGB is 236 - color contains mainly: blue. Hex color #AD6EEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6EEC is #529113. Grayscale: #8E8E8E. Windows color (decimal): -5411092 or 15494829. OLE color: 15494829.
HSL color Cylindrical-coordinate representation of color #AD6EEC: hue angle of 270º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD6EEC is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 173 | 110 | 236 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.07 |
| HSL | 270º | 0.77% | 0.68% | - |
| HSV(B) | 270º | 0.53% | 0.93% | - |
| XYZ | 37.95 | 26.09 | 82.39 | - |
| YUV | 143.2 | 180.37 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 236 | 0.27 | 0.53 | 0 | 0.07 | 270 | 0.77 | 0.68 |
| Hex | AD | 6E | EC | 1B | 35 | 0 | 7 | 10E | 4D | 44 |
| Octal | 255 | 156 | 354 | 33 | 65 | 0 | 7 | 416 | 115 | 104 |
| Binary | 10101101 | 1101110 | 11101100 | 11011 | 110101 | 0 | 111 | 100001110 | 1001101 | 1000100 |
Color Harmonies of #AD6EEC
Complementary color
Monochromatic Colors of #AD6EEC
Black with #AD6EEC
Text Example
Text Example
White with #AD6EEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6EEC; }
p { color: rgb(173,110,236); }
H1.HeaderClassName
{
color: #AD6EEC;
}
.AnyTagClassName
{
color: #AD6EEC;
}
</style>
background-color css
<style>
a { background-color: #AD6EEC; }
a { background-color: rgb(173,110,236); }
div.DivClassName
{
background-color: #AD6EEC;
}
.BgClassName
{
background-color: #AD6EEC;
}
</style>
border-color css
<style>
span { border-color: #AD6EEC; }
span { border-color: rgb(173,110,236); }
td.TdClassName
{
border-color: #AD6EEC;
}
.TagClassName
{
border-color: #AD6EEC;
}
</style>