Shades of Medium Orchid #AA57F1
Tints of Medium Orchid #AA57F1
RGB
CMYK
RGB Variations
Color information
#AA57F1 (or 0xAA57F1) is known color: Medium Orchid. HEX triplet: AA, 57 and F1. RGB value is (170,87,241). Sum of RGB (Red+Green+Blue) = 170+87+241=498 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.14% from 498); Green value is 87 (34.38% from 255 or 17.47% from 498); Blue value is 241 (94.53% from 255 or 48.39% from 498); Max value from RGB is 241 - color contains mainly: blue. Hex color #AA57F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA57F1 is #55A80E. Grayscale: #808080. Windows color (decimal): -5613583 or 15816618. OLE color: 15816618.
HSL color Cylindrical-coordinate representation of color #AA57F1: hue angle of 272.34º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AA57F1 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 87 | 241 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.05 |
| HSL | 272.34º | 0.85% | 0.64% | - |
| HSV(B) | 272.34º | 0.64% | 0.95% | - |
| XYZ | 35.86 | 21.71 | 85.52 | - |
| YUV | 129.37 | 191 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 241 | 0.29 | 0.64 | 0 | 0.05 | 272.34 | 0.85 | 0.64 |
| Hex | AA | 57 | F1 | 1D | 40 | 0 | 5 | 110 | 55 | 40 |
| Octal | 252 | 127 | 361 | 35 | 100 | 0 | 5 | 420 | 125 | 100 |
| Binary | 10101010 | 1010111 | 11110001 | 11101 | 1000000 | 0 | 101 | 100010000 | 1010101 | 1000000 |
Color Harmonies of #AA57F1
Complementary color
Monochromatic Colors of #AA57F1
Black with #AA57F1
Text Example
Text Example
White with #AA57F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA57F1; }
p { color: rgb(170,87,241); }
H1.HeaderClassName
{
color: #AA57F1;
}
.AnyTagClassName
{
color: #AA57F1;
}
</style>
background-color css
<style>
a { background-color: #AA57F1; }
a { background-color: rgb(170,87,241); }
div.DivClassName
{
background-color: #AA57F1;
}
.BgClassName
{
background-color: #AA57F1;
}
</style>
border-color css
<style>
span { border-color: #AA57F1; }
span { border-color: rgb(170,87,241); }
td.TdClassName
{
border-color: #AA57F1;
}
.TagClassName
{
border-color: #AA57F1;
}
</style>