#AE59C1

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

Shades of Medium Orchid #AE59C1

Tints of Medium Orchid #AE59C1

Color information

#AE59C1 (or 0xAE59C1) is unknown color: approx Medium Orchid. HEX triplet: AE, 59 and C1. RGB value is (174,89,193). Sum of RGB (Red+Green+Blue) = 174+89+193=456 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.16% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 193 - color contains mainly: blue. Hex color #AE59C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE59C1 is #51A63E. Grayscale: #7D7D7D. Windows color (decimal): -5350975 or 12671406. OLE color: 12671406.

HSL color Cylindrical-coordinate representation of color #AE59C1: hue angle of 289.04º 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 #AE59C1 is Cyan = 0.10, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB17489193-
CMYK0.100.5400.24
HSL289.04º45.61%55.29%-
HSV(B)289.04º53.89%75.69%-
XYZ30.6519.9952.7-
YUV126.27165.66162.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.16%
GREEN value IS 89 (35.16% from 255) = 19.52%
BLUE value IS 193 (75.78% from 255) = 42.32%
R=38.16%
G=19.52%
B=42.32%

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
Decimal174891930.100.5400.24289.0445.6155.29
HexAE59C1A360181212e37
Octal25613130112660304415667
Binary101011101011001110000011010110110011000100100001101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE59C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE59C1; }

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

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

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

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

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

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

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

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