Shades of Medium Purple #AD73F8
Tints of Medium Purple #AD73F8
RGB
CMYK
RGB Variations
Color information
#AD73F8 (or 0xAD73F8) is known color: Medium Purple. HEX triplet: AD, 73 and F8. RGB value is (173,115,248). Sum of RGB (Red+Green+Blue) = 173+115+248=536 (70% of max value = 765). Red value is 173 (67.97% from 255 or 32.28% from 536); Green value is 115 (45.31% from 255 or 21.46% from 536); Blue value is 248 (97.27% from 255 or 46.27% from 536); Max value from RGB is 248 - color contains mainly: blue. Hex color #AD73F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD73F8 is #528C07. Grayscale: #939393. Windows color (decimal): -5409800 or 16282541. OLE color: 16282541.
HSL color Cylindrical-coordinate representation of color #AD73F8: hue angle of 266.17º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AD73F8 is Cyan = 0.30, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 173 | 115 | 248 | - |
| CMYK | 0.30 | 0.54 | 0 | 0.03 |
| HSL | 266.17º | 0.9% | 0.71% | - |
| HSV(B) | 266.17º | 0.54% | 0.97% | - |
| XYZ | 40.31 | 27.92 | 92.07 | - |
| YUV | 147.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 115 | 248 | 0.30 | 0.54 | 0 | 0.03 | 266.17 | 0.9 | 0.71 |
| Hex | AD | 73 | F8 | 1E | 36 | 0 | 3 | 10A | 5A | 47 |
| Octal | 255 | 163 | 370 | 36 | 66 | 0 | 3 | 412 | 132 | 107 |
| Binary | 10101101 | 1110011 | 11111000 | 11110 | 110110 | 0 | 11 | 100001010 | 1011010 | 1000111 |
Color Harmonies of #AD73F8
Complementary color
Monochromatic Colors of #AD73F8
Black with #AD73F8
Text Example
Text Example
White with #AD73F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD73F8; }
p { color: rgb(173,115,248); }
H1.HeaderClassName
{
color: #AD73F8;
}
.AnyTagClassName
{
color: #AD73F8;
}
</style>
background-color css
<style>
a { background-color: #AD73F8; }
a { background-color: rgb(173,115,248); }
div.DivClassName
{
background-color: #AD73F8;
}
.BgClassName
{
background-color: #AD73F8;
}
</style>
border-color css
<style>
span { border-color: #AD73F8; }
span { border-color: rgb(173,115,248); }
td.TdClassName
{
border-color: #AD73F8;
}
.TagClassName
{
border-color: #AD73F8;
}
</style>