Shades of Medium Orchid #AA49D3
Tints of Medium Orchid #AA49D3
RGB
CMYK
RGB Variations
Color information
#AA49D3 (or 0xAA49D3) is known color: Medium Orchid. HEX triplet: AA, 49 and D3. RGB value is (170,73,211). Sum of RGB (Red+Green+Blue) = 170+73+211=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 73 (28.91% from 255 or 16.08% from 454); Blue value is 211 (82.81% from 255 or 46.48% from 454); Max value from RGB is 211 - color contains mainly: blue. Hex color #AA49D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49D3 is #55B62C. Grayscale: #757575. Windows color (decimal): -5617197 or 13846954. OLE color: 13846954.
HSL color Cylindrical-coordinate representation of color #AA49D3: hue angle of 282.17º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA49D3 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 170 | 73 | 211 | - |
| CMYK | 0.19 | 0.65 | 0 | 0.17 |
| HSL | 282.17º | 0.61% | 0.56% | - |
| HSV(B) | 282.17º | 0.65% | 0.83% | - |
| XYZ | 30.72 | 18.01 | 63.49 | - |
| YUV | 117.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 211 | 0.19 | 0.65 | 0 | 0.17 | 282.17 | 0.61 | 0.56 |
| Hex | AA | 49 | D3 | 13 | 41 | 0 | 11 | 11A | 3D | 38 |
| Octal | 252 | 111 | 323 | 23 | 101 | 0 | 21 | 432 | 75 | 70 |
| Binary | 10101010 | 1001001 | 11010011 | 10011 | 1000001 | 0 | 10001 | 100011010 | 111101 | 111000 |
Color Harmonies of #AA49D3
Complementary color
Monochromatic Colors of #AA49D3
Black with #AA49D3
Text Example
Text Example
White with #AA49D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA49D3; }
p { color: rgb(170,73,211); }
H1.HeaderClassName
{
color: #AA49D3;
}
.AnyTagClassName
{
color: #AA49D3;
}
</style>
background-color css
<style>
a { background-color: #AA49D3; }
a { background-color: rgb(170,73,211); }
div.DivClassName
{
background-color: #AA49D3;
}
.BgClassName
{
background-color: #AA49D3;
}
</style>
border-color css
<style>
span { border-color: #AA49D3; }
span { border-color: rgb(170,73,211); }
td.TdClassName
{
border-color: #AA49D3;
}
.TagClassName
{
border-color: #AA49D3;
}
</style>