Shades of Medium Purple #AA7EDA
Tints of Medium Purple #AA7EDA
RGB
CMYK
RGB Variations
Color information
#AA7EDA (or 0xAA7EDA) is known color: Medium Purple. HEX triplet: AA, 7E and DA. RGB value is (170,126,218). Sum of RGB (Red+Green+Blue) = 170+126+218=514 (68% of max value = 765). Red value is 170 (66.80% from 255 or 33.07% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 218 (85.55% from 255 or 42.41% from 514); Max value from RGB is 218 - color contains mainly: blue. Hex color #AA7EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7EDA is #558125. Grayscale: #959595. Windows color (decimal): -5603622 or 14319274. OLE color: 14319274.
HSL color Cylindrical-coordinate representation of color #AA7EDA: hue angle of 268.7º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AA7EDA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 126 | 218 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.15 |
| HSL | 268.7º | 0.55% | 0.67% | - |
| HSV(B) | 268.7º | 0.42% | 0.85% | - |
| XYZ | 36.69 | 28.53 | 69.9 | - |
| YUV | 149.64 | 166.58 | 142.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 126 | 218 | 0.22 | 0.42 | 0 | 0.15 | 268.7 | 0.55 | 0.67 |
| Hex | AA | 7E | DA | 16 | 2A | 0 | F | 10D | 37 | 43 |
| Octal | 252 | 176 | 332 | 26 | 52 | 0 | 17 | 415 | 67 | 103 |
| Binary | 10101010 | 1111110 | 11011010 | 10110 | 101010 | 0 | 1111 | 100001101 | 110111 | 1000011 |
Color Harmonies of #AA7EDA
Complementary color
Monochromatic Colors of #AA7EDA
Black with #AA7EDA
Text Example
Text Example
White with #AA7EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7EDA; }
p { color: rgb(170,126,218); }
H1.HeaderClassName
{
color: #AA7EDA;
}
.AnyTagClassName
{
color: #AA7EDA;
}
</style>
background-color css
<style>
a { background-color: #AA7EDA; }
a { background-color: rgb(170,126,218); }
div.DivClassName
{
background-color: #AA7EDA;
}
.BgClassName
{
background-color: #AA7EDA;
}
</style>
border-color css
<style>
span { border-color: #AA7EDA; }
span { border-color: rgb(170,126,218); }
td.TdClassName
{
border-color: #AA7EDA;
}
.TagClassName
{
border-color: #AA7EDA;
}
</style>