Shades of Medium Orchid #AA49D1
Tints of Medium Orchid #AA49D1
RGB
CMYK
RGB Variations
Color information
#AA49D1 (or 0xAA49D1) is known color: Medium Orchid. HEX triplet: AA, 49 and D1. RGB value is (170,73,209). Sum of RGB (Red+Green+Blue) = 170+73+209=452 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.61% from 452); Green value is 73 (28.91% from 255 or 16.15% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #AA49D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49D1 is #55B62E. Grayscale: #757575. Windows color (decimal): -5617199 or 13715882. OLE color: 13715882.
HSL color Cylindrical-coordinate representation of color #AA49D1: hue angle of 282.79º degrees, saturation: 0.6, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA49D1 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 73 | 209 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.18 |
| HSL | 282.79º | 0.6% | 0.55% | - |
| HSV(B) | 282.79º | 0.65% | 0.82% | - |
| XYZ | 30.47 | 17.91 | 62.17 | - |
| YUV | 117.51 | 179.64 | 165.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 209 | 0.19 | 0.65 | 0 | 0.18 | 282.79 | 0.6 | 0.55 |
| Hex | AA | 49 | D1 | 13 | 41 | 0 | 12 | 11B | 3C | 37 |
| Octal | 252 | 111 | 321 | 23 | 101 | 0 | 22 | 433 | 74 | 67 |
| Binary | 10101010 | 1001001 | 11010001 | 10011 | 1000001 | 0 | 10010 | 100011011 | 111100 | 110111 |
Color Harmonies of #AA49D1
Complementary color
Monochromatic Colors of #AA49D1
Black with #AA49D1
Text Example
Text Example
White with #AA49D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA49D1; }
p { color: rgb(170,73,209); }
H1.HeaderClassName
{
color: #AA49D1;
}
.AnyTagClassName
{
color: #AA49D1;
}
</style>
background-color css
<style>
a { background-color: #AA49D1; }
a { background-color: rgb(170,73,209); }
div.DivClassName
{
background-color: #AA49D1;
}
.BgClassName
{
background-color: #AA49D1;
}
</style>
border-color css
<style>
span { border-color: #AA49D1; }
span { border-color: rgb(170,73,209); }
td.TdClassName
{
border-color: #AA49D1;
}
.TagClassName
{
border-color: #AA49D1;
}
</style>