#AE5DC5

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

Shades of Medium Orchid #AE5DC5

Tints of Medium Orchid #AE5DC5

Color information

#AE5DC5 (or 0xAE5DC5) is unknown color: approx Medium Orchid. HEX triplet: AE, 5D and C5. RGB value is (174,93,197). Sum of RGB (Red+Green+Blue) = 174+93+197=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 93 (36.72% from 255 or 20.04% from 464); Blue value is 197 (77.34% from 255 or 42.46% from 464); Max value from RGB is 197 - color contains mainly: blue. Hex color #AE5DC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DC5 is #51A23A. Grayscale: #808080. Windows color (decimal): -5349947 or 12934574. OLE color: 12934574.

HSL color Cylindrical-coordinate representation of color #AE5DC5: hue angle of 286.73º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE5DC5 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17493197-
CMYK0.120.5300.23
HSL286.73º47.27%56.86%-
HSV(B)286.73º52.79%77.25%-
XYZ31.4520.8655.19-
YUV129.07166.34160.04-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.5%
GREEN value IS 93 (36.72% from 255) = 20.04%
BLUE value IS 197 (77.34% from 255) = 42.46%
R=37.5%
G=20.04%
B=42.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal174931970.120.5300.23286.7347.2756.86
HexAE5DC5C3501711f2f39
Octal25613530514650274375771
Binary101011101011101110001011100110101010111100011111101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5DC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5DC5; }

 p { color: rgb(174,93,197); }

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

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

 a { background-color: rgb(174,93,197); }

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

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

 span { border-color: rgb(174,93,197); }

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