Shades of Medium Purple #AA7EE1
Tints of Medium Purple #AA7EE1
RGB
CMYK
RGB Variations
Color information
#AA7EE1 (or 0xAA7EE1) is known color: Medium Purple. HEX triplet: AA, 7E and E1. RGB value is (170,126,225). Sum of RGB (Red+Green+Blue) = 170+126+225=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA7EE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7EE1 is #55811E. Grayscale: #969696. Windows color (decimal): -5603615 or 14778026. OLE color: 14778026.
HSL color Cylindrical-coordinate representation of color #AA7EE1: hue angle of 266.67º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA7EE1 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 126 | 225 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.12 |
| HSL | 266.67º | 0.62% | 0.69% | - |
| HSV(B) | 266.67º | 0.44% | 0.88% | - |
| XYZ | 37.63 | 28.9 | 74.83 | - |
| YUV | 150.44 | 170.08 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 225 | 0.24 | 0.44 | 0 | 0.12 | 266.67 | 0.62 | 0.69 |
| Hex | AA | 7E | E1 | 18 | 2C | 0 | C | 10B | 3E | 45 |
| Octal | 252 | 176 | 341 | 30 | 54 | 0 | 14 | 413 | 76 | 105 |
| Binary | 10101010 | 1111110 | 11100001 | 11000 | 101100 | 0 | 1100 | 100001011 | 111110 | 1000101 |
Color Harmonies of #AA7EE1
Complementary color
Monochromatic Colors of #AA7EE1
Black with #AA7EE1
Text Example
Text Example
White with #AA7EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7EE1; }
p { color: rgb(170,126,225); }
H1.HeaderClassName
{
color: #AA7EE1;
}
.AnyTagClassName
{
color: #AA7EE1;
}
</style>
background-color css
<style>
a { background-color: #AA7EE1; }
a { background-color: rgb(170,126,225); }
div.DivClassName
{
background-color: #AA7EE1;
}
.BgClassName
{
background-color: #AA7EE1;
}
</style>
border-color css
<style>
span { border-color: #AA7EE1; }
span { border-color: rgb(170,126,225); }
td.TdClassName
{
border-color: #AA7EE1;
}
.TagClassName
{
border-color: #AA7EE1;
}
</style>