Shades of Medium Orchid #AA57D5
Tints of Medium Orchid #AA57D5
RGB
CMYK
RGB Variations
Color information
#AA57D5 (or 0xAA57D5) is known color: Medium Orchid. HEX triplet: AA, 57 and D5. RGB value is (170,87,213). Sum of RGB (Red+Green+Blue) = 170+87+213=470 (62% of max value = 765). Red value is 170 (66.80% from 255 or 36.17% from 470); Green value is 87 (34.38% from 255 or 18.51% from 470); Blue value is 213 (83.59% from 255 or 45.32% from 470); Max value from RGB is 213 - color contains mainly: blue. Hex color #AA57D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57D5 is #55A82A. Grayscale: #7D7D7D. Windows color (decimal): -5613611 or 13981610. OLE color: 13981610.
HSL color Cylindrical-coordinate representation of color #AA57D5: hue angle of 279.52º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AA57D5 is Cyan = 0.20, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 170 | 87 | 213 | - |
| CMYK | 0.20 | 0.59 | 0 | 0.16 |
| HSL | 279.52º | 0.6% | 0.59% | - |
| HSV(B) | 279.52º | 0.59% | 0.84% | - |
| XYZ | 32 | 20.17 | 65.16 | - |
| YUV | 126.18 | 177 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 213 | 0.20 | 0.59 | 0 | 0.16 | 279.52 | 0.6 | 0.59 |
| Hex | AA | 57 | D5 | 14 | 3B | 0 | 10 | 118 | 3C | 3B |
| Octal | 252 | 127 | 325 | 24 | 73 | 0 | 20 | 430 | 74 | 73 |
| Binary | 10101010 | 1010111 | 11010101 | 10100 | 111011 | 0 | 10000 | 100011000 | 111100 | 111011 |
Color Harmonies of #AA57D5
Complementary color
Monochromatic Colors of #AA57D5
Black with #AA57D5
Text Example
Text Example
White with #AA57D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA57D5; }
p { color: rgb(170,87,213); }
H1.HeaderClassName
{
color: #AA57D5;
}
.AnyTagClassName
{
color: #AA57D5;
}
</style>
background-color css
<style>
a { background-color: #AA57D5; }
a { background-color: rgb(170,87,213); }
div.DivClassName
{
background-color: #AA57D5;
}
.BgClassName
{
background-color: #AA57D5;
}
</style>
border-color css
<style>
span { border-color: #AA57D5; }
span { border-color: rgb(170,87,213); }
td.TdClassName
{
border-color: #AA57D5;
}
.TagClassName
{
border-color: #AA57D5;
}
</style>