Shades of Medium Purple #AA62EE
Tints of Medium Purple #AA62EE
RGB
CMYK
RGB Variations
Color information
#AA62EE (or 0xAA62EE) is known color: Medium Purple. HEX triplet: AA, 62 and EE. RGB value is (170,98,238). Sum of RGB (Red+Green+Blue) = 170+98+238=506 (67% of max value = 765). Red value is 170 (66.80% from 255 or 33.60% from 506); Green value is 98 (38.67% from 255 or 19.37% from 506); Blue value is 238 (93.36% from 255 or 47.04% from 506); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA62EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA62EE is #559D11. Grayscale: #878787. Windows color (decimal): -5610770 or 15622826. OLE color: 15622826.
HSL color Cylindrical-coordinate representation of color #AA62EE: hue angle of 270.86º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA62EE is Cyan = 0.29, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 98 | 238 | - |
| CMYK | 0.29 | 0.59 | 0 | 0.07 |
| HSL | 270.86º | 0.8% | 0.66% | - |
| HSV(B) | 270.86º | 0.59% | 0.93% | - |
| XYZ | 36.38 | 23.45 | 83.5 | - |
| YUV | 135.49 | 185.85 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 98 | 238 | 0.29 | 0.59 | 0 | 0.07 | 270.86 | 0.8 | 0.66 |
| Hex | AA | 62 | EE | 1D | 3B | 0 | 7 | 10F | 50 | 42 |
| Octal | 252 | 142 | 356 | 35 | 73 | 0 | 7 | 417 | 120 | 102 |
| Binary | 10101010 | 1100010 | 11101110 | 11101 | 111011 | 0 | 111 | 100001111 | 1010000 | 1000010 |
Color Harmonies of #AA62EE
Complementary color
Monochromatic Colors of #AA62EE
Black with #AA62EE
Text Example
Text Example
White with #AA62EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA62EE; }
p { color: rgb(170,98,238); }
H1.HeaderClassName
{
color: #AA62EE;
}
.AnyTagClassName
{
color: #AA62EE;
}
</style>
background-color css
<style>
a { background-color: #AA62EE; }
a { background-color: rgb(170,98,238); }
div.DivClassName
{
background-color: #AA62EE;
}
.BgClassName
{
background-color: #AA62EE;
}
</style>
border-color css
<style>
span { border-color: #AA62EE; }
span { border-color: rgb(170,98,238); }
td.TdClassName
{
border-color: #AA62EE;
}
.TagClassName
{
border-color: #AA62EE;
}
</style>