Shades of Medium Purple #AA7CE8
Tints of Medium Purple #AA7CE8
RGB
CMYK
RGB Variations
Color information
#AA7CE8 (or 0xAA7CE8) is known color: Medium Purple. HEX triplet: AA, 7C and E8. RGB value is (170,124,232). Sum of RGB (Red+Green+Blue) = 170+124+232=526 (69% of max value = 765). Red value is 170 (66.80% from 255 or 32.32% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 232 (91.02% from 255 or 44.11% from 526); Max value from RGB is 232 - color contains mainly: blue. Hex color #AA7CE8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA7CE8 is #558317. Grayscale: #959595. Windows color (decimal): -5604120 or 15236266. OLE color: 15236266.
HSL color Cylindrical-coordinate representation of color #AA7CE8: hue angle of 265.56º degrees, saturation: 0.7, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #AA7CE8 is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 124 | 232 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.09 |
| HSL | 265.56º | 0.7% | 0.7% | - |
| HSV(B) | 265.56º | 0.47% | 0.91% | - |
| XYZ | 38.35 | 28.79 | 79.88 | - |
| YUV | 150.07 | 174.24 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 124 | 232 | 0.27 | 0.47 | 0 | 0.09 | 265.56 | 0.7 | 0.7 |
| Hex | AA | 7C | E8 | 1B | 2F | 0 | 9 | 10A | 46 | 46 |
| Octal | 252 | 174 | 350 | 33 | 57 | 0 | 11 | 412 | 106 | 106 |
| Binary | 10101010 | 1111100 | 11101000 | 11011 | 101111 | 0 | 1001 | 100001010 | 1000110 | 1000110 |
Color Harmonies of #AA7CE8
Complementary color
Monochromatic Colors of #AA7CE8
Black with #AA7CE8
Text Example
Text Example
White with #AA7CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7CE8; }
p { color: rgb(170,124,232); }
H1.HeaderClassName
{
color: #AA7CE8;
}
.AnyTagClassName
{
color: #AA7CE8;
}
</style>
background-color css
<style>
a { background-color: #AA7CE8; }
a { background-color: rgb(170,124,232); }
div.DivClassName
{
background-color: #AA7CE8;
}
.BgClassName
{
background-color: #AA7CE8;
}
</style>
border-color css
<style>
span { border-color: #AA7CE8; }
span { border-color: rgb(170,124,232); }
td.TdClassName
{
border-color: #AA7CE8;
}
.TagClassName
{
border-color: #AA7CE8;
}
</style>