Shades of Medium Purple #AA7EE5
Tints of Medium Purple #AA7EE5
RGB
CMYK
RGB Variations
Color information
#AA7EE5 (or 0xAA7EE5) is known color: Medium Purple. HEX triplet: AA, 7E and E5. RGB value is (170,126,229). Sum of RGB (Red+Green+Blue) = 170+126+229=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 126 (49.61% from 255 or 24% from 525); Blue value is 229 (89.84% from 255 or 43.62% from 525); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA7EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7EE5 is #55811A. Grayscale: #969696. Windows color (decimal): -5603611 or 15040170. OLE color: 15040170.
HSL color Cylindrical-coordinate representation of color #AA7EE5: hue angle of 265.63º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA7EE5 is Cyan = 0.26, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 126 | 229 | - |
| CMYK | 0.26 | 0.45 | 0 | 0.10 |
| HSL | 265.63º | 0.66% | 0.7% | - |
| HSV(B) | 265.63º | 0.45% | 0.9% | - |
| XYZ | 38.18 | 29.12 | 77.74 | - |
| YUV | 150.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 229 | 0.26 | 0.45 | 0 | 0.10 | 265.63 | 0.66 | 0.7 |
| Hex | AA | 7E | E5 | 1A | 2D | 0 | A | 10A | 42 | 46 |
| Octal | 252 | 176 | 345 | 32 | 55 | 0 | 12 | 412 | 102 | 106 |
| Binary | 10101010 | 1111110 | 11100101 | 11010 | 101101 | 0 | 1010 | 100001010 | 1000010 | 1000110 |
Color Harmonies of #AA7EE5
Complementary color
Monochromatic Colors of #AA7EE5
Black with #AA7EE5
Text Example
Text Example
White with #AA7EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7EE5; }
p { color: rgb(170,126,229); }
H1.HeaderClassName
{
color: #AA7EE5;
}
.AnyTagClassName
{
color: #AA7EE5;
}
</style>
background-color css
<style>
a { background-color: #AA7EE5; }
a { background-color: rgb(170,126,229); }
div.DivClassName
{
background-color: #AA7EE5;
}
.BgClassName
{
background-color: #AA7EE5;
}
</style>
border-color css
<style>
span { border-color: #AA7EE5; }
span { border-color: rgb(170,126,229); }
td.TdClassName
{
border-color: #AA7EE5;
}
.TagClassName
{
border-color: #AA7EE5;
}
</style>