Shades of Medium Orchid #AA49CC
Tints of Medium Orchid #AA49CC
RGB
CMYK
RGB Variations
Color information
#AA49CC (or 0xAA49CC) is known color: Medium Orchid. HEX triplet: AA, 49 and CC. RGB value is (170,73,204). Sum of RGB (Red+Green+Blue) = 170+73+204=447 (59% of max value = 765). Red value is 170 (66.80% from 255 or 38.03% from 447); Green value is 73 (28.91% from 255 or 16.33% from 447); Blue value is 204 (80.08% from 255 or 45.64% from 447); Max value from RGB is 204 - color contains mainly: blue. Hex color #AA49CC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AA49CC is #55B633. Grayscale: #747474. Windows color (decimal): -5617204 or 13388202. OLE color: 13388202.
HSL color Cylindrical-coordinate representation of color #AA49CC: hue angle of 284.43º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA49CC is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 170 | 73 | 204 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.2 |
| HSL | 284.43º | 0.56% | 0.54% | - |
| HSV(B) | 284.43º | 0.64% | 0.8% | - |
| XYZ | 29.86 | 17.67 | 58.96 | - |
| YUV | 116.94 | 177.14 | 165.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 73 | 204 | 0.17 | 0.64 | 0 | 0.2 | 284.43 | 0.56 | 0.54 |
| Hex | AA | 49 | CC | 11 | 40 | 0 | 14 | 11C | 38 | 36 |
| Octal | 252 | 111 | 314 | 21 | 100 | 0 | 24 | 434 | 70 | 66 |
| Binary | 10101010 | 1001001 | 11001100 | 10001 | 1000000 | 0 | 10100 | 100011100 | 111000 | 110110 |
Color Harmonies of #AA49CC
Complementary color
Monochromatic Colors of #AA49CC
Black with #AA49CC
Text Example
Text Example
White with #AA49CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA49CC; }
p { color: rgb(170,73,204); }
H1.HeaderClassName
{
color: #AA49CC;
}
.AnyTagClassName
{
color: #AA49CC;
}
</style>
background-color css
<style>
a { background-color: #AA49CC; }
a { background-color: rgb(170,73,204); }
div.DivClassName
{
background-color: #AA49CC;
}
.BgClassName
{
background-color: #AA49CC;
}
</style>
border-color css
<style>
span { border-color: #AA49CC; }
span { border-color: rgb(170,73,204); }
td.TdClassName
{
border-color: #AA49CC;
}
.TagClassName
{
border-color: #AA49CC;
}
</style>