Shades of Medium Purple #AA80ED
Tints of Medium Purple #AA80ED
RGB
CMYK
RGB Variations
Color information
#AA80ED (or 0xAA80ED) is known color: Medium Purple. HEX triplet: AA, 80 and ED. RGB value is (170,128,237). Sum of RGB (Red+Green+Blue) = 170+128+237=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 128 (50.39% from 255 or 23.93% from 535); Blue value is 237 (92.97% from 255 or 44.30% from 535); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA80ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80ED is #557F12. Grayscale: #989898. Windows color (decimal): -5603091 or 15564970. OLE color: 15564970.
HSL color Cylindrical-coordinate representation of color #AA80ED: hue angle of 263.12º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA80ED is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 128 | 237 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.07 |
| HSL | 263.12º | 0.75% | 0.72% | - |
| HSV(B) | 263.12º | 0.46% | 0.93% | - |
| XYZ | 39.58 | 30.1 | 83.84 | - |
| YUV | 152.98 | 175.41 | 140.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 237 | 0.28 | 0.46 | 0 | 0.07 | 263.12 | 0.75 | 0.72 |
| Hex | AA | 80 | ED | 1C | 2E | 0 | 7 | 107 | 4B | 48 |
| Octal | 252 | 200 | 355 | 34 | 56 | 0 | 7 | 407 | 113 | 110 |
| Binary | 10101010 | 10000000 | 11101101 | 11100 | 101110 | 0 | 111 | 100000111 | 1001011 | 1001000 |
Color Harmonies of #AA80ED
Complementary color
Monochromatic Colors of #AA80ED
Black with #AA80ED
Text Example
Text Example
White with #AA80ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80ED; }
p { color: rgb(170,128,237); }
H1.HeaderClassName
{
color: #AA80ED;
}
.AnyTagClassName
{
color: #AA80ED;
}
</style>
background-color css
<style>
a { background-color: #AA80ED; }
a { background-color: rgb(170,128,237); }
div.DivClassName
{
background-color: #AA80ED;
}
.BgClassName
{
background-color: #AA80ED;
}
</style>
border-color css
<style>
span { border-color: #AA80ED; }
span { border-color: rgb(170,128,237); }
td.TdClassName
{
border-color: #AA80ED;
}
.TagClassName
{
border-color: #AA80ED;
}
</style>