Shades of Medium Orchid #AA47D4
Tints of Medium Orchid #AA47D4
RGB
CMYK
RGB Variations
Color information
#AA47D4 (or 0xAA47D4) is known color: Medium Orchid. HEX triplet: AA, 47 and D4. RGB value is (170,71,212). Sum of RGB (Red+Green+Blue) = 170+71+212=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 71 (28.12% from 255 or 15.67% from 453); Blue value is 212 (83.20% from 255 or 46.80% from 453); Max value from RGB is 212 - color contains mainly: blue. Hex color #AA47D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47D4 is #55B82B. Grayscale: #747474. Windows color (decimal): -5617708 or 13911978. OLE color: 13911978.
HSL color Cylindrical-coordinate representation of color #AA47D4: hue angle of 282.13º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA47D4 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 71 | 212 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.17 |
| HSL | 282.13º | 0.62% | 0.55% | - |
| HSV(B) | 282.13º | 0.67% | 0.83% | - |
| XYZ | 30.71 | 17.81 | 64.11 | - |
| YUV | 116.68 | 181.8 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 212 | 0.20 | 0.67 | 0 | 0.17 | 282.13 | 0.62 | 0.55 |
| Hex | AA | 47 | D4 | 14 | 43 | 0 | 11 | 11A | 3E | 37 |
| Octal | 252 | 107 | 324 | 24 | 103 | 0 | 21 | 432 | 76 | 67 |
| Binary | 10101010 | 1000111 | 11010100 | 10100 | 1000011 | 0 | 10001 | 100011010 | 111110 | 110111 |
Color Harmonies of #AA47D4
Complementary color
Monochromatic Colors of #AA47D4
Black with #AA47D4
Text Example
Text Example
White with #AA47D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA47D4; }
p { color: rgb(170,71,212); }
H1.HeaderClassName
{
color: #AA47D4;
}
.AnyTagClassName
{
color: #AA47D4;
}
</style>
background-color css
<style>
a { background-color: #AA47D4; }
a { background-color: rgb(170,71,212); }
div.DivClassName
{
background-color: #AA47D4;
}
.BgClassName
{
background-color: #AA47D4;
}
</style>
border-color css
<style>
span { border-color: #AA47D4; }
span { border-color: rgb(170,71,212); }
td.TdClassName
{
border-color: #AA47D4;
}
.TagClassName
{
border-color: #AA47D4;
}
</style>