Shades of Medium Purple #AD62F1
Tints of Medium Purple #AD62F1
RGB
CMYK
RGB Variations
Color information
#AD62F1 (or 0xAD62F1) is known color: Medium Purple. HEX triplet: AD, 62 and F1. RGB value is (173,98,241). Sum of RGB (Red+Green+Blue) = 173+98+241=512 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.79% from 512); Green value is 98 (38.67% from 255 or 19.14% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #AD62F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD62F1 is #529D0E. Grayscale: #888888. Windows color (decimal): -5414159 or 15819437. OLE color: 15819437.
HSL color Cylindrical-coordinate representation of color #AD62F1: hue angle of 271.47º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AD62F1 is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 173 | 98 | 241 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.05 |
| HSL | 271.47º | 0.84% | 0.66% | - |
| HSV(B) | 271.47º | 0.59% | 0.95% | - |
| XYZ | 37.48 | 23.97 | 85.87 | - |
| YUV | 136.73 | 186.85 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 241 | 0.28 | 0.59 | 0 | 0.05 | 271.47 | 0.84 | 0.66 |
| Hex | AD | 62 | F1 | 1C | 3B | 0 | 5 | 10F | 54 | 42 |
| Octal | 255 | 142 | 361 | 34 | 73 | 0 | 5 | 417 | 124 | 102 |
| Binary | 10101101 | 1100010 | 11110001 | 11100 | 111011 | 0 | 101 | 100001111 | 1010100 | 1000010 |
Color Harmonies of #AD62F1
Complementary color
Monochromatic Colors of #AD62F1
Black with #AD62F1
Text Example
Text Example
White with #AD62F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD62F1; }
p { color: rgb(173,98,241); }
H1.HeaderClassName
{
color: #AD62F1;
}
.AnyTagClassName
{
color: #AD62F1;
}
</style>
background-color css
<style>
a { background-color: #AD62F1; }
a { background-color: rgb(173,98,241); }
div.DivClassName
{
background-color: #AD62F1;
}
.BgClassName
{
background-color: #AD62F1;
}
</style>
border-color css
<style>
span { border-color: #AD62F1; }
span { border-color: rgb(173,98,241); }
td.TdClassName
{
border-color: #AD62F1;
}
.TagClassName
{
border-color: #AD62F1;
}
</style>