#AA57F6

Color #AA57F6 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #AA57F6

Tints of Medium Orchid #AA57F6

Color information

#AA57F6 (or 0xAA57F6) is unknown color: approx Medium Orchid. HEX triplet: AA, 57 and F6. RGB value is (170,87,246). Sum of RGB (Red+Green+Blue) = 170+87+246=503 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.80% from 503); Green value is 87 (34.38% from 255 or 17.30% from 503); Blue value is 246 (96.48% from 255 or 48.91% from 503); Max value from RGB is 246 - color contains mainly: blue. Hex color #AA57F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA57F6 is #55A809. Grayscale: #818181. Windows color (decimal): -5613578 or 16144298. OLE color: 16144298.

HSL color Cylindrical-coordinate representation of color #AA57F6: hue angle of 271.32º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AA57F6 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB17087246-
CMYK0.310.6500.04
HSL271.32º89.83%65.29%-
HSV(B)271.32º64.63%96.47%-
XYZ36.6222.0289.51-
YUV129.94193.5156.57-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 33.80%
GREEN value IS 87 (34.38% from 255) = 17.30%
BLUE value IS 246 (96.48% from 255) = 48.91%
R=33.80%
G=17.30%
B=48.91%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal170872460.310.6500.04271.3289.8365.29
HexAA57F61F410410f5a41
Octal2521273663710104417132101
Binary10101010101011111110110111111000001010010000111110110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA57F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA57F6; }

 p { color: rgb(170,87,246); }

 H1.HeaderClassName
 {
   color: #AA57F6;
 }
 .AnyTagClassName
 {
   color: #AA57F6;
 }
</style>
background-color css

<style>
 a { background-color: #AA57F6; }

 a { background-color: rgb(170,87,246); }

 div.DivClassName
 {
   background-color: #AA57F6;
 }
 .BgClassName
 {
   background-color: #AA57F6;
 }
</style>
border-color css

<style>
 span { border-color: #AA57F6; }

 span { border-color: rgb(170,87,246); }

 td.TdClassName
 {
   border-color: #AA57F6;
 }
 .TagClassName
 {
   border-color: #AA57F6;
 }
</style>