Shades of Medium Purple #AA7CE7
Tints of Medium Purple #AA7CE7
RGB
CMYK
RGB Variations
Color information
#AA7CE7 (or 0xAA7CE7) is known color: Medium Purple. HEX triplet: AA, 7C and E7. RGB value is (170,124,231). Sum of RGB (Red+Green+Blue) = 170+124+231=525 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.38% from 525); Green value is 124 (48.83% from 255 or 23.62% from 525); Blue value is 231 (90.62% from 255 or 44% from 525); Max value from RGB is 231 - color contains mainly: blue. Hex color #AA7CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7CE7 is #558318. Grayscale: #959595. Windows color (decimal): -5604121 or 15170730. OLE color: 15170730.
HSL color Cylindrical-coordinate representation of color #AA7CE7: hue angle of 265.79º degrees, saturation: 0.69, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AA7CE7 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 124 | 231 | - |
| CMYK | 0.26 | 0.46 | 0 | 0.09 |
| HSL | 265.79º | 0.69% | 0.7% | - |
| HSV(B) | 265.79º | 0.46% | 0.91% | - |
| XYZ | 38.21 | 28.73 | 79.13 | - |
| YUV | 149.95 | 173.74 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 231 | 0.26 | 0.46 | 0 | 0.09 | 265.79 | 0.69 | 0.7 |
| Hex | AA | 7C | E7 | 1A | 2E | 0 | 9 | 10A | 45 | 46 |
| Octal | 252 | 174 | 347 | 32 | 56 | 0 | 11 | 412 | 105 | 106 |
| Binary | 10101010 | 1111100 | 11100111 | 11010 | 101110 | 0 | 1001 | 100001010 | 1000101 | 1000110 |
Color Harmonies of #AA7CE7
Complementary color
Monochromatic Colors of #AA7CE7
Black with #AA7CE7
Text Example
Text Example
White with #AA7CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CE7; }
p { color: rgb(170,124,231); }
H1.HeaderClassName
{
color: #AA7CE7;
}
.AnyTagClassName
{
color: #AA7CE7;
}
</style>
background-color css
<style>
a { background-color: #AA7CE7; }
a { background-color: rgb(170,124,231); }
div.DivClassName
{
background-color: #AA7CE7;
}
.BgClassName
{
background-color: #AA7CE7;
}
</style>
border-color css
<style>
span { border-color: #AA7CE7; }
span { border-color: rgb(170,124,231); }
td.TdClassName
{
border-color: #AA7CE7;
}
.TagClassName
{
border-color: #AA7CE7;
}
</style>