Shades of Medium Purple #AA7FE3
Tints of Medium Purple #AA7FE3
RGB
CMYK
RGB Variations
Color information
#AA7FE3 (or 0xAA7FE3) is known color: Medium Purple. HEX triplet: AA, 7F and E3. RGB value is (170,127,227). Sum of RGB (Red+Green+Blue) = 170+127+227=524 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.44% from 524); Green value is 127 (50% from 255 or 24.24% from 524); Blue value is 227 (89.06% from 255 or 43.32% from 524); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA7FE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7FE3 is #55801C. Grayscale: #969696. Windows color (decimal): -5603357 or 14909354. OLE color: 14909354.
HSL color Cylindrical-coordinate representation of color #AA7FE3: hue angle of 265.8º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA7FE3 is Cyan = 0.25, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 127 | 227 | - |
| CMYK | 0.25 | 0.44 | 0 | 0.11 |
| HSL | 265.8º | 0.64% | 0.69% | - |
| HSV(B) | 265.8º | 0.44% | 0.89% | - |
| XYZ | 38.03 | 29.27 | 76.32 | - |
| YUV | 151.26 | 170.75 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 227 | 0.25 | 0.44 | 0 | 0.11 | 265.8 | 0.64 | 0.69 |
| Hex | AA | 7F | E3 | 19 | 2C | 0 | B | 10A | 40 | 45 |
| Octal | 252 | 177 | 343 | 31 | 54 | 0 | 13 | 412 | 100 | 105 |
| Binary | 10101010 | 1111111 | 11100011 | 11001 | 101100 | 0 | 1011 | 100001010 | 1000000 | 1000101 |
Color Harmonies of #AA7FE3
Complementary color
Monochromatic Colors of #AA7FE3
Black with #AA7FE3
Text Example
Text Example
White with #AA7FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7FE3; }
p { color: rgb(170,127,227); }
H1.HeaderClassName
{
color: #AA7FE3;
}
.AnyTagClassName
{
color: #AA7FE3;
}
</style>
background-color css
<style>
a { background-color: #AA7FE3; }
a { background-color: rgb(170,127,227); }
div.DivClassName
{
background-color: #AA7FE3;
}
.BgClassName
{
background-color: #AA7FE3;
}
</style>
border-color css
<style>
span { border-color: #AA7FE3; }
span { border-color: rgb(170,127,227); }
td.TdClassName
{
border-color: #AA7FE3;
}
.TagClassName
{
border-color: #AA7FE3;
}
</style>