Shades of Medium Purple #AA81EC
Tints of Medium Purple #AA81EC
RGB
CMYK
RGB Variations
Color information
#AA81EC (or 0xAA81EC) is known color: Medium Purple. HEX triplet: AA, 81 and EC. RGB value is (170,129,236). Sum of RGB (Red+Green+Blue) = 170+129+236=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 129 (50.78% from 255 or 24.11% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA81EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81EC is #557E13. Grayscale: #999999. Windows color (decimal): -5602836 or 15499690. OLE color: 15499690.
HSL color Cylindrical-coordinate representation of color #AA81EC: hue angle of 262.99º 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 #AA81EC is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 129 | 236 | - |
| CMYK | 0.28 | 0.45 | 0 | 0.07 |
| HSL | 262.99º | 0.74% | 0.72% | - |
| HSV(B) | 262.99º | 0.45% | 0.93% | - |
| XYZ | 39.57 | 30.3 | 83.12 | - |
| YUV | 153.46 | 174.58 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 236 | 0.28 | 0.45 | 0 | 0.07 | 262.99 | 0.74 | 0.72 |
| Hex | AA | 81 | EC | 1C | 2D | 0 | 7 | 107 | 4A | 48 |
| Octal | 252 | 201 | 354 | 34 | 55 | 0 | 7 | 407 | 112 | 110 |
| Binary | 10101010 | 10000001 | 11101100 | 11100 | 101101 | 0 | 111 | 100000111 | 1001010 | 1001000 |
Color Harmonies of #AA81EC
Complementary color
Monochromatic Colors of #AA81EC
Black with #AA81EC
Text Example
Text Example
White with #AA81EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81EC; }
p { color: rgb(170,129,236); }
H1.HeaderClassName
{
color: #AA81EC;
}
.AnyTagClassName
{
color: #AA81EC;
}
</style>
background-color css
<style>
a { background-color: #AA81EC; }
a { background-color: rgb(170,129,236); }
div.DivClassName
{
background-color: #AA81EC;
}
.BgClassName
{
background-color: #AA81EC;
}
</style>
border-color css
<style>
span { border-color: #AA81EC; }
span { border-color: rgb(170,129,236); }
td.TdClassName
{
border-color: #AA81EC;
}
.TagClassName
{
border-color: #AA81EC;
}
</style>