Shades of Medium Purple #AA80EF
Tints of Medium Purple #AA80EF
RGB
CMYK
RGB Variations
Color information
#AA80EF (or 0xAA80EF) is known color: Medium Purple. HEX triplet: AA, 80 and EF. RGB value is (170,128,239). Sum of RGB (Red+Green+Blue) = 170+128+239=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA80EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA80EF is #557F10. Grayscale: #989898. Windows color (decimal): -5603089 or 15696042. OLE color: 15696042.
HSL color Cylindrical-coordinate representation of color #AA80EF: hue angle of 262.7º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA80EF is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 128 | 239 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.06 |
| HSL | 262.7º | 0.78% | 0.72% | - |
| HSV(B) | 262.7º | 0.46% | 0.94% | - |
| XYZ | 39.88 | 30.22 | 85.39 | - |
| YUV | 153.21 | 176.41 | 139.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 128 | 239 | 0.29 | 0.46 | 0 | 0.06 | 262.7 | 0.78 | 0.72 |
| Hex | AA | 80 | EF | 1D | 2E | 0 | 6 | 107 | 4E | 48 |
| Octal | 252 | 200 | 357 | 35 | 56 | 0 | 6 | 407 | 116 | 110 |
| Binary | 10101010 | 10000000 | 11101111 | 11101 | 101110 | 0 | 110 | 100000111 | 1001110 | 1001000 |
Color Harmonies of #AA80EF
Complementary color
Monochromatic Colors of #AA80EF
Black with #AA80EF
Text Example
Text Example
White with #AA80EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA80EF; }
p { color: rgb(170,128,239); }
H1.HeaderClassName
{
color: #AA80EF;
}
.AnyTagClassName
{
color: #AA80EF;
}
</style>
background-color css
<style>
a { background-color: #AA80EF; }
a { background-color: rgb(170,128,239); }
div.DivClassName
{
background-color: #AA80EF;
}
.BgClassName
{
background-color: #AA80EF;
}
</style>
border-color css
<style>
span { border-color: #AA80EF; }
span { border-color: rgb(170,128,239); }
td.TdClassName
{
border-color: #AA80EF;
}
.TagClassName
{
border-color: #AA80EF;
}
</style>