Shades of Medium Purple #AD62EF
Tints of Medium Purple #AD62EF
RGB
CMYK
RGB Variations
Color information
#AD62EF (or 0xAD62EF) is known color: Medium Purple. HEX triplet: AD, 62 and EF. RGB value is (173,98,239). Sum of RGB (Red+Green+Blue) = 173+98+239=510 (67% of max value = 765). Red value is 173 (67.97% from 255 or 33.92% from 510); Green value is 98 (38.67% from 255 or 19.22% from 510); Blue value is 239 (93.75% from 255 or 46.86% from 510); Max value from RGB is 239 - color contains mainly: blue. Hex color #AD62EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AD62EF is #529D10. Grayscale: #888888. Windows color (decimal): -5414161 or 15688365. OLE color: 15688365.
HSL color Cylindrical-coordinate representation of color #AD62EF: hue angle of 271.91º degrees, saturation: 0.82, 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 #AD62EF is Cyan = 0.28, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 173 | 98 | 239 | - |
| CMYK | 0.28 | 0.59 | 0 | 0.06 |
| HSL | 271.91º | 0.82% | 0.66% | - |
| HSV(B) | 271.91º | 0.59% | 0.94% | - |
| XYZ | 37.18 | 23.85 | 84.31 | - |
| YUV | 136.5 | 185.85 | 154.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 173 | 98 | 239 | 0.28 | 0.59 | 0 | 0.06 | 271.91 | 0.82 | 0.66 |
| Hex | AD | 62 | EF | 1C | 3B | 0 | 6 | 110 | 52 | 42 |
| Octal | 255 | 142 | 357 | 34 | 73 | 0 | 6 | 420 | 122 | 102 |
| Binary | 10101101 | 1100010 | 11101111 | 11100 | 111011 | 0 | 110 | 100010000 | 1010010 | 1000010 |
Color Harmonies of #AD62EF
Complementary color
Monochromatic Colors of #AD62EF
Black with #AD62EF
Text Example
Text Example
White with #AD62EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AD62EF; }
p { color: rgb(173,98,239); }
H1.HeaderClassName
{
color: #AD62EF;
}
.AnyTagClassName
{
color: #AD62EF;
}
</style>
background-color css
<style>
a { background-color: #AD62EF; }
a { background-color: rgb(173,98,239); }
div.DivClassName
{
background-color: #AD62EF;
}
.BgClassName
{
background-color: #AD62EF;
}
</style>
border-color css
<style>
span { border-color: #AD62EF; }
span { border-color: rgb(173,98,239); }
td.TdClassName
{
border-color: #AD62EF;
}
.TagClassName
{
border-color: #AD62EF;
}
</style>