#aa57ed

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

Shades of Medium Orchid #AA57ED

Tints of Medium Orchid #AA57ED

Color information

#AA57ED (or 0xAA57ED) is unknown color: approx Medium Orchid. HEX triplet: AA, 57 and ED. RGB value is (170,87,237). Sum of RGB (Red+Green+Blue) = 170+87+237=494 (65% of max value = 765). Red value is 170 (66.80% from 255 or 34.41% from 494); Green value is 87 (34.38% from 255 or 17.61% from 494); Blue value is 237 (92.97% from 255 or 47.98% from 494); Max value from RGB is 237 - color contains mainly: blue. Hex color #AA57ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA57ED is #55A812. Grayscale: #808080. Windows color (decimal): -5613587 or 15554474. OLE color: 15554474.

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

Color convert

RGB17087237-
CMYK0.280.6300.07
HSL273.2º80.65%63.53%-
HSV(B)273.2º63.29%92.94%-
XYZ35.2721.4882.41-
YUV128.92189157.3-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 34.41%
GREEN value IS 87 (34.38% from 255) = 17.61%
BLUE value IS 237 (92.97% from 255) = 47.98%
R=34.41%
G=17.61%
B=47.98%

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
Decimal170872370.280.6300.07273.280.6563.53
HexAA57ED1C3F071115140
Octal252127355347707421121100
Binary1010101010101111110110111100111111011110001000110100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa57ed

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa57ed; }

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

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

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

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

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

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

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

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