Shades of Medium Purple #AA7EE7
Tints of Medium Purple #AA7EE7
RGB
CMYK
RGB Variations
Color information
#AA7EE7 (or 0xAA7EE7) is known color: Medium Purple. HEX triplet: AA, 7E and E7. RGB value is (170,126,231). Sum of RGB (Red+Green+Blue) = 170+126+231=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 126 (49.61% from 255 or 23.91% from 527); Blue value is 231 (90.62% from 255 or 43.83% from 527); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA7EE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7EE7 is #558118. Grayscale: #969696. Windows color (decimal): -5603609 or 15171242. OLE color: 15171242.
HSL color Cylindrical-coordinate representation of color #AA7EE7: hue angle of 265.14º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA7EE7 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 126 | 231 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.09 |
| HSL | 265.14º | 0.69% | 0.7% | - |
| HSV(B) | 265.14º | 0.45% | 0.91% | - |
| XYZ | 38.46 | 29.24 | 79.22 | - |
| YUV | 151.13 | 173.08 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 231 | 0.26 | 0.45 | 0 | 0.09 | 265.14 | 0.69 | 0.7 |
| Hex | AA | 7E | E7 | 1A | 2D | 0 | 9 | 109 | 45 | 46 |
| Octal | 252 | 176 | 347 | 32 | 55 | 0 | 11 | 411 | 105 | 106 |
| Binary | 10101010 | 1111110 | 11100111 | 11010 | 101101 | 0 | 1001 | 100001001 | 1000101 | 1000110 |
Color Harmonies of #AA7EE7
Complementary color
Monochromatic Colors of #AA7EE7
Black with #AA7EE7
Text Example
Text Example
White with #AA7EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7EE7; }
p { color: rgb(170,126,231); }
H1.HeaderClassName
{
color: #AA7EE7;
}
.AnyTagClassName
{
color: #AA7EE7;
}
</style>
background-color css
<style>
a { background-color: #AA7EE7; }
a { background-color: rgb(170,126,231); }
div.DivClassName
{
background-color: #AA7EE7;
}
.BgClassName
{
background-color: #AA7EE7;
}
</style>
border-color css
<style>
span { border-color: #AA7EE7; }
span { border-color: rgb(170,126,231); }
td.TdClassName
{
border-color: #AA7EE7;
}
.TagClassName
{
border-color: #AA7EE7;
}
</style>