#aa57f5

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

Shades of Medium Orchid #AA57F5

Tints of Medium Orchid #AA57F5

Color information

#AA57F5 (or 0xAA57F5) is unknown color: approx Medium Orchid. HEX triplet: AA, 57 and F5. RGB value is (170,87,245). Sum of RGB (Red+Green+Blue) = 170+87+245=502 (66% of max value = 765). Red value is 170 (66.80% from 255 or 33.86% from 502); Green value is 87 (34.38% from 255 or 17.33% from 502); Blue value is 245 (96.09% from 255 or 48.80% from 502); Max value from RGB is 245 - color contains mainly: blue. Hex color #AA57F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AA57F5 is #55A80A. Grayscale: #818181. Windows color (decimal): -5613579 or 16078762. OLE color: 16078762.

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

Color convert

RGB17087245-
CMYK0.310.6400.04
HSL271.52º88.76%65.1%-
HSV(B)271.52º64.49%96.08%-
XYZ36.4721.9688.7-
YUV129.83193156.65-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 33.86%
GREEN value IS 87 (34.38% from 255) = 17.33%
BLUE value IS 245 (96.09% from 255) = 48.80%
R=33.86%
G=17.33%
B=48.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal170872450.310.6400.04271.5288.7665.1
HexAA57F51F40041105941
Octal2521273653710004420131101
Binary10101010101011111110101111111000000010010001000010110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #aa57f5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #aa57f5; }

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

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

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

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

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

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

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

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