Shades of Medium Purple #AA62EF
Tints of Medium Purple #AA62EF
RGB
CMYK
RGB Variations
Color information
#AA62EF (or 0xAA62EF) is known color: Medium Purple. HEX triplet: AA, 62 and EF. RGB value is (170,98,239). Sum of RGB (Red+Green+Blue) = 170+98+239=507 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.53% from 507); Green value is 98 (38.67% from 255 or 19.33% from 507); Blue value is 239 (93.75% from 255 or 47.14% from 507); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA62EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA62EF is #559D10. Grayscale: #878787. Windows color (decimal): -5610769 or 15688362. OLE color: 15688362.
HSL color Cylindrical-coordinate representation of color #AA62EF: hue angle of 270.64º 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 #AA62EF is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 98 | 239 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.06 |
| HSL | 270.64º | 0.82% | 0.66% | - |
| HSV(B) | 270.64º | 0.59% | 0.94% | - |
| XYZ | 36.53 | 23.51 | 84.27 | - |
| YUV | 135.6 | 186.35 | 152.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 239 | 0.29 | 0.59 | 0 | 0.06 | 270.64 | 0.82 | 0.66 |
| Hex | AA | 62 | EF | 1D | 3B | 0 | 6 | 10F | 52 | 42 |
| Octal | 252 | 142 | 357 | 35 | 73 | 0 | 6 | 417 | 122 | 102 |
| Binary | 10101010 | 1100010 | 11101111 | 11101 | 111011 | 0 | 110 | 100001111 | 1010010 | 1000010 |
Color Harmonies of #AA62EF
Complementary color
Monochromatic Colors of #AA62EF
Black with #AA62EF
Text Example
Text Example
White with #AA62EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA62EF; }
p { color: rgb(170,98,239); }
H1.HeaderClassName
{
color: #AA62EF;
}
.AnyTagClassName
{
color: #AA62EF;
}
</style>
background-color css
<style>
a { background-color: #AA62EF; }
a { background-color: rgb(170,98,239); }
div.DivClassName
{
background-color: #AA62EF;
}
.BgClassName
{
background-color: #AA62EF;
}
</style>
border-color css
<style>
span { border-color: #AA62EF; }
span { border-color: rgb(170,98,239); }
td.TdClassName
{
border-color: #AA62EF;
}
.TagClassName
{
border-color: #AA62EF;
}
</style>