Shades of Medium Purple #AA81ED
Tints of Medium Purple #AA81ED
RGB
CMYK
RGB Variations
Color information
#AA81ED (or 0xAA81ED) is known color: Medium Purple. HEX triplet: AA, 81 and ED. RGB value is (170,129,237). Sum of RGB (Red+Green+Blue) = 170+129+237=536 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.72% from 536); Green value is 129 (50.78% from 255 or 24.07% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA81ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AA81ED is #557E12. Grayscale: #999999. Windows color (decimal): -5602835 or 15565226. OLE color: 15565226.
HSL color Cylindrical-coordinate representation of color #AA81ED: hue angle of 262.78º degrees, saturation: 0.75, 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 #AA81ED is Cyan = 0.28, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 129 | 237 | - |
| CMYK | 0.28 | 0.46 | 0 | 0.07 |
| HSL | 262.78º | 0.75% | 0.72% | - |
| HSV(B) | 262.78º | 0.46% | 0.93% | - |
| XYZ | 39.71 | 30.36 | 83.89 | - |
| YUV | 153.57 | 175.08 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 129 | 237 | 0.28 | 0.46 | 0 | 0.07 | 262.78 | 0.75 | 0.72 |
| Hex | AA | 81 | ED | 1C | 2E | 0 | 7 | 107 | 4B | 48 |
| Octal | 252 | 201 | 355 | 34 | 56 | 0 | 7 | 407 | 113 | 110 |
| Binary | 10101010 | 10000001 | 11101101 | 11100 | 101110 | 0 | 111 | 100000111 | 1001011 | 1001000 |
Color Harmonies of #AA81ED
Complementary color
Monochromatic Colors of #AA81ED
Black with #AA81ED
Text Example
Text Example
White with #AA81ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA81ED; }
p { color: rgb(170,129,237); }
H1.HeaderClassName
{
color: #AA81ED;
}
.AnyTagClassName
{
color: #AA81ED;
}
</style>
background-color css
<style>
a { background-color: #AA81ED; }
a { background-color: rgb(170,129,237); }
div.DivClassName
{
background-color: #AA81ED;
}
.BgClassName
{
background-color: #AA81ED;
}
</style>
border-color css
<style>
span { border-color: #AA81ED; }
span { border-color: rgb(170,129,237); }
td.TdClassName
{
border-color: #AA81ED;
}
.TagClassName
{
border-color: #AA81ED;
}
</style>