Shades of Medium Orchid #AA47E5
Tints of Medium Orchid #AA47E5
RGB
CMYK
RGB Variations
Color information
#AA47E5 (or 0xAA47E5) is known color: Medium Orchid. HEX triplet: AA, 47 and E5. RGB value is (170,71,229). Sum of RGB (Red+Green+Blue) = 170+71+229=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 71 (28.12% from 255 or 15.11% from 470); Blue value is 229 (89.84% from 255 or 48.72% from 470); Max value from RGB is 229 - color contains mainly: blue. Hex color #AA47E5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47E5 is #55B81A. Grayscale: #767676. Windows color (decimal): -5617691 or 15026090. OLE color: 15026090.
HSL color Cylindrical-coordinate representation of color #AA47E5: hue angle of 277.59º degrees, saturation: 0.75, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AA47E5 is Cyan = 0.26, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 71 | 229 | - |
| CMYK | 0.26 | 0.69 | 0 | 0.10 |
| HSL | 277.59º | 0.75% | 0.59% | - |
| HSV(B) | 277.59º | 0.69% | 0.9% | - |
| XYZ | 32.97 | 18.71 | 76 | - |
| YUV | 118.61 | 190.3 | 164.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 229 | 0.26 | 0.69 | 0 | 0.10 | 277.59 | 0.75 | 0.59 |
| Hex | AA | 47 | E5 | 1A | 45 | 0 | A | 116 | 4B | 3B |
| Octal | 252 | 107 | 345 | 32 | 105 | 0 | 12 | 426 | 113 | 73 |
| Binary | 10101010 | 1000111 | 11100101 | 11010 | 1000101 | 0 | 1010 | 100010110 | 1001011 | 111011 |
Color Harmonies of #AA47E5
Complementary color
Monochromatic Colors of #AA47E5
Black with #AA47E5
Text Example
Text Example
White with #AA47E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA47E5; }
p { color: rgb(170,71,229); }
H1.HeaderClassName
{
color: #AA47E5;
}
.AnyTagClassName
{
color: #AA47E5;
}
</style>
background-color css
<style>
a { background-color: #AA47E5; }
a { background-color: rgb(170,71,229); }
div.DivClassName
{
background-color: #AA47E5;
}
.BgClassName
{
background-color: #AA47E5;
}
</style>
border-color css
<style>
span { border-color: #AA47E5; }
span { border-color: rgb(170,71,229); }
td.TdClassName
{
border-color: #AA47E5;
}
.TagClassName
{
border-color: #AA47E5;
}
</style>