Shades of Medium Purple #AD62F0
Tints of Medium Purple #AD62F0
RGB
CMYK
RGB Variations
Color information
#AD62F0 (or 0xAD62F0) is known color: Medium Purple. HEX triplet: AD, 62 and F0. RGB value is (173,98,240). Sum of RGB (Red+Green+Blue) = 173+98+240=511 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.86% from 511); Green value is 98 (38.67% from 255 or 19.18% from 511); Blue value is 240 (94.14% from 255 or 46.97% from 511); Max value from RGB is 240 - color contains mainly: blue. Hex color #AD62F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD62F0 is #529D0F. Grayscale: #888888. Windows color (decimal): -5414160 or 15753901. OLE color: 15753901.
HSL color Cylindrical-coordinate representation of color #AD62F0: hue angle of 271.69º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD62F0 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 98 | 240 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.06 |
| HSL | 271.69º | 0.83% | 0.66% | - |
| HSV(B) | 271.69º | 0.59% | 0.94% | - |
| XYZ | 37.33 | 23.91 | 85.09 | - |
| YUV | 136.61 | 186.35 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 240 | 0.28 | 0.59 | 0 | 0.06 | 271.69 | 0.83 | 0.66 |
| Hex | AD | 62 | F0 | 1C | 3B | 0 | 6 | 110 | 53 | 42 |
| Octal | 255 | 142 | 360 | 34 | 73 | 0 | 6 | 420 | 123 | 102 |
| Binary | 10101101 | 1100010 | 11110000 | 11100 | 111011 | 0 | 110 | 100010000 | 1010011 | 1000010 |
Color Harmonies of #AD62F0
Complementary color
Monochromatic Colors of #AD62F0
Black with #AD62F0
Text Example
Text Example
White with #AD62F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD62F0; }
p { color: rgb(173,98,240); }
H1.HeaderClassName
{
color: #AD62F0;
}
.AnyTagClassName
{
color: #AD62F0;
}
</style>
background-color css
<style>
a { background-color: #AD62F0; }
a { background-color: rgb(173,98,240); }
div.DivClassName
{
background-color: #AD62F0;
}
.BgClassName
{
background-color: #AD62F0;
}
</style>
border-color css
<style>
span { border-color: #AD62F0; }
span { border-color: rgb(173,98,240); }
td.TdClassName
{
border-color: #AD62F0;
}
.TagClassName
{
border-color: #AD62F0;
}
</style>