Shades of Medium Orchid #AA47EA
Tints of Medium Orchid #AA47EA
RGB
CMYK
RGB Variations
Color information
#AA47EA (or 0xAA47EA) is known color: Medium Orchid. HEX triplet: AA, 47 and EA. RGB value is (170,71,234). Sum of RGB (Red+Green+Blue) = 170+71+234=475 (62% of max value = 765). Red value is 170 (66.80% from 255 or 35.79% from 475); Green value is 71 (28.12% from 255 or 14.95% from 475); Blue value is 234 (91.80% from 255 or 49.26% from 475); Max value from RGB is 234 - color contains mainly: blue. Hex color #AA47EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA47EA is #55B815. Grayscale: #767676. Windows color (decimal): -5617686 or 15353770. OLE color: 15353770.
HSL color Cylindrical-coordinate representation of color #AA47EA: hue angle of 276.44º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA47EA is Cyan = 0.27, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 170 | 71 | 234 | - |
| CMYK | 0.27 | 0.70 | 0 | 0.08 |
| HSL | 276.44º | 0.8% | 0.6% | - |
| HSV(B) | 276.44º | 0.7% | 0.92% | - |
| XYZ | 33.68 | 18.99 | 79.73 | - |
| YUV | 119.18 | 192.8 | 164.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 234 | 0.27 | 0.70 | 0 | 0.08 | 276.44 | 0.8 | 0.6 |
| Hex | AA | 47 | EA | 1B | 46 | 0 | 8 | 114 | 50 | 3C |
| Octal | 252 | 107 | 352 | 33 | 106 | 0 | 10 | 424 | 120 | 74 |
| Binary | 10101010 | 1000111 | 11101010 | 11011 | 1000110 | 0 | 1000 | 100010100 | 1010000 | 111100 |
Color Harmonies of #AA47EA
Complementary color
Monochromatic Colors of #AA47EA
Black with #AA47EA
Text Example
Text Example
White with #AA47EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA47EA; }
p { color: rgb(170,71,234); }
H1.HeaderClassName
{
color: #AA47EA;
}
.AnyTagClassName
{
color: #AA47EA;
}
</style>
background-color css
<style>
a { background-color: #AA47EA; }
a { background-color: rgb(170,71,234); }
div.DivClassName
{
background-color: #AA47EA;
}
.BgClassName
{
background-color: #AA47EA;
}
</style>
border-color css
<style>
span { border-color: #AA47EA; }
span { border-color: rgb(170,71,234); }
td.TdClassName
{
border-color: #AA47EA;
}
.TagClassName
{
border-color: #AA47EA;
}
</style>