Shades of Medium Purple #AA7FE1
Tints of Medium Purple #AA7FE1
RGB
CMYK
RGB Variations
Color information
#AA7FE1 (or 0xAA7FE1) is known color: Medium Purple. HEX triplet: AA, 7F and E1. RGB value is (170,127,225). Sum of RGB (Red+Green+Blue) = 170+127+225=522 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.57% from 522); Green value is 127 (50% from 255 or 24.33% from 522); Blue value is 225 (88.28% from 255 or 43.10% from 522); Max value from RGB is 225 - color contains mainly: blue. Hex color #AA7FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FE1 is #55801E. Grayscale: #969696. Windows color (decimal): -5603359 or 14778282. OLE color: 14778282.
HSL color Cylindrical-coordinate representation of color #AA7FE1: hue angle of 266.33º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA7FE1 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 127 | 225 | - |
| CMYK | 0.24 | 0.44 | 0 | 0.12 |
| HSL | 266.33º | 0.62% | 0.69% | - |
| HSV(B) | 266.33º | 0.44% | 0.88% | - |
| XYZ | 37.76 | 29.16 | 74.87 | - |
| YUV | 151.03 | 169.75 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 225 | 0.24 | 0.44 | 0 | 0.12 | 266.33 | 0.62 | 0.69 |
| Hex | AA | 7F | E1 | 18 | 2C | 0 | C | 10A | 3E | 45 |
| Octal | 252 | 177 | 341 | 30 | 54 | 0 | 14 | 412 | 76 | 105 |
| Binary | 10101010 | 1111111 | 11100001 | 11000 | 101100 | 0 | 1100 | 100001010 | 111110 | 1000101 |
Color Harmonies of #AA7FE1
Complementary color
Monochromatic Colors of #AA7FE1
Black with #AA7FE1
Text Example
Text Example
White with #AA7FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FE1; }
p { color: rgb(170,127,225); }
H1.HeaderClassName
{
color: #AA7FE1;
}
.AnyTagClassName
{
color: #AA7FE1;
}
</style>
background-color css
<style>
a { background-color: #AA7FE1; }
a { background-color: rgb(170,127,225); }
div.DivClassName
{
background-color: #AA7FE1;
}
.BgClassName
{
background-color: #AA7FE1;
}
</style>
border-color css
<style>
span { border-color: #AA7FE1; }
span { border-color: rgb(170,127,225); }
td.TdClassName
{
border-color: #AA7FE1;
}
.TagClassName
{
border-color: #AA7FE1;
}
</style>