#AE59C2

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

Shades of Medium Orchid #AE59C2

Tints of Medium Orchid #AE59C2

Color information

#AE59C2 (or 0xAE59C2) is unknown color: approx Medium Orchid. HEX triplet: AE, 59 and C2. RGB value is (174,89,194). Sum of RGB (Red+Green+Blue) = 174+89+194=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 194 (76.17% from 255 or 42.45% from 457); Max value from RGB is 194 - color contains mainly: blue. Hex color #AE59C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE59C2 is #51A63D. Grayscale: #7E7E7E. Windows color (decimal): -5350974 or 12736942. OLE color: 12736942.

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

Color convert

RGB17489194-
CMYK0.100.5400.24
HSL288.57º46.26%55.49%-
HSV(B)288.57º54.12%76.08%-
XYZ30.7720.0453.29-
YUV126.38166.16161.96-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 89 (35.16% from 255) = 19.47%
BLUE value IS 194 (76.17% from 255) = 42.45%
R=38.07%
G=19.47%
B=42.45%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174891940.100.5400.24288.5746.2655.49
HexAE59C2A360181212e37
Octal25613130212660304415667
Binary101011101011001110000101010110110011000100100001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE59C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE59C2; }

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

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

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

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

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

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

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

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