Shades of Medium Orchid #AA47CC
Tints of Medium Orchid #AA47CC
RGB
CMYK
RGB Variations
Color information
#AA47CC (or 0xAA47CC) is known color: Medium Orchid. HEX triplet: AA, 47 and CC. RGB value is (170,71,204). Sum of RGB (Red+Green+Blue) = 170+71+204=445 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.20% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA47CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47CC is #55B833. Grayscale: #737373. Windows color (decimal): -5617716 or 13387690. OLE color: 13387690.
HSL color Cylindrical-coordinate representation of color #AA47CC: hue angle of 284.66º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA47CC is Cyan = 0.17, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 71 | 204 | - |
| CMYK | 0.17 | 0.65 | 0 | 0.2 |
| HSL | 284.66º | 0.57% | 0.54% | - |
| HSV(B) | 284.66º | 0.65% | 0.8% | - |
| XYZ | 29.73 | 17.41 | 58.92 | - |
| YUV | 115.76 | 177.8 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 204 | 0.17 | 0.65 | 0 | 0.2 | 284.66 | 0.57 | 0.54 |
| Hex | AA | 47 | CC | 11 | 41 | 0 | 14 | 11D | 39 | 36 |
| Octal | 252 | 107 | 314 | 21 | 101 | 0 | 24 | 435 | 71 | 66 |
| Binary | 10101010 | 1000111 | 11001100 | 10001 | 1000001 | 0 | 10100 | 100011101 | 111001 | 110110 |
Color Harmonies of #AA47CC
Complementary color
Monochromatic Colors of #AA47CC
Black with #AA47CC
Text Example
Text Example
White with #AA47CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA47CC; }
p { color: rgb(170,71,204); }
H1.HeaderClassName
{
color: #AA47CC;
}
.AnyTagClassName
{
color: #AA47CC;
}
</style>
background-color css
<style>
a { background-color: #AA47CC; }
a { background-color: rgb(170,71,204); }
div.DivClassName
{
background-color: #AA47CC;
}
.BgClassName
{
background-color: #AA47CC;
}
</style>
border-color css
<style>
span { border-color: #AA47CC; }
span { border-color: rgb(170,71,204); }
td.TdClassName
{
border-color: #AA47CC;
}
.TagClassName
{
border-color: #AA47CC;
}
</style>