Shades of Medium Orchid #AA47D9
Tints of Medium Orchid #AA47D9
RGB
CMYK
RGB Variations
Color information
#AA47D9 (or 0xAA47D9) is known color: Medium Orchid. HEX triplet: AA, 47 and D9. RGB value is (170,71,217). Sum of RGB (Red+Green+Blue) = 170+71+217=458 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.12% from 458); Green value is 71 (28.12% from 255 or 15.50% from 458); Blue value is 217 (85.16% from 255 or 47.38% from 458); Max value from RGB is 217 - color contains mainly: blue. Hex color #AA47D9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA47D9 is #55B826. Grayscale: #747474. Windows color (decimal): -5617703 or 14239658. OLE color: 14239658.
HSL color Cylindrical-coordinate representation of color #AA47D9: hue angle of 280.68º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AA47D9 is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 170 | 71 | 217 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.15 |
| HSL | 280.68º | 0.66% | 0.56% | - |
| HSV(B) | 280.68º | 0.67% | 0.85% | - |
| XYZ | 31.36 | 18.06 | 67.48 | - |
| YUV | 117.25 | 184.3 | 165.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 71 | 217 | 0.22 | 0.67 | 0 | 0.15 | 280.68 | 0.66 | 0.56 |
| Hex | AA | 47 | D9 | 16 | 43 | 0 | F | 119 | 42 | 38 |
| Octal | 252 | 107 | 331 | 26 | 103 | 0 | 17 | 431 | 102 | 70 |
| Binary | 10101010 | 1000111 | 11011001 | 10110 | 1000011 | 0 | 1111 | 100011001 | 1000010 | 111000 |
Color Harmonies of #AA47D9
Complementary color
Monochromatic Colors of #AA47D9
Black with #AA47D9
Text Example
Text Example
White with #AA47D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA47D9; }
p { color: rgb(170,71,217); }
H1.HeaderClassName
{
color: #AA47D9;
}
.AnyTagClassName
{
color: #AA47D9;
}
</style>
background-color css
<style>
a { background-color: #AA47D9; }
a { background-color: rgb(170,71,217); }
div.DivClassName
{
background-color: #AA47D9;
}
.BgClassName
{
background-color: #AA47D9;
}
</style>
border-color css
<style>
span { border-color: #AA47D9; }
span { border-color: rgb(170,71,217); }
td.TdClassName
{
border-color: #AA47D9;
}
.TagClassName
{
border-color: #AA47D9;
}
</style>