Shades of Medium Orchid #AA47CF
Tints of Medium Orchid #AA47CF
RGB
CMYK
RGB Variations
Color information
#AA47CF (or 0xAA47CF) is known color: Medium Orchid. HEX triplet: AA, 47 and CF. RGB value is (170,71,207). Sum of RGB (Red+Green+Blue) = 170+71+207=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 71 (28.12% from 255 or 15.85% from 448); Blue value is 207 (81.25% from 255 or 46.21% from 448); Max value from RGB is 207 - color contains mainly: blue. Hex color #AA47CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47CF is #55B830. Grayscale: #737373. Windows color (decimal): -5617713 or 13584298. OLE color: 13584298.
HSL color Cylindrical-coordinate representation of color #AA47CF: hue angle of 283.68º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AA47CF is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 71 | 207 | - |
| CMYK | 0.18 | 0.66 | 0 | 0.19 |
| HSL | 283.68º | 0.59% | 0.55% | - |
| HSV(B) | 283.68º | 0.66% | 0.81% | - |
| XYZ | 30.09 | 17.56 | 60.83 | - |
| YUV | 116.11 | 179.3 | 166.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 207 | 0.18 | 0.66 | 0 | 0.19 | 283.68 | 0.59 | 0.55 |
| Hex | AA | 47 | CF | 12 | 42 | 0 | 13 | 11C | 3B | 37 |
| Octal | 252 | 107 | 317 | 22 | 102 | 0 | 23 | 434 | 73 | 67 |
| Binary | 10101010 | 1000111 | 11001111 | 10010 | 1000010 | 0 | 10011 | 100011100 | 111011 | 110111 |
Color Harmonies of #AA47CF
Complementary color
Monochromatic Colors of #AA47CF
Black with #AA47CF
Text Example
Text Example
White with #AA47CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA47CF; }
p { color: rgb(170,71,207); }
H1.HeaderClassName
{
color: #AA47CF;
}
.AnyTagClassName
{
color: #AA47CF;
}
</style>
background-color css
<style>
a { background-color: #AA47CF; }
a { background-color: rgb(170,71,207); }
div.DivClassName
{
background-color: #AA47CF;
}
.BgClassName
{
background-color: #AA47CF;
}
</style>
border-color css
<style>
span { border-color: #AA47CF; }
span { border-color: rgb(170,71,207); }
td.TdClassName
{
border-color: #AA47CF;
}
.TagClassName
{
border-color: #AA47CF;
}
</style>