Shades of Medium Purple #AA7EDE
Tints of Medium Purple #AA7EDE
RGB
CMYK
RGB Variations
Color information
#AA7EDE (or 0xAA7EDE) is known color: Medium Purple. HEX triplet: AA, 7E and DE. RGB value is (170,126,222). Sum of RGB (Red+Green+Blue) = 170+126+222=518 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.82% from 518); Green value is 126 (49.61% from 255 or 24.32% from 518); Blue value is 222 (87.11% from 255 or 42.86% from 518); Max value from RGB is 222 - color contains mainly: blue. Hex color #AA7EDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7EDE is #558121. Grayscale: #959595. Windows color (decimal): -5603618 or 14581418. OLE color: 14581418.
HSL color Cylindrical-coordinate representation of color #AA7EDE: hue angle of 267.5º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7EDE is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 170 | 126 | 222 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.13 |
| HSL | 267.5º | 0.59% | 0.68% | - |
| HSV(B) | 267.5º | 0.43% | 0.87% | - |
| XYZ | 37.22 | 28.74 | 72.69 | - |
| YUV | 150.1 | 168.58 | 142.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 222 | 0.23 | 0.43 | 0 | 0.13 | 267.5 | 0.59 | 0.68 |
| Hex | AA | 7E | DE | 17 | 2B | 0 | D | 10C | 3B | 44 |
| Octal | 252 | 176 | 336 | 27 | 53 | 0 | 15 | 414 | 73 | 104 |
| Binary | 10101010 | 1111110 | 11011110 | 10111 | 101011 | 0 | 1101 | 100001100 | 111011 | 1000100 |
Color Harmonies of #AA7EDE
Complementary color
Monochromatic Colors of #AA7EDE
Black with #AA7EDE
Text Example
Text Example
White with #AA7EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7EDE; }
p { color: rgb(170,126,222); }
H1.HeaderClassName
{
color: #AA7EDE;
}
.AnyTagClassName
{
color: #AA7EDE;
}
</style>
background-color css
<style>
a { background-color: #AA7EDE; }
a { background-color: rgb(170,126,222); }
div.DivClassName
{
background-color: #AA7EDE;
}
.BgClassName
{
background-color: #AA7EDE;
}
</style>
border-color css
<style>
span { border-color: #AA7EDE; }
span { border-color: rgb(170,126,222); }
td.TdClassName
{
border-color: #AA7EDE;
}
.TagClassName
{
border-color: #AA7EDE;
}
</style>