#AE57D2

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

Shades of Medium Orchid #AE57D2

Tints of Medium Orchid #AE57D2

Color information

#AE57D2 (or 0xAE57D2) is unknown color: approx Medium Orchid. HEX triplet: AE, 57 and D2. RGB value is (174,87,210). Sum of RGB (Red+Green+Blue) = 174+87+210=471 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.94% from 471); Green value is 87 (34.38% from 255 or 18.47% from 471); Blue value is 210 (82.42% from 255 or 44.59% from 471); Max value from RGB is 210 - color contains mainly: blue. Hex color #AE57D2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE57D2 is #51A82D. Grayscale: #7E7E7E. Windows color (decimal): -5351470 or 13785006. OLE color: 13785006.

HSL color Cylindrical-coordinate representation of color #AE57D2: hue angle of 282.44º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AE57D2 is Cyan = 0.17, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB17487210-
CMYK0.170.5900.18
HSL282.44º57.75%58.24%-
HSV(B)282.44º58.57%82.35%-
XYZ32.520.4763.21-
YUV127.04174.82161.5-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.94%
GREEN value IS 87 (34.38% from 255) = 18.47%
BLUE value IS 210 (82.42% from 255) = 44.59%
R=36.94%
G=18.47%
B=44.59%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal174872100.170.5900.18282.4457.7558.24
HexAE57D2113B01211a3a3a
Octal25612732221730224327272
Binary1010111010101111101001010001111011010010100011010111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE57D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE57D2; }

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

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

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

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

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

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

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

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