Shades of Medium Purple #AD73FF
Tints of Medium Purple #AD73FF
RGB
CMYK
RGB Variations
Color information
#AD73FF (or 0xAD73FF) is known color: Medium Purple. HEX triplet: AD, 73 and FF. RGB value is (173,115,255). Sum of RGB (Red+Green+Blue) = 173+115+255=543 (71% of max value = 765). Red value is 173 (67.97% from 255 or 31.86% from 543); Green value is 115 (45.31% from 255 or 21.18% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #AD73FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD73FF is #528C00. Grayscale: #939393. Windows color (decimal): -5409793 or 16741293. OLE color: 16741293.
HSL color Cylindrical-coordinate representation of color #AD73FF: hue angle of 264.86º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AD73FF is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 173 | 115 | 255 | - |
| CMYK | 0.32 | 0.55 | 0 | 0 |
| HSL | 264.86º | 1% | 0.73% | - |
| HSV(B) | 264.86º | 0.55% | 1% | - |
| XYZ | 41.41 | 28.37 | 97.9 | - |
| YUV | 148.3 | 188.22 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 255 | 0.32 | 0.55 | 0 | 0 | 264.86 | 1 | 0.73 |
| Hex | AD | 73 | FF | 20 | 37 | 0 | 0 | 109 | 64 | 49 |
| Octal | 255 | 163 | 377 | 40 | 67 | 0 | 0 | 411 | 144 | 111 |
| Binary | 10101101 | 1110011 | 11111111 | 100000 | 110111 | 0 | 0 | 100001001 | 1100100 | 1001001 |
Color Harmonies of #AD73FF
Complementary color
Monochromatic Colors of #AD73FF
Black with #AD73FF
Text Example
Text Example
White with #AD73FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73FF; }
p { color: rgb(173,115,255); }
H1.HeaderClassName
{
color: #AD73FF;
}
.AnyTagClassName
{
color: #AD73FF;
}
</style>
background-color css
<style>
a { background-color: #AD73FF; }
a { background-color: rgb(173,115,255); }
div.DivClassName
{
background-color: #AD73FF;
}
.BgClassName
{
background-color: #AD73FF;
}
</style>
border-color css
<style>
span { border-color: #AD73FF; }
span { border-color: rgb(173,115,255); }
td.TdClassName
{
border-color: #AD73FF;
}
.TagClassName
{
border-color: #AD73FF;
}
</style>