Shades of Medium Orchid #AA52C6
Tints of Medium Orchid #AA52C6
RGB
CMYK
RGB Variations
Color information
#AA52C6 (or 0xAA52C6) is known color: Medium Orchid. HEX triplet: AA, 52 and C6. RGB value is (170,82,198). Sum of RGB (Red+Green+Blue) = 170+82+198=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 82 (32.42% from 255 or 18.22% from 450); Blue value is 198 (77.73% from 255 or 44% from 450); Max value from RGB is 198 - color contains mainly: blue. Hex color #AA52C6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA52C6 is #55AD39. Grayscale: #797979. Windows color (decimal): -5614906 or 12997290. OLE color: 12997290.
HSL color Cylindrical-coordinate representation of color #AA52C6: hue angle of 285.52º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA52C6 is Cyan = 0.14, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 82 | 198 | - |
| CMYK | 0.14 | 0.59 | 0 | 0.22 |
| HSL | 285.52º | 0.5% | 0.55% | - |
| HSV(B) | 285.52º | 0.59% | 0.78% | - |
| XYZ | 29.79 | 18.66 | 55.46 | - |
| YUV | 121.54 | 171.15 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 82 | 198 | 0.14 | 0.59 | 0 | 0.22 | 285.52 | 0.5 | 0.55 |
| Hex | AA | 52 | C6 | E | 3B | 0 | 16 | 11E | 32 | 37 |
| Octal | 252 | 122 | 306 | 16 | 73 | 0 | 26 | 436 | 62 | 67 |
| Binary | 10101010 | 1010010 | 11000110 | 1110 | 111011 | 0 | 10110 | 100011110 | 110010 | 110111 |
Color Harmonies of #AA52C6
Complementary color
Monochromatic Colors of #AA52C6
Black with #AA52C6
Text Example
Text Example
White with #AA52C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA52C6; }
p { color: rgb(170,82,198); }
H1.HeaderClassName
{
color: #AA52C6;
}
.AnyTagClassName
{
color: #AA52C6;
}
</style>
background-color css
<style>
a { background-color: #AA52C6; }
a { background-color: rgb(170,82,198); }
div.DivClassName
{
background-color: #AA52C6;
}
.BgClassName
{
background-color: #AA52C6;
}
</style>
border-color css
<style>
span { border-color: #AA52C6; }
span { border-color: rgb(170,82,198); }
td.TdClassName
{
border-color: #AA52C6;
}
.TagClassName
{
border-color: #AA52C6;
}
</style>