#AA57EC

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

Shades of Medium Orchid #AA57EC

Tints of Medium Orchid #AA57EC

Color information

#AA57EC (or 0xAA57EC) is unknown color: approx Medium Orchid. HEX triplet: AA, 57 and EC. RGB value is (170,87,236). Sum of RGB (Red+Green+Blue) = 170+87+236=493 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.48% from 493); Green value is 87 (34.38% from 255 or 17.65% from 493); Blue value is 236 (92.58% from 255 or 47.87% from 493); Max value from RGB is 236 - color contains mainly: blue. Hex color #AA57EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA57EC is #55A813. Grayscale: #808080. Windows color (decimal): -5613588 or 15488938. OLE color: 15488938.

HSL color Cylindrical-coordinate representation of color #AA57EC: hue angle of 273.42º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AA57EC is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17087236-
CMYK0.280.6300.07
HSL273.42º79.68%63.33%-
HSV(B)273.42º63.14%92.55%-
XYZ35.1321.4281.64-
YUV128.8188.5157.38-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.48%
GREEN value IS 87 (34.38% from 255) = 17.65%
BLUE value IS 236 (92.58% from 255) = 47.87%
R=34.48%
G=17.65%
B=47.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal170872360.280.6300.07273.4279.6863.33
HexAA57EC1C3F07111503f
Octal25212735434770742112077
Binary101010101010111111011001110011111101111000100011010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA57EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA57EC; }

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

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

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

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

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

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

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

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