Shades of Medium Purple #AA7EED
Tints of Medium Purple #AA7EED
RGB
CMYK
RGB Variations
Color information
#AA7EED (or 0xAA7EED) is known color: Medium Purple. HEX triplet: AA, 7E and ED. RGB value is (170,126,237). Sum of RGB (Red+Green+Blue) = 170+126+237=533 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.89% from 533); Green value is 126 (49.61% from 255 or 23.64% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA7EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7EED is #558112. Grayscale: #979797. Windows color (decimal): -5603603 or 15564458. OLE color: 15564458.
HSL color Cylindrical-coordinate representation of color #AA7EED: hue angle of 263.78º degrees, saturation: 0.76, 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 #AA7EED is Cyan = 0.28, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 126 | 237 | - |
| CMYK | 0.28 | 0.47 | 0 | 0.07 |
| HSL | 263.78º | 0.76% | 0.71% | - |
| HSV(B) | 263.78º | 0.47% | 0.93% | - |
| XYZ | 39.32 | 29.58 | 83.76 | - |
| YUV | 151.81 | 176.08 | 140.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 237 | 0.28 | 0.47 | 0 | 0.07 | 263.78 | 0.76 | 0.71 |
| Hex | AA | 7E | ED | 1C | 2F | 0 | 7 | 108 | 4C | 47 |
| Octal | 252 | 176 | 355 | 34 | 57 | 0 | 7 | 410 | 114 | 107 |
| Binary | 10101010 | 1111110 | 11101101 | 11100 | 101111 | 0 | 111 | 100001000 | 1001100 | 1000111 |
Color Harmonies of #AA7EED
Complementary color
Monochromatic Colors of #AA7EED
Black with #AA7EED
Text Example
Text Example
White with #AA7EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7EED; }
p { color: rgb(170,126,237); }
H1.HeaderClassName
{
color: #AA7EED;
}
.AnyTagClassName
{
color: #AA7EED;
}
</style>
background-color css
<style>
a { background-color: #AA7EED; }
a { background-color: rgb(170,126,237); }
div.DivClassName
{
background-color: #AA7EED;
}
.BgClassName
{
background-color: #AA7EED;
}
</style>
border-color css
<style>
span { border-color: #AA7EED; }
span { border-color: rgb(170,126,237); }
td.TdClassName
{
border-color: #AA7EED;
}
.TagClassName
{
border-color: #AA7EED;
}
</style>