Shades of Medium Orchid #AA57F7
Tints of Medium Orchid #AA57F7
RGB
CMYK
RGB Variations
Color information
#AA57F7 (or 0xAA57F7) is known color: Medium Orchid. HEX triplet: AA, 57 and F7. RGB value is (170,87,247). Sum of RGB (Red+Green+Blue) = 170+87+247=504 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.73% from 504); Green value is 87 (34.38% from 255 or 17.26% from 504); Blue value is 247 (96.88% from 255 or 49.01% from 504); Max value from RGB is 247 - color contains mainly: blue. Hex color #AA57F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA57F7 is #55A808. Grayscale: #818181. Windows color (decimal): -5613577 or 16209834. OLE color: 16209834.
HSL color Cylindrical-coordinate representation of color #AA57F7: hue angle of 271.12º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA57F7 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 170 | 87 | 247 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.03 |
| HSL | 271.13º | 0.91% | 0.65% | - |
| HSV(B) | 271.13º | 0.65% | 0.97% | - |
| XYZ | 36.77 | 22.08 | 90.32 | - |
| YUV | 130.06 | 194 | 156.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 87 | 247 | 0.31 | 0.65 | 0 | 0.03 | 271.13 | 0.91 | 0.65 |
| Hex | AA | 57 | F7 | 1F | 41 | 0 | 3 | 10F | 5B | 41 |
| Octal | 252 | 127 | 367 | 37 | 101 | 0 | 3 | 417 | 133 | 101 |
| Binary | 10101010 | 1010111 | 11110111 | 11111 | 1000001 | 0 | 11 | 100001111 | 1011011 | 1000001 |
Color Harmonies of #AA57F7
Complementary color
Monochromatic Colors of #AA57F7
Black with #AA57F7
Text Example
Text Example
White with #AA57F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA57F7; }
p { color: rgb(170,87,247); }
H1.HeaderClassName
{
color: #AA57F7;
}
.AnyTagClassName
{
color: #AA57F7;
}
</style>
background-color css
<style>
a { background-color: #AA57F7; }
a { background-color: rgb(170,87,247); }
div.DivClassName
{
background-color: #AA57F7;
}
.BgClassName
{
background-color: #AA57F7;
}
</style>
border-color css
<style>
span { border-color: #AA57F7; }
span { border-color: rgb(170,87,247); }
td.TdClassName
{
border-color: #AA57F7;
}
.TagClassName
{
border-color: #AA57F7;
}
</style>