Shades of Medium Orchid #AA57F3
Tints of Medium Orchid #AA57F3
RGB
CMYK
RGB Variations
Color information
#AA57F3 (or 0xAA57F3) is known color: Medium Orchid. HEX triplet: AA, 57 and F3. RGB value is (170,87,243). Sum of RGB (Red+Green+Blue) = 170+87+243=500 (66% of max value = 765). Red value is 170 (66.80% from 255 or 34% from 500); Green value is 87 (34.38% from 255 or 17.4% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #AA57F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA57F3 is #55A80C. Grayscale: #818181. Windows color (decimal): -5613581 or 15947690. OLE color: 15947690.
HSL color Cylindrical-coordinate representation of color #AA57F3: hue angle of 271.92º degrees, saturation: 0.87, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA57F3 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 87 | 243 | - |
| CMYK | 0.30 | 0.64 | 0 | 0.05 |
| HSL | 271.92º | 0.87% | 0.65% | - |
| HSV(B) | 271.92º | 0.64% | 0.95% | - |
| XYZ | 36.16 | 21.83 | 87.1 | - |
| YUV | 129.6 | 192 | 156.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 243 | 0.30 | 0.64 | 0 | 0.05 | 271.92 | 0.87 | 0.65 |
| Hex | AA | 57 | F3 | 1E | 40 | 0 | 5 | 110 | 57 | 41 |
| Octal | 252 | 127 | 363 | 36 | 100 | 0 | 5 | 420 | 127 | 101 |
| Binary | 10101010 | 1010111 | 11110011 | 11110 | 1000000 | 0 | 101 | 100010000 | 1010111 | 1000001 |
Color Harmonies of #AA57F3
Complementary color
Monochromatic Colors of #AA57F3
Black with #AA57F3
Text Example
Text Example
White with #AA57F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA57F3; }
p { color: rgb(170,87,243); }
H1.HeaderClassName
{
color: #AA57F3;
}
.AnyTagClassName
{
color: #AA57F3;
}
</style>
background-color css
<style>
a { background-color: #AA57F3; }
a { background-color: rgb(170,87,243); }
div.DivClassName
{
background-color: #AA57F3;
}
.BgClassName
{
background-color: #AA57F3;
}
</style>
border-color css
<style>
span { border-color: #AA57F3; }
span { border-color: rgb(170,87,243); }
td.TdClassName
{
border-color: #AA57F3;
}
.TagClassName
{
border-color: #AA57F3;
}
</style>