Shades of Medium Purple #AA82EC
Tints of Medium Purple #AA82EC
RGB
CMYK
RGB Variations
Color information
#AA82EC (or 0xAA82EC) is known color: Medium Purple. HEX triplet: AA, 82 and EC. RGB value is (170,130,236). Sum of RGB (Red+Green+Blue) = 170+130+236=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 130 (51.17% from 255 or 24.25% from 536); Blue value is 236 (92.58% from 255 or 44.03% from 536); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA82EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA82EC is #557D13. Grayscale: #999999. Windows color (decimal): -5602580 or 15499946. OLE color: 15499946.
HSL color Cylindrical-coordinate representation of color #AA82EC: hue angle of 262.64º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA82EC is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 130 | 236 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.07 |
| HSL | 262.64º | 0.74% | 0.72% | - |
| HSV(B) | 262.64º | 0.45% | 0.93% | - |
| XYZ | 39.7 | 30.57 | 83.16 | - |
| YUV | 154.04 | 174.25 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 236 | 0.28 | 0.45 | 0 | 0.07 | 262.64 | 0.74 | 0.72 |
| Hex | AA | 82 | EC | 1C | 2D | 0 | 7 | 107 | 4A | 48 |
| Octal | 252 | 202 | 354 | 34 | 55 | 0 | 7 | 407 | 112 | 110 |
| Binary | 10101010 | 10000010 | 11101100 | 11100 | 101101 | 0 | 111 | 100000111 | 1001010 | 1001000 |
Color Harmonies of #AA82EC
Complementary color
Monochromatic Colors of #AA82EC
Black with #AA82EC
Text Example
Text Example
White with #AA82EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82EC; }
p { color: rgb(170,130,236); }
H1.HeaderClassName
{
color: #AA82EC;
}
.AnyTagClassName
{
color: #AA82EC;
}
</style>
background-color css
<style>
a { background-color: #AA82EC; }
a { background-color: rgb(170,130,236); }
div.DivClassName
{
background-color: #AA82EC;
}
.BgClassName
{
background-color: #AA82EC;
}
</style>
border-color css
<style>
span { border-color: #AA82EC; }
span { border-color: rgb(170,130,236); }
td.TdClassName
{
border-color: #AA82EC;
}
.TagClassName
{
border-color: #AA82EC;
}
</style>