Shades of Medium Orchid #AA57D0
Tints of Medium Orchid #AA57D0
RGB
CMYK
RGB Variations
Color information
#AA57D0 (or 0xAA57D0) is known color: Medium Orchid. HEX triplet: AA, 57 and D0. RGB value is (170,87,208). Sum of RGB (Red+Green+Blue) = 170+87+208=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 87 (34.38% from 255 or 18.71% from 465); Blue value is 208 (81.64% from 255 or 44.73% from 465); Max value from RGB is 208 - color contains mainly: blue. Hex color #AA57D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57D0 is #55A82F. Grayscale: #7D7D7D. Windows color (decimal): -5613616 or 13653930. OLE color: 13653930.
HSL color Cylindrical-coordinate representation of color #AA57D0: hue angle of 281.16º degrees, saturation: 0.56, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA57D0 is Cyan = 0.18, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 87 | 208 | - |
| CMYK | 0.18 | 0.58 | 0 | 0.18 |
| HSL | 281.16º | 0.56% | 0.58% | - |
| HSV(B) | 281.16º | 0.58% | 0.82% | - |
| XYZ | 31.37 | 19.92 | 61.87 | - |
| YUV | 125.61 | 174.5 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 208 | 0.18 | 0.58 | 0 | 0.18 | 281.16 | 0.56 | 0.58 |
| Hex | AA | 57 | D0 | 12 | 3A | 0 | 12 | 119 | 38 | 3A |
| Octal | 252 | 127 | 320 | 22 | 72 | 0 | 22 | 431 | 70 | 72 |
| Binary | 10101010 | 1010111 | 11010000 | 10010 | 111010 | 0 | 10010 | 100011001 | 111000 | 111010 |
Color Harmonies of #AA57D0
Complementary color
Monochromatic Colors of #AA57D0
Black with #AA57D0
Text Example
Text Example
White with #AA57D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA57D0; }
p { color: rgb(170,87,208); }
H1.HeaderClassName
{
color: #AA57D0;
}
.AnyTagClassName
{
color: #AA57D0;
}
</style>
background-color css
<style>
a { background-color: #AA57D0; }
a { background-color: rgb(170,87,208); }
div.DivClassName
{
background-color: #AA57D0;
}
.BgClassName
{
background-color: #AA57D0;
}
</style>
border-color css
<style>
span { border-color: #AA57D0; }
span { border-color: rgb(170,87,208); }
td.TdClassName
{
border-color: #AA57D0;
}
.TagClassName
{
border-color: #AA57D0;
}
</style>