Shades of Medium Purple #AD6DE8
Tints of Medium Purple #AD6DE8
RGB
CMYK
RGB Variations
Color information
#AD6DE8 (or 0xAD6DE8) is known color: Medium Purple. HEX triplet: AD, 6D and E8. RGB value is (173,109,232). Sum of RGB (Red+Green+Blue) = 173+109+232=514 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.66% from 514); Green value is 109 (42.97% from 255 or 21.21% from 514); Blue value is 232 (91.02% from 255 or 45.14% from 514); Max value from RGB is 232 - color contains mainly: blue. Hex color #AD6DE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD6DE8 is #529217. Grayscale: #8D8D8D. Windows color (decimal): -5411352 or 15232429. OLE color: 15232429.
HSL color Cylindrical-coordinate representation of color #AD6DE8: hue angle of 271.22º 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 #AD6DE8 is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 173 | 109 | 232 | - |
| CMYK | 0.25 | 0.53 | 0 | 0.09 |
| HSL | 271.22º | 0.73% | 0.67% | - |
| HSV(B) | 271.22º | 0.53% | 0.91% | - |
| XYZ | 37.27 | 25.65 | 79.33 | - |
| YUV | 142.16 | 178.7 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 109 | 232 | 0.25 | 0.53 | 0 | 0.09 | 271.22 | 0.73 | 0.67 |
| Hex | AD | 6D | E8 | 19 | 35 | 0 | 9 | 10F | 49 | 43 |
| Octal | 255 | 155 | 350 | 31 | 65 | 0 | 11 | 417 | 111 | 103 |
| Binary | 10101101 | 1101101 | 11101000 | 11001 | 110101 | 0 | 1001 | 100001111 | 1001001 | 1000011 |
Color Harmonies of #AD6DE8
Complementary color
Monochromatic Colors of #AD6DE8
Black with #AD6DE8
Text Example
Text Example
White with #AD6DE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD6DE8; }
p { color: rgb(173,109,232); }
H1.HeaderClassName
{
color: #AD6DE8;
}
.AnyTagClassName
{
color: #AD6DE8;
}
</style>
background-color css
<style>
a { background-color: #AD6DE8; }
a { background-color: rgb(173,109,232); }
div.DivClassName
{
background-color: #AD6DE8;
}
.BgClassName
{
background-color: #AD6DE8;
}
</style>
border-color css
<style>
span { border-color: #AD6DE8; }
span { border-color: rgb(173,109,232); }
td.TdClassName
{
border-color: #AD6DE8;
}
.TagClassName
{
border-color: #AD6DE8;
}
</style>