#AE58C3

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

Shades of Medium Orchid #AE58C3

Tints of Medium Orchid #AE58C3

Color information

#AE58C3 (or 0xAE58C3) is unknown color: approx Medium Orchid. HEX triplet: AE, 58 and C3. RGB value is (174,88,195). Sum of RGB (Red+Green+Blue) = 174+88+195=457 (60% of max value = 765). Red value is 174 (68.36% from 255 or 38.07% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 195 (76.56% from 255 or 42.67% from 457); Max value from RGB is 195 - color contains mainly: blue. Hex color #AE58C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE58C3 is #51A73C. Grayscale: #7D7D7D. Windows color (decimal): -5351229 or 12802222. OLE color: 12802222.

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

Color convert

RGB17488195-
CMYK0.110.5500.24
HSL288.22º47.14%55.49%-
HSV(B)288.22º54.87%76.47%-
XYZ30.819.9253.85-
YUV125.91166.99162.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.07%
GREEN value IS 88 (34.77% from 255) = 19.26%
BLUE value IS 195 (76.56% from 255) = 42.67%
R=38.07%
G=19.26%
B=42.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal174881950.110.5500.24288.2247.1455.49
HexAE58C3B370181202f37
Octal25613030313670304405767
Binary101011101011000110000111011110111011000100100000101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE58C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE58C3; }

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

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

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

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

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

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

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

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