#AE57C2

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

Shades of Medium Orchid #AE57C2

Tints of Medium Orchid #AE57C2

Color information

#AE57C2 (or 0xAE57C2) is unknown color: approx Medium Orchid. HEX triplet: AE, 57 and C2. RGB value is (174,87,194). Sum of RGB (Red+Green+Blue) = 174+87+194=455 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.24% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 194 (76.17% from 255 or 42.64% from 455); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE57C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE57C2 is #51A83D. Grayscale: #7C7C7C. Windows color (decimal): -5351486 or 12736430. OLE color: 12736430.

HSL color Cylindrical-coordinate representation of color #AE57C2: hue angle of 288.79º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE57C2 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17487194-
CMYK0.100.5500.24
HSL288.79º46.72%55.1%-
HSV(B)288.79º55.15%76.08%-
XYZ30.619.7153.23-
YUV125.21166.82162.8-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.24%
GREEN value IS 87 (34.38% from 255) = 19.12%
BLUE value IS 194 (76.17% from 255) = 42.64%
R=38.24%
G=19.12%
B=42.64%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174871940.100.5500.24288.7946.7255.1
HexAE57C2A370181212f37
Octal25612730212670304415767
Binary101011101010111110000101010110111011000100100001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE57C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE57C2; }

 p { color: rgb(174,87,194); }

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

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

 a { background-color: rgb(174,87,194); }

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

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

 span { border-color: rgb(174,87,194); }

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