Shades of Medium Purple #AD6EE8
Tints of Medium Purple #AD6EE8
RGB
CMYK
RGB Variations
Color information
#AD6EE8 (or 0xAD6EE8) is known color: Medium Purple. HEX triplet: AD, 6E and E8. RGB value is (173,110,232). Sum of RGB (Red+Green+Blue) = 173+110+232=515 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.59% from 515); Green value is 110 (43.36% from 255 or 21.36% from 515); Blue value is 232 (91.02% from 255 or 45.05% from 515); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD6EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6EE8 is #529117. Grayscale: #8E8E8E. Windows color (decimal): -5411096 or 15232685. OLE color: 15232685.
HSL color Cylindrical-coordinate representation of color #AD6EE8: hue angle of 270.98º degrees, saturation: 0.73, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AD6EE8 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 110 | 232 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.09 |
| HSL | 270.98º | 0.73% | 0.67% | - |
| HSV(B) | 270.98º | 0.53% | 0.91% | - |
| XYZ | 37.38 | 25.86 | 79.37 | - |
| YUV | 142.75 | 178.37 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 110 | 232 | 0.25 | 0.53 | 0 | 0.09 | 270.98 | 0.73 | 0.67 |
| Hex | AD | 6E | E8 | 19 | 35 | 0 | 9 | 10F | 49 | 43 |
| Octal | 255 | 156 | 350 | 31 | 65 | 0 | 11 | 417 | 111 | 103 |
| Binary | 10101101 | 1101110 | 11101000 | 11001 | 110101 | 0 | 1001 | 100001111 | 1001001 | 1000011 |
Color Harmonies of #AD6EE8
Complementary color
Monochromatic Colors of #AD6EE8
Black with #AD6EE8
Text Example
Text Example
White with #AD6EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6EE8; }
p { color: rgb(173,110,232); }
H1.HeaderClassName
{
color: #AD6EE8;
}
.AnyTagClassName
{
color: #AD6EE8;
}
</style>
background-color css
<style>
a { background-color: #AD6EE8; }
a { background-color: rgb(173,110,232); }
div.DivClassName
{
background-color: #AD6EE8;
}
.BgClassName
{
background-color: #AD6EE8;
}
</style>
border-color css
<style>
span { border-color: #AD6EE8; }
span { border-color: rgb(173,110,232); }
td.TdClassName
{
border-color: #AD6EE8;
}
.TagClassName
{
border-color: #AD6EE8;
}
</style>