Shades of Medium Purple #AA77EC
Tints of Medium Purple #AA77EC
RGB
CMYK
RGB Variations
Color information
#AA77EC (or 0xAA77EC) is known color: Medium Purple. HEX triplet: AA, 77 and EC. RGB value is (170,119,236). Sum of RGB (Red+Green+Blue) = 170+119+236=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 119 (46.88% from 255 or 22.67% from 525); Blue value is 236 (92.58% from 255 or 44.95% from 525); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA77EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA77EC is #558813. Grayscale: #939393. Windows color (decimal): -5605396 or 15497130. OLE color: 15497130.
HSL color Cylindrical-coordinate representation of color #AA77EC: hue angle of 266.15º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA77EC is Cyan = 0.28, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 119 | 236 | - |
| CMYK | 0.28 | 0.50 | 0 | 0.07 |
| HSL | 266.15º | 0.75% | 0.7% | - |
| HSV(B) | 266.15º | 0.5% | 0.93% | - |
| XYZ | 38.31 | 27.8 | 82.7 | - |
| YUV | 147.59 | 177.9 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 119 | 236 | 0.28 | 0.50 | 0 | 0.07 | 266.15 | 0.75 | 0.7 |
| Hex | AA | 77 | EC | 1C | 32 | 0 | 7 | 10A | 4B | 46 |
| Octal | 252 | 167 | 354 | 34 | 62 | 0 | 7 | 412 | 113 | 106 |
| Binary | 10101010 | 1110111 | 11101100 | 11100 | 110010 | 0 | 111 | 100001010 | 1001011 | 1000110 |
Color Harmonies of #AA77EC
Complementary color
Monochromatic Colors of #AA77EC
Black with #AA77EC
Text Example
Text Example
White with #AA77EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA77EC; }
p { color: rgb(170,119,236); }
H1.HeaderClassName
{
color: #AA77EC;
}
.AnyTagClassName
{
color: #AA77EC;
}
</style>
background-color css
<style>
a { background-color: #AA77EC; }
a { background-color: rgb(170,119,236); }
div.DivClassName
{
background-color: #AA77EC;
}
.BgClassName
{
background-color: #AA77EC;
}
</style>
border-color css
<style>
span { border-color: #AA77EC; }
span { border-color: rgb(170,119,236); }
td.TdClassName
{
border-color: #AA77EC;
}
.TagClassName
{
border-color: #AA77EC;
}
</style>