Shades of Medium Purple #AA76EE
Tints of Medium Purple #AA76EE
RGB
CMYK
RGB Variations
Color information
#AA76EE (or 0xAA76EE) is known color: Medium Purple. HEX triplet: AA, 76 and EE. RGB value is (170,118,238). Sum of RGB (Red+Green+Blue) = 170+118+238=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 118 (46.48% from 255 or 22.43% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA76EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA76EE is #558911. Grayscale: #929292. Windows color (decimal): -5605650 or 15627946. OLE color: 15627946.
HSL color Cylindrical-coordinate representation of color #AA76EE: hue angle of 266º degrees, saturation: 0.78, 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 #AA76EE is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 118 | 238 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.07 |
| HSL | 266º | 0.78% | 0.7% | - |
| HSV(B) | 266º | 0.5% | 0.93% | - |
| XYZ | 38.49 | 27.68 | 84.2 | - |
| YUV | 147.23 | 179.23 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 238 | 0.29 | 0.50 | 0 | 0.07 | 266 | 0.78 | 0.7 |
| Hex | AA | 76 | EE | 1D | 32 | 0 | 7 | 10A | 4E | 46 |
| Octal | 252 | 166 | 356 | 35 | 62 | 0 | 7 | 412 | 116 | 106 |
| Binary | 10101010 | 1110110 | 11101110 | 11101 | 110010 | 0 | 111 | 100001010 | 1001110 | 1000110 |
Color Harmonies of #AA76EE
Complementary color
Monochromatic Colors of #AA76EE
Black with #AA76EE
Text Example
Text Example
White with #AA76EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA76EE; }
p { color: rgb(170,118,238); }
H1.HeaderClassName
{
color: #AA76EE;
}
.AnyTagClassName
{
color: #AA76EE;
}
</style>
background-color css
<style>
a { background-color: #AA76EE; }
a { background-color: rgb(170,118,238); }
div.DivClassName
{
background-color: #AA76EE;
}
.BgClassName
{
background-color: #AA76EE;
}
</style>
border-color css
<style>
span { border-color: #AA76EE; }
span { border-color: rgb(170,118,238); }
td.TdClassName
{
border-color: #AA76EE;
}
.TagClassName
{
border-color: #AA76EE;
}
</style>