Shades of Medium Purple #AA80E5
Tints of Medium Purple #AA80E5
RGB
CMYK
RGB Variations
Color information
#AA80E5 (or 0xAA80E5) is known color: Medium Purple. HEX triplet: AA, 80 and E5. RGB value is (170,128,229). Sum of RGB (Red+Green+Blue) = 170+128+229=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 128 (50.39% from 255 or 24.29% from 527); Blue value is 229 (89.84% from 255 or 43.45% from 527); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA80E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #AA80E5 is #557F1A. Grayscale: #979797. Windows color (decimal): -5603099 or 15040682. OLE color: 15040682.
HSL color Cylindrical-coordinate representation of color #AA80E5: hue angle of 264.95º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA80E5 is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 128 | 229 | - |
| CMYK | 0.26 | 0.44 | 0 | 0.10 |
| HSL | 264.95º | 0.66% | 0.7% | - |
| HSV(B) | 264.95º | 0.44% | 0.9% | - |
| XYZ | 38.44 | 29.64 | 77.82 | - |
| YUV | 152.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 229 | 0.26 | 0.44 | 0 | 0.10 | 264.95 | 0.66 | 0.7 |
| Hex | AA | 80 | E5 | 1A | 2C | 0 | A | 109 | 42 | 46 |
| Octal | 252 | 200 | 345 | 32 | 54 | 0 | 12 | 411 | 102 | 106 |
| Binary | 10101010 | 10000000 | 11100101 | 11010 | 101100 | 0 | 1010 | 100001001 | 1000010 | 1000110 |
Color Harmonies of #AA80E5
Complementary color
Monochromatic Colors of #AA80E5
Black with #AA80E5
Text Example
Text Example
White with #AA80E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80E5; }
p { color: rgb(170,128,229); }
H1.HeaderClassName
{
color: #AA80E5;
}
.AnyTagClassName
{
color: #AA80E5;
}
</style>
background-color css
<style>
a { background-color: #AA80E5; }
a { background-color: rgb(170,128,229); }
div.DivClassName
{
background-color: #AA80E5;
}
.BgClassName
{
background-color: #AA80E5;
}
</style>
border-color css
<style>
span { border-color: #AA80E5; }
span { border-color: rgb(170,128,229); }
td.TdClassName
{
border-color: #AA80E5;
}
.TagClassName
{
border-color: #AA80E5;
}
</style>