Shades of Medium Purple #AD62F5
Tints of Medium Purple #AD62F5
RGB
CMYK
RGB Variations
Color information
#AD62F5 (or 0xAD62F5) is known color: Medium Purple. HEX triplet: AD, 62 and F5. RGB value is (173,98,245). Sum of RGB (Red+Green+Blue) = 173+98+245=516 (68% of max value = 765). Red value is 173 (67.97% from 255 or 33.53% from 516); Green value is 98 (38.67% from 255 or 18.99% from 516); Blue value is 245 (96.09% from 255 or 47.48% from 516); Max value from RGB is 245 - color contains mainly: blue. Hex color #AD62F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD62F5 is #529D0A. Grayscale: #888888. Windows color (decimal): -5414155 or 16081581. OLE color: 16081581.
HSL color Cylindrical-coordinate representation of color #AD62F5: hue angle of 270.61º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AD62F5 is Cyan = 0.29, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 173 | 98 | 245 | - |
| CMYK | 0.29 | 0.6 | 0 | 0.04 |
| HSL | 270.61º | 0.88% | 0.67% | - |
| HSV(B) | 270.61º | 0.6% | 0.96% | - |
| XYZ | 38.08 | 24.21 | 89.05 | - |
| YUV | 137.18 | 188.85 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 245 | 0.29 | 0.6 | 0 | 0.04 | 270.61 | 0.88 | 0.67 |
| Hex | AD | 62 | F5 | 1D | 3C | 0 | 4 | 10F | 58 | 43 |
| Octal | 255 | 142 | 365 | 35 | 74 | 0 | 4 | 417 | 130 | 103 |
| Binary | 10101101 | 1100010 | 11110101 | 11101 | 111100 | 0 | 100 | 100001111 | 1011000 | 1000011 |
Color Harmonies of #AD62F5
Complementary color
Monochromatic Colors of #AD62F5
Black with #AD62F5
Text Example
Text Example
White with #AD62F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD62F5; }
p { color: rgb(173,98,245); }
H1.HeaderClassName
{
color: #AD62F5;
}
.AnyTagClassName
{
color: #AD62F5;
}
</style>
background-color css
<style>
a { background-color: #AD62F5; }
a { background-color: rgb(173,98,245); }
div.DivClassName
{
background-color: #AD62F5;
}
.BgClassName
{
background-color: #AD62F5;
}
</style>
border-color css
<style>
span { border-color: #AD62F5; }
span { border-color: rgb(173,98,245); }
td.TdClassName
{
border-color: #AD62F5;
}
.TagClassName
{
border-color: #AD62F5;
}
</style>