Shades of Medium Purple #AA7CE3
Tints of Medium Purple #AA7CE3
RGB
CMYK
RGB Variations
Color information
#AA7CE3 (or 0xAA7CE3) is known color: Medium Purple. HEX triplet: AA, 7C and E3. RGB value is (170,124,227). Sum of RGB (Red+Green+Blue) = 170+124+227=521 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.63% from 521); Green value is 124 (48.83% from 255 or 23.80% from 521); Blue value is 227 (89.06% from 255 or 43.57% from 521); Max value from RGB is 227 - color contains mainly: blue. Hex color #AA7CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA7CE3 is #55831C. Grayscale: #959595. Windows color (decimal): -5604125 or 14908586. OLE color: 14908586.
HSL color Cylindrical-coordinate representation of color #AA7CE3: hue angle of 266.8º degrees, saturation: 0.65, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AA7CE3 is Cyan = 0.25, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 170 | 124 | 227 | - |
| CMYK | 0.25 | 0.45 | 0 | 0.11 |
| HSL | 266.8º | 0.65% | 0.69% | - |
| HSV(B) | 266.8º | 0.45% | 0.89% | - |
| XYZ | 37.65 | 28.51 | 76.19 | - |
| YUV | 149.5 | 171.74 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 227 | 0.25 | 0.45 | 0 | 0.11 | 266.8 | 0.65 | 0.69 |
| Hex | AA | 7C | E3 | 19 | 2D | 0 | B | 10B | 41 | 45 |
| Octal | 252 | 174 | 343 | 31 | 55 | 0 | 13 | 413 | 101 | 105 |
| Binary | 10101010 | 1111100 | 11100011 | 11001 | 101101 | 0 | 1011 | 100001011 | 1000001 | 1000101 |
Color Harmonies of #AA7CE3
Complementary color
Monochromatic Colors of #AA7CE3
Black with #AA7CE3
Text Example
Text Example
White with #AA7CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CE3; }
p { color: rgb(170,124,227); }
H1.HeaderClassName
{
color: #AA7CE3;
}
.AnyTagClassName
{
color: #AA7CE3;
}
</style>
background-color css
<style>
a { background-color: #AA7CE3; }
a { background-color: rgb(170,124,227); }
div.DivClassName
{
background-color: #AA7CE3;
}
.BgClassName
{
background-color: #AA7CE3;
}
</style>
border-color css
<style>
span { border-color: #AA7CE3; }
span { border-color: rgb(170,124,227); }
td.TdClassName
{
border-color: #AA7CE3;
}
.TagClassName
{
border-color: #AA7CE3;
}
</style>