Shades of Medium Purple #AA81EF
Tints of Medium Purple #AA81EF
RGB
CMYK
RGB Variations
Color information
#AA81EF (or 0xAA81EF) is known color: Medium Purple. HEX triplet: AA, 81 and EF. RGB value is (170,129,239). Sum of RGB (Red+Green+Blue) = 170+129+239=538 (71% of max value = 765). Red value is 170 (66.80% from 255 or 31.60% from 538); Green value is 129 (50.78% from 255 or 23.98% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA81EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81EF is #557E10. Grayscale: #999999. Windows color (decimal): -5602833 or 15696298. OLE color: 15696298.
HSL color Cylindrical-coordinate representation of color #AA81EF: hue angle of 262.36º degrees, saturation: 0.77, 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 #AA81EF is Cyan = 0.29, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 129 | 239 | - |
| CMYK | 0.29 | 0.46 | 0 | 0.06 |
| HSL | 262.36º | 0.77% | 0.72% | - |
| HSV(B) | 262.36º | 0.46% | 0.94% | - |
| XYZ | 40.01 | 30.48 | 85.44 | - |
| YUV | 153.8 | 176.08 | 139.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 239 | 0.29 | 0.46 | 0 | 0.06 | 262.36 | 0.77 | 0.72 |
| Hex | AA | 81 | EF | 1D | 2E | 0 | 6 | 106 | 4D | 48 |
| Octal | 252 | 201 | 357 | 35 | 56 | 0 | 6 | 406 | 115 | 110 |
| Binary | 10101010 | 10000001 | 11101111 | 11101 | 101110 | 0 | 110 | 100000110 | 1001101 | 1001000 |
Color Harmonies of #AA81EF
Complementary color
Monochromatic Colors of #AA81EF
Black with #AA81EF
Text Example
Text Example
White with #AA81EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81EF; }
p { color: rgb(170,129,239); }
H1.HeaderClassName
{
color: #AA81EF;
}
.AnyTagClassName
{
color: #AA81EF;
}
</style>
background-color css
<style>
a { background-color: #AA81EF; }
a { background-color: rgb(170,129,239); }
div.DivClassName
{
background-color: #AA81EF;
}
.BgClassName
{
background-color: #AA81EF;
}
</style>
border-color css
<style>
span { border-color: #AA81EF; }
span { border-color: rgb(170,129,239); }
td.TdClassName
{
border-color: #AA81EF;
}
.TagClassName
{
border-color: #AA81EF;
}
</style>