Shades of Medium Orchid #AA47D5
Tints of Medium Orchid #AA47D5
RGB
CMYK
RGB Variations
Color information
#AA47D5 (or 0xAA47D5) is known color: Medium Orchid. HEX triplet: AA, 47 and D5. RGB value is (170,71,213). Sum of RGB (Red+Green+Blue) = 170+71+213=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 71 (28.12% from 255 or 15.64% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA47D5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47D5 is #55B82A. Grayscale: #747474. Windows color (decimal): -5617707 or 13977514. OLE color: 13977514.
HSL color Cylindrical-coordinate representation of color #AA47D5: hue angle of 281.83º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA47D5 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 71 | 213 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.16 |
| HSL | 281.83º | 0.63% | 0.56% | - |
| HSV(B) | 281.83º | 0.67% | 0.84% | - |
| XYZ | 30.84 | 17.86 | 64.77 | - |
| YUV | 116.79 | 182.3 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 213 | 0.20 | 0.67 | 0 | 0.16 | 281.83 | 0.63 | 0.56 |
| Hex | AA | 47 | D5 | 14 | 43 | 0 | 10 | 11A | 3F | 38 |
| Octal | 252 | 107 | 325 | 24 | 103 | 0 | 20 | 432 | 77 | 70 |
| Binary | 10101010 | 1000111 | 11010101 | 10100 | 1000011 | 0 | 10000 | 100011010 | 111111 | 111000 |
Color Harmonies of #AA47D5
Complementary color
Monochromatic Colors of #AA47D5
Black with #AA47D5
Text Example
Text Example
White with #AA47D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA47D5; }
p { color: rgb(170,71,213); }
H1.HeaderClassName
{
color: #AA47D5;
}
.AnyTagClassName
{
color: #AA47D5;
}
</style>
background-color css
<style>
a { background-color: #AA47D5; }
a { background-color: rgb(170,71,213); }
div.DivClassName
{
background-color: #AA47D5;
}
.BgClassName
{
background-color: #AA47D5;
}
</style>
border-color css
<style>
span { border-color: #AA47D5; }
span { border-color: rgb(170,71,213); }
td.TdClassName
{
border-color: #AA47D5;
}
.TagClassName
{
border-color: #AA47D5;
}
</style>