Shades of Medium Purple #AA7EDC
Tints of Medium Purple #AA7EDC
RGB
CMYK
RGB Variations
Color information
#AA7EDC (or 0xAA7EDC) is known color: Medium Purple. HEX triplet: AA, 7E and DC. RGB value is (170,126,220). Sum of RGB (Red+Green+Blue) = 170+126+220=516 (68% of max value = 765). Red value is 170 (66.80% from 255 or 32.95% from 516); Green value is 126 (49.61% from 255 or 24.42% from 516); Blue value is 220 (86.33% from 255 or 42.64% from 516); Max value from RGB is 220 - color contains mainly: blue. Hex color #AA7EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7EDC is #558123. Grayscale: #959595. Windows color (decimal): -5603620 or 14450346. OLE color: 14450346.
HSL color Cylindrical-coordinate representation of color #AA7EDC: hue angle of 268.09º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AA7EDC is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 170 | 126 | 220 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.14 |
| HSL | 268.09º | 0.57% | 0.68% | - |
| HSV(B) | 268.09º | 0.43% | 0.86% | - |
| XYZ | 36.96 | 28.64 | 71.29 | - |
| YUV | 149.87 | 167.58 | 142.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 220 | 0.23 | 0.43 | 0 | 0.14 | 268.09 | 0.57 | 0.68 |
| Hex | AA | 7E | DC | 17 | 2B | 0 | E | 10C | 39 | 44 |
| Octal | 252 | 176 | 334 | 27 | 53 | 0 | 16 | 414 | 71 | 104 |
| Binary | 10101010 | 1111110 | 11011100 | 10111 | 101011 | 0 | 1110 | 100001100 | 111001 | 1000100 |
Color Harmonies of #AA7EDC
Complementary color
Monochromatic Colors of #AA7EDC
Black with #AA7EDC
Text Example
Text Example
White with #AA7EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7EDC; }
p { color: rgb(170,126,220); }
H1.HeaderClassName
{
color: #AA7EDC;
}
.AnyTagClassName
{
color: #AA7EDC;
}
</style>
background-color css
<style>
a { background-color: #AA7EDC; }
a { background-color: rgb(170,126,220); }
div.DivClassName
{
background-color: #AA7EDC;
}
.BgClassName
{
background-color: #AA7EDC;
}
</style>
border-color css
<style>
span { border-color: #AA7EDC; }
span { border-color: rgb(170,126,220); }
td.TdClassName
{
border-color: #AA7EDC;
}
.TagClassName
{
border-color: #AA7EDC;
}
</style>