#AE58C0

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

Shades of Medium Orchid #AE58C0

Tints of Medium Orchid #AE58C0

Color information

#AE58C0 (or 0xAE58C0) is unknown color: approx Medium Orchid. HEX triplet: AE, 58 and C0. RGB value is (174,88,192). Sum of RGB (Red+Green+Blue) = 174+88+192=454 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.33% from 454); Green value is 88 (34.77% from 255 or 19.38% from 454); Blue value is 192 (75.39% from 255 or 42.29% from 454); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE58C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE58C0 is #51A73F. Grayscale: #7D7D7D. Windows color (decimal): -5351232 or 12605614. OLE color: 12605614.

HSL color Cylindrical-coordinate representation of color #AE58C0: hue angle of 289.62º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AE58C0 is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB17488192-
CMYK0.090.5400.25
HSL289.62º45.22%54.9%-
HSV(B)289.62º54.17%75.29%-
XYZ30.4619.7852.08-
YUV125.57165.49162.54-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.33%
GREEN value IS 88 (34.77% from 255) = 19.38%
BLUE value IS 192 (75.39% from 255) = 42.29%
R=38.33%
G=19.38%
B=42.29%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174881920.090.5400.25289.6245.2254.9
HexAE58C09360191222d37
Octal25613030011660314425567
Binary101011101011000110000001001110110011001100100010101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE58C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE58C0; }

 p { color: rgb(174,88,192); }

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

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

 a { background-color: rgb(174,88,192); }

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

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

 span { border-color: rgb(174,88,192); }

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