Shades of Medium Purple #AA76EF
Tints of Medium Purple #AA76EF
RGB
CMYK
RGB Variations
Color information
#AA76EF (or 0xAA76EF) is known color: Medium Purple. HEX triplet: AA, 76 and EF. RGB value is (170,118,239). Sum of RGB (Red+Green+Blue) = 170+118+239=527 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.26% from 527); Green value is 118 (46.48% from 255 or 22.39% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #AA76EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA76EF is #558910. Grayscale: #929292. Windows color (decimal): -5605649 or 15693482. OLE color: 15693482.
HSL color Cylindrical-coordinate representation of color #AA76EF: hue angle of 265.79º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AA76EF is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 118 | 239 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.06 |
| HSL | 265.79º | 0.79% | 0.7% | - |
| HSV(B) | 265.79º | 0.51% | 0.94% | - |
| XYZ | 38.64 | 27.73 | 84.98 | - |
| YUV | 147.34 | 179.73 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 239 | 0.29 | 0.51 | 0 | 0.06 | 265.79 | 0.79 | 0.7 |
| Hex | AA | 76 | EF | 1D | 33 | 0 | 6 | 10A | 4F | 46 |
| Octal | 252 | 166 | 357 | 35 | 63 | 0 | 6 | 412 | 117 | 106 |
| Binary | 10101010 | 1110110 | 11101111 | 11101 | 110011 | 0 | 110 | 100001010 | 1001111 | 1000110 |
Color Harmonies of #AA76EF
Complementary color
Monochromatic Colors of #AA76EF
Black with #AA76EF
Text Example
Text Example
White with #AA76EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76EF; }
p { color: rgb(170,118,239); }
H1.HeaderClassName
{
color: #AA76EF;
}
.AnyTagClassName
{
color: #AA76EF;
}
</style>
background-color css
<style>
a { background-color: #AA76EF; }
a { background-color: rgb(170,118,239); }
div.DivClassName
{
background-color: #AA76EF;
}
.BgClassName
{
background-color: #AA76EF;
}
</style>
border-color css
<style>
span { border-color: #AA76EF; }
span { border-color: rgb(170,118,239); }
td.TdClassName
{
border-color: #AA76EF;
}
.TagClassName
{
border-color: #AA76EF;
}
</style>