Shades of Medium Purple #AA81EE
Tints of Medium Purple #AA81EE
RGB
CMYK
RGB Variations
Color information
#AA81EE (or 0xAA81EE) is known color: Medium Purple. HEX triplet: AA, 81 and EE. RGB value is (170,129,238). Sum of RGB (Red+Green+Blue) = 170+129+238=537 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.66% from 537); Green value is 129 (50.78% from 255 or 24.02% from 537); Blue value is 238 (93.36% from 255 or 44.32% from 537); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA81EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81EE is #557E11. Grayscale: #999999. Windows color (decimal): -5602834 or 15630762. OLE color: 15630762.
HSL color Cylindrical-coordinate representation of color #AA81EE: hue angle of 262.57º degrees, saturation: 0.76, 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 #AA81EE is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 129 | 238 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.07 |
| HSL | 262.57º | 0.76% | 0.72% | - |
| HSV(B) | 262.57º | 0.46% | 0.93% | - |
| XYZ | 39.86 | 30.42 | 84.66 | - |
| YUV | 153.69 | 175.58 | 139.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 238 | 0.29 | 0.46 | 0 | 0.07 | 262.57 | 0.76 | 0.72 |
| Hex | AA | 81 | EE | 1D | 2E | 0 | 7 | 107 | 4C | 48 |
| Octal | 252 | 201 | 356 | 35 | 56 | 0 | 7 | 407 | 114 | 110 |
| Binary | 10101010 | 10000001 | 11101110 | 11101 | 101110 | 0 | 111 | 100000111 | 1001100 | 1001000 |
Color Harmonies of #AA81EE
Complementary color
Monochromatic Colors of #AA81EE
Black with #AA81EE
Text Example
Text Example
White with #AA81EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81EE; }
p { color: rgb(170,129,238); }
H1.HeaderClassName
{
color: #AA81EE;
}
.AnyTagClassName
{
color: #AA81EE;
}
</style>
background-color css
<style>
a { background-color: #AA81EE; }
a { background-color: rgb(170,129,238); }
div.DivClassName
{
background-color: #AA81EE;
}
.BgClassName
{
background-color: #AA81EE;
}
</style>
border-color css
<style>
span { border-color: #AA81EE; }
span { border-color: rgb(170,129,238); }
td.TdClassName
{
border-color: #AA81EE;
}
.TagClassName
{
border-color: #AA81EE;
}
</style>