Shades of Medium Purple #AD73FA
Tints of Medium Purple #AD73FA
RGB
CMYK
RGB Variations
Color information
#AD73FA (or 0xAD73FA) is known color: Medium Purple. HEX triplet: AD, 73 and FA. RGB value is (173,115,250). Sum of RGB (Red+Green+Blue) = 173+115+250=538 (71% of max value = 765). Red value is 173 (67.97% from 255 or 32.16% from 538); Green value is 115 (45.31% from 255 or 21.38% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #AD73FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD73FA is #528C05. Grayscale: #939393. Windows color (decimal): -5409798 or 16413613. OLE color: 16413613.
HSL color Cylindrical-coordinate representation of color #AD73FA: hue angle of 265.78º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD73FA is Cyan = 0.31, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 173 | 115 | 250 | - |
| CMYK | 0.31 | 0.54 | 0 | 0.02 |
| HSL | 265.78º | 0.93% | 0.72% | - |
| HSV(B) | 265.78º | 0.54% | 0.98% | - |
| XYZ | 40.62 | 28.05 | 93.72 | - |
| YUV | 147.73 | 185.72 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 250 | 0.31 | 0.54 | 0 | 0.02 | 265.78 | 0.93 | 0.72 |
| Hex | AD | 73 | FA | 1F | 36 | 0 | 2 | 10A | 5D | 48 |
| Octal | 255 | 163 | 372 | 37 | 66 | 0 | 2 | 412 | 135 | 110 |
| Binary | 10101101 | 1110011 | 11111010 | 11111 | 110110 | 0 | 10 | 100001010 | 1011101 | 1001000 |
Color Harmonies of #AD73FA
Complementary color
Monochromatic Colors of #AD73FA
Black with #AD73FA
Text Example
Text Example
White with #AD73FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73FA; }
p { color: rgb(173,115,250); }
H1.HeaderClassName
{
color: #AD73FA;
}
.AnyTagClassName
{
color: #AD73FA;
}
</style>
background-color css
<style>
a { background-color: #AD73FA; }
a { background-color: rgb(173,115,250); }
div.DivClassName
{
background-color: #AD73FA;
}
.BgClassName
{
background-color: #AD73FA;
}
</style>
border-color css
<style>
span { border-color: #AD73FA; }
span { border-color: rgb(173,115,250); }
td.TdClassName
{
border-color: #AD73FA;
}
.TagClassName
{
border-color: #AD73FA;
}
</style>