Shades of Medium Purple #AA7EE8
Tints of Medium Purple #AA7EE8
RGB
CMYK
RGB Variations
Color information
#AA7EE8 (or 0xAA7EE8) is known color: Medium Purple. HEX triplet: AA, 7E and E8. RGB value is (170,126,232). Sum of RGB (Red+Green+Blue) = 170+126+232=528 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.20% from 528); Green value is 126 (49.61% from 255 or 23.86% from 528); Blue value is 232 (91.02% from 255 or 43.94% from 528); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA7EE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7EE8 is #558117. Grayscale: #969696. Windows color (decimal): -5603608 or 15236778. OLE color: 15236778.
HSL color Cylindrical-coordinate representation of color #AA7EE8: hue angle of 264.91º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA7EE8 is Cyan = 0.27, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 170 | 126 | 232 | - |
CMYK | 0.27 | 0.46 | 0 | 0.09 |
HSL | 264.91º | 0.7% | 0.7% | - |
HSV(B) | 264.91º | 0.46% | 0.91% | - |
XYZ | 38.6 | 29.29 | 79.96 | - |
YUV | 151.24 | 173.58 | 141.38 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 126 | 232 | 0.27 | 0.46 | 0 | 0.09 | 264.91 | 0.7 | 0.7 |
Hex | AA | 7E | E8 | 1B | 2E | 0 | 9 | 109 | 46 | 46 |
Octal | 252 | 176 | 350 | 33 | 56 | 0 | 11 | 411 | 106 | 106 |
Binary | 10101010 | 1111110 | 11101000 | 11011 | 101110 | 0 | 1001 | 100001001 | 1000110 | 1000110 |
Color Harmonies of #AA7EE8
Complementary color
Monochromatic Colors of #AA7EE8
Black with #AA7EE8
Text Example
Text Example
White with #AA7EE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7EE8; }
p { color: rgb(170,126,232); }
H1.HeaderClassName
{
color: #AA7EE8;
}
.AnyTagClassName
{
color: #AA7EE8;
}
</style>
background-color css
<style>
a { background-color: #AA7EE8; }
a { background-color: rgb(170,126,232); }
div.DivClassName
{
background-color: #AA7EE8;
}
.BgClassName
{
background-color: #AA7EE8;
}
</style>
border-color css
<style>
span { border-color: #AA7EE8; }
span { border-color: rgb(170,126,232); }
td.TdClassName
{
border-color: #AA7EE8;
}
.TagClassName
{
border-color: #AA7EE8;
}
</style>