Shades of Medium Purple #AA7FEE
Tints of Medium Purple #AA7FEE
RGB
CMYK
RGB Variations
Color information
#AA7FEE (or 0xAA7FEE) is known color: Medium Purple. HEX triplet: AA, 7F and EE. RGB value is (170,127,238). Sum of RGB (Red+Green+Blue) = 170+127+238=535 (70% of max value = 765). Red value is 170 (66.80% from 255 or 31.78% from 535); Green value is 127 (50% from 255 or 23.74% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #AA7FEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7FEE is #558011. Grayscale: #989898. Windows color (decimal): -5603346 or 15630250. OLE color: 15630250.
HSL color Cylindrical-coordinate representation of color #AA7FEE: hue angle of 263.24º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA7FEE is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 127 | 238 | - |
| CMYK | 0.29 | 0.47 | 0 | 0.07 |
| HSL | 263.24º | 0.77% | 0.72% | - |
| HSV(B) | 263.24º | 0.47% | 0.93% | - |
| XYZ | 39.6 | 29.9 | 84.57 | - |
| YUV | 152.51 | 176.25 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 238 | 0.29 | 0.47 | 0 | 0.07 | 263.24 | 0.77 | 0.72 |
| Hex | AA | 7F | EE | 1D | 2F | 0 | 7 | 107 | 4D | 48 |
| Octal | 252 | 177 | 356 | 35 | 57 | 0 | 7 | 407 | 115 | 110 |
| Binary | 10101010 | 1111111 | 11101110 | 11101 | 101111 | 0 | 111 | 100000111 | 1001101 | 1001000 |
Color Harmonies of #AA7FEE
Complementary color
Monochromatic Colors of #AA7FEE
Black with #AA7FEE
Text Example
Text Example
White with #AA7FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FEE; }
p { color: rgb(170,127,238); }
H1.HeaderClassName
{
color: #AA7FEE;
}
.AnyTagClassName
{
color: #AA7FEE;
}
</style>
background-color css
<style>
a { background-color: #AA7FEE; }
a { background-color: rgb(170,127,238); }
div.DivClassName
{
background-color: #AA7FEE;
}
.BgClassName
{
background-color: #AA7FEE;
}
</style>
border-color css
<style>
span { border-color: #AA7FEE; }
span { border-color: rgb(170,127,238); }
td.TdClassName
{
border-color: #AA7FEE;
}
.TagClassName
{
border-color: #AA7FEE;
}
</style>