Shades of Medium Orchid #AA49C7
Tints of Medium Orchid #AA49C7
RGB
CMYK
RGB Variations
Color information
#AA49C7 (or 0xAA49C7) is known color: Medium Orchid. HEX triplet: AA, 49 and C7. RGB value is (170,73,199). Sum of RGB (Red+Green+Blue) = 170+73+199=442 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.46% from 442); Green value is 73 (28.91% from 255 or 16.52% from 442); Blue value is 199 (78.12% from 255 or 45.02% from 442); Max value from RGB is 199 - color contains mainly: blue. Hex color #AA49C7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49C7 is #55B638. Grayscale: #737373. Windows color (decimal): -5617209 or 13060522. OLE color: 13060522.
HSL color Cylindrical-coordinate representation of color #AA49C7: hue angle of 286.19º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA49C7 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 73 | 199 | - |
| CMYK | 0.15 | 0.63 | 0 | 0.22 |
| HSL | 286.19º | 0.53% | 0.53% | - |
| HSV(B) | 286.19º | 0.63% | 0.78% | - |
| XYZ | 29.27 | 17.43 | 55.86 | - |
| YUV | 116.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 199 | 0.15 | 0.63 | 0 | 0.22 | 286.19 | 0.53 | 0.53 |
| Hex | AA | 49 | C7 | F | 3F | 0 | 16 | 11E | 35 | 35 |
| Octal | 252 | 111 | 307 | 17 | 77 | 0 | 26 | 436 | 65 | 65 |
| Binary | 10101010 | 1001001 | 11000111 | 1111 | 111111 | 0 | 10110 | 100011110 | 110101 | 110101 |
Color Harmonies of #AA49C7
Complementary color
Monochromatic Colors of #AA49C7
Black with #AA49C7
Text Example
Text Example
White with #AA49C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA49C7; }
p { color: rgb(170,73,199); }
H1.HeaderClassName
{
color: #AA49C7;
}
.AnyTagClassName
{
color: #AA49C7;
}
</style>
background-color css
<style>
a { background-color: #AA49C7; }
a { background-color: rgb(170,73,199); }
div.DivClassName
{
background-color: #AA49C7;
}
.BgClassName
{
background-color: #AA49C7;
}
</style>
border-color css
<style>
span { border-color: #AA49C7; }
span { border-color: rgb(170,73,199); }
td.TdClassName
{
border-color: #AA49C7;
}
.TagClassName
{
border-color: #AA49C7;
}
</style>