Shades of Medium Orchid #AA49F2
Tints of Medium Orchid #AA49F2
RGB
CMYK
RGB Variations
Color information
#AA49F2 (or 0xAA49F2) is known color: Medium Orchid. HEX triplet: AA, 49 and F2. RGB value is (170,73,242). Sum of RGB (Red+Green+Blue) = 170+73+242=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 73 (28.91% from 255 or 15.05% from 485); Blue value is 242 (94.92% from 255 or 49.90% from 485); Max value from RGB is 242 - color contains mainly: blue. Hex color #AA49F2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AA49F2 is #55B60D. Grayscale: #787878. Windows color (decimal): -5617166 or 15878570. OLE color: 15878570.
HSL color Cylindrical-coordinate representation of color #AA49F2: hue angle of 274.44º degrees, saturation: 0.87, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AA49F2 is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 73 | 242 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.05 |
| HSL | 274.44º | 0.87% | 0.62% | - |
| HSV(B) | 274.44º | 0.7% | 0.95% | - |
| XYZ | 34.99 | 19.72 | 85.97 | - |
| YUV | 121.27 | 196.14 | 162.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 242 | 0.30 | 0.70 | 0 | 0.05 | 274.44 | 0.87 | 0.62 |
| Hex | AA | 49 | F2 | 1E | 46 | 0 | 5 | 112 | 57 | 3E |
| Octal | 252 | 111 | 362 | 36 | 106 | 0 | 5 | 422 | 127 | 76 |
| Binary | 10101010 | 1001001 | 11110010 | 11110 | 1000110 | 0 | 101 | 100010010 | 1010111 | 111110 |
Color Harmonies of #AA49F2
Complementary color
Monochromatic Colors of #AA49F2
Black with #AA49F2
Text Example
Text Example
White with #AA49F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA49F2; }
p { color: rgb(170,73,242); }
H1.HeaderClassName
{
color: #AA49F2;
}
.AnyTagClassName
{
color: #AA49F2;
}
</style>
background-color css
<style>
a { background-color: #AA49F2; }
a { background-color: rgb(170,73,242); }
div.DivClassName
{
background-color: #AA49F2;
}
.BgClassName
{
background-color: #AA49F2;
}
</style>
border-color css
<style>
span { border-color: #AA49F2; }
span { border-color: rgb(170,73,242); }
td.TdClassName
{
border-color: #AA49F2;
}
.TagClassName
{
border-color: #AA49F2;
}
</style>