Shades of Medium Purple #AA82ED
Tints of Medium Purple #AA82ED
RGB
CMYK
RGB Variations
Color information
#AA82ED (or 0xAA82ED) is known color: Medium Purple. HEX triplet: AA, 82 and ED. RGB value is (170,130,237). Sum of RGB (Red+Green+Blue) = 170+130+237=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 130 (51.17% from 255 or 24.21% from 537); Blue value is 237 (92.97% from 255 or 44.13% from 537); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA82ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA82ED is #557D12. Grayscale: #999999. Windows color (decimal): -5602579 or 15565482. OLE color: 15565482.
HSL color Cylindrical-coordinate representation of color #AA82ED: hue angle of 262.43º degrees, saturation: 0.75, 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 #AA82ED is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 130 | 237 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.07 |
| HSL | 262.43º | 0.75% | 0.72% | - |
| HSV(B) | 262.43º | 0.45% | 0.93% | - |
| XYZ | 39.85 | 30.63 | 83.93 | - |
| YUV | 154.16 | 174.75 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 130 | 237 | 0.28 | 0.45 | 0 | 0.07 | 262.43 | 0.75 | 0.72 |
| Hex | AA | 82 | ED | 1C | 2D | 0 | 7 | 106 | 4B | 48 |
| Octal | 252 | 202 | 355 | 34 | 55 | 0 | 7 | 406 | 113 | 110 |
| Binary | 10101010 | 10000010 | 11101101 | 11100 | 101101 | 0 | 111 | 100000110 | 1001011 | 1001000 |
Color Harmonies of #AA82ED
Complementary color
Monochromatic Colors of #AA82ED
Black with #AA82ED
Text Example
Text Example
White with #AA82ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA82ED; }
p { color: rgb(170,130,237); }
H1.HeaderClassName
{
color: #AA82ED;
}
.AnyTagClassName
{
color: #AA82ED;
}
</style>
background-color css
<style>
a { background-color: #AA82ED; }
a { background-color: rgb(170,130,237); }
div.DivClassName
{
background-color: #AA82ED;
}
.BgClassName
{
background-color: #AA82ED;
}
</style>
border-color css
<style>
span { border-color: #AA82ED; }
span { border-color: rgb(170,130,237); }
td.TdClassName
{
border-color: #AA82ED;
}
.TagClassName
{
border-color: #AA82ED;
}
</style>