#AA57CA

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

Shades of Medium Orchid #AA57CA

Tints of Medium Orchid #AA57CA

Color information

#AA57CA (or 0xAA57CA) is unknown color: approx Medium Orchid. HEX triplet: AA, 57 and CA. RGB value is (170,87,202). Sum of RGB (Red+Green+Blue) = 170+87+202=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 87 (34.38% from 255 or 18.95% from 459); Blue value is 202 (79.30% from 255 or 44.01% from 459); Max value from RGB is 202 - color contains mainly: blue. Hex color #AA57CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AA57CA is #55A835. Grayscale: #7C7C7C. Windows color (decimal): -5613622 or 13260714. OLE color: 13260714.

HSL color Cylindrical-coordinate representation of color #AA57CA: hue angle of 283.3º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA57CA is Cyan = 0.16, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17087202-
CMYK0.160.5700.21
HSL283.3º52.04%56.67%-
HSV(B)283.3º56.93%79.22%-
XYZ30.6519.6358.05-
YUV124.93171.5160.15-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.04%
GREEN value IS 87 (34.38% from 255) = 18.95%
BLUE value IS 202 (79.30% from 255) = 44.01%
R=37.04%
G=18.95%
B=44.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal170872020.160.5700.21283.352.0456.67
HexAA57CA103901511b3439
Octal25212731220710254336471
Binary1010101010101111100101010000111001010101100011011110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA57CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA57CA; }

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

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

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

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

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

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

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

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