Shades of Medium Orchid #AA57CE
Tints of Medium Orchid #AA57CE
RGB
CMYK
RGB Variations
Color information
#AA57CE (or 0xAA57CE) is known color: Medium Orchid. HEX triplet: AA, 57 and CE. RGB value is (170,87,206). Sum of RGB (Red+Green+Blue) = 170+87+206=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 87 (34.38% from 255 or 18.79% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 206 - color contains mainly: blue. Hex color #AA57CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57CE is #55A831. Grayscale: #7C7C7C. Windows color (decimal): -5613618 or 13522858. OLE color: 13522858.
HSL color Cylindrical-coordinate representation of color #AA57CE: hue angle of 281.85º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA57CE is Cyan = 0.17, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 87 | 206 | - |
| CMYK | 0.17 | 0.58 | 0 | 0.19 |
| HSL | 281.85º | 0.55% | 0.57% | - |
| HSV(B) | 281.85º | 0.58% | 0.81% | - |
| XYZ | 31.13 | 19.82 | 60.58 | - |
| YUV | 125.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 206 | 0.17 | 0.58 | 0 | 0.19 | 281.85 | 0.55 | 0.57 |
| Hex | AA | 57 | CE | 11 | 3A | 0 | 13 | 11A | 37 | 39 |
| Octal | 252 | 127 | 316 | 21 | 72 | 0 | 23 | 432 | 67 | 71 |
| Binary | 10101010 | 1010111 | 11001110 | 10001 | 111010 | 0 | 10011 | 100011010 | 110111 | 111001 |
Color Harmonies of #AA57CE
Complementary color
Monochromatic Colors of #AA57CE
Black with #AA57CE
Text Example
Text Example
White with #AA57CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA57CE; }
p { color: rgb(170,87,206); }
H1.HeaderClassName
{
color: #AA57CE;
}
.AnyTagClassName
{
color: #AA57CE;
}
</style>
background-color css
<style>
a { background-color: #AA57CE; }
a { background-color: rgb(170,87,206); }
div.DivClassName
{
background-color: #AA57CE;
}
.BgClassName
{
background-color: #AA57CE;
}
</style>
border-color css
<style>
span { border-color: #AA57CE; }
span { border-color: rgb(170,87,206); }
td.TdClassName
{
border-color: #AA57CE;
}
.TagClassName
{
border-color: #AA57CE;
}
</style>