Shades of Medium Purple #AA76EC
Tints of Medium Purple #AA76EC
RGB
CMYK
RGB Variations
Color information
#AA76EC (or 0xAA76EC) is known color: Medium Purple. HEX triplet: AA, 76 and EC. RGB value is (170,118,236). Sum of RGB (Red+Green+Blue) = 170+118+236=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 118 (46.48% from 255 or 22.52% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA76EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA76EC is #558913. Grayscale: #929292. Windows color (decimal): -5605652 or 15496874. OLE color: 15496874.
HSL color Cylindrical-coordinate representation of color #AA76EC: hue angle of 266.44º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA76EC is Cyan = 0.28, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 118 | 236 | - |
| CMYK | 0.28 | 0.5 | 0 | 0.07 |
| HSL | 266.44º | 0.76% | 0.69% | - |
| HSV(B) | 266.44º | 0.5% | 0.93% | - |
| XYZ | 38.2 | 27.56 | 82.66 | - |
| YUV | 147 | 178.23 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 236 | 0.28 | 0.5 | 0 | 0.07 | 266.44 | 0.76 | 0.69 |
| Hex | AA | 76 | EC | 1C | 32 | 0 | 7 | 10A | 4C | 45 |
| Octal | 252 | 166 | 354 | 34 | 62 | 0 | 7 | 412 | 114 | 105 |
| Binary | 10101010 | 1110110 | 11101100 | 11100 | 110010 | 0 | 111 | 100001010 | 1001100 | 1000101 |
Color Harmonies of #AA76EC
Complementary color
Monochromatic Colors of #AA76EC
Black with #AA76EC
Text Example
Text Example
White with #AA76EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76EC; }
p { color: rgb(170,118,236); }
H1.HeaderClassName
{
color: #AA76EC;
}
.AnyTagClassName
{
color: #AA76EC;
}
</style>
background-color css
<style>
a { background-color: #AA76EC; }
a { background-color: rgb(170,118,236); }
div.DivClassName
{
background-color: #AA76EC;
}
.BgClassName
{
background-color: #AA76EC;
}
</style>
border-color css
<style>
span { border-color: #AA76EC; }
span { border-color: rgb(170,118,236); }
td.TdClassName
{
border-color: #AA76EC;
}
.TagClassName
{
border-color: #AA76EC;
}
</style>