Shades of Medium Purple #AA7EEE
Tints of Medium Purple #AA7EEE
RGB
CMYK
RGB Variations
Color information
#AA7EEE (or 0xAA7EEE) is known color: Medium Purple. HEX triplet: AA, 7E and EE. RGB value is (170,126,238). Sum of RGB (Red+Green+Blue) = 170+126+238=534 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.84% from 534); Green value is 126 (49.61% from 255 or 23.60% from 534); Blue value is 238 (93.36% from 255 or 44.57% from 534); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA7EEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7EEE is #558111. Grayscale: #979797. Windows color (decimal): -5603602 or 15629994. OLE color: 15629994.
HSL color Cylindrical-coordinate representation of color #AA7EEE: hue angle of 263.57º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA7EEE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 126 | 238 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.07 |
| HSL | 263.57º | 0.77% | 0.71% | - |
| HSV(B) | 263.57º | 0.47% | 0.93% | - |
| XYZ | 39.47 | 29.64 | 84.53 | - |
| YUV | 151.92 | 176.58 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 238 | 0.29 | 0.47 | 0 | 0.07 | 263.57 | 0.77 | 0.71 |
| Hex | AA | 7E | EE | 1D | 2F | 0 | 7 | 108 | 4D | 47 |
| Octal | 252 | 176 | 356 | 35 | 57 | 0 | 7 | 410 | 115 | 107 |
| Binary | 10101010 | 1111110 | 11101110 | 11101 | 101111 | 0 | 111 | 100001000 | 1001101 | 1000111 |
Color Harmonies of #AA7EEE
Complementary color
Monochromatic Colors of #AA7EEE
Black with #AA7EEE
Text Example
Text Example
White with #AA7EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7EEE; }
p { color: rgb(170,126,238); }
H1.HeaderClassName
{
color: #AA7EEE;
}
.AnyTagClassName
{
color: #AA7EEE;
}
</style>
background-color css
<style>
a { background-color: #AA7EEE; }
a { background-color: rgb(170,126,238); }
div.DivClassName
{
background-color: #AA7EEE;
}
.BgClassName
{
background-color: #AA7EEE;
}
</style>
border-color css
<style>
span { border-color: #AA7EEE; }
span { border-color: rgb(170,126,238); }
td.TdClassName
{
border-color: #AA7EEE;
}
.TagClassName
{
border-color: #AA7EEE;
}
</style>