Shades of Medium Purple #AD73EA
Tints of Medium Purple #AD73EA
RGB
CMYK
RGB Variations
Color information
#AD73EA (or 0xAD73EA) is known color: Medium Purple. HEX triplet: AD, 73 and EA. RGB value is (173,115,234). Sum of RGB (Red+Green+Blue) = 173+115+234=522 (69% of max value = 765). Red value is 173 (67.97% from 255 or 33.14% from 522); Green value is 115 (45.31% from 255 or 22.03% from 522); Blue value is 234 (91.80% from 255 or 44.83% from 522); Max value from RGB is 234 - color contains mainly: blue. Hex color #AD73EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD73EA is #528C15. Grayscale: #919191. Windows color (decimal): -5409814 or 15365037. OLE color: 15365037.
HSL color Cylindrical-coordinate representation of color #AD73EA: hue angle of 269.24º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AD73EA is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 173 | 115 | 234 | - |
| CMYK | 0.26 | 0.51 | 0 | 0.08 |
| HSL | 269.24º | 0.74% | 0.68% | - |
| HSV(B) | 269.24º | 0.51% | 0.92% | - |
| XYZ | 38.22 | 27.09 | 81.06 | - |
| YUV | 145.91 | 177.72 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 234 | 0.26 | 0.51 | 0 | 0.08 | 269.24 | 0.74 | 0.68 |
| Hex | AD | 73 | EA | 1A | 33 | 0 | 8 | 10D | 4A | 44 |
| Octal | 255 | 163 | 352 | 32 | 63 | 0 | 10 | 415 | 112 | 104 |
| Binary | 10101101 | 1110011 | 11101010 | 11010 | 110011 | 0 | 1000 | 100001101 | 1001010 | 1000100 |
Color Harmonies of #AD73EA
Complementary color
Monochromatic Colors of #AD73EA
Black with #AD73EA
Text Example
Text Example
White with #AD73EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73EA; }
p { color: rgb(173,115,234); }
H1.HeaderClassName
{
color: #AD73EA;
}
.AnyTagClassName
{
color: #AD73EA;
}
</style>
background-color css
<style>
a { background-color: #AD73EA; }
a { background-color: rgb(173,115,234); }
div.DivClassName
{
background-color: #AD73EA;
}
.BgClassName
{
background-color: #AD73EA;
}
</style>
border-color css
<style>
span { border-color: #AD73EA; }
span { border-color: rgb(173,115,234); }
td.TdClassName
{
border-color: #AD73EA;
}
.TagClassName
{
border-color: #AD73EA;
}
</style>