#AE5DC0

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

Shades of Medium Orchid #AE5DC0

Tints of Medium Orchid #AE5DC0

Color information

#AE5DC0 (or 0xAE5DC0) is unknown color: approx Medium Orchid. HEX triplet: AE, 5D and C0. RGB value is (174,93,192). Sum of RGB (Red+Green+Blue) = 174+93+192=459 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.91% from 459); Green value is 93 (36.72% from 255 or 20.26% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 192 - color contains mainly: blue. Hex color #AE5DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DC0 is #51A23F. Grayscale: #808080. Windows color (decimal): -5349952 or 12606894. OLE color: 12606894.

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

Color convert

RGB17493192-
CMYK0.090.5200.25
HSL289.09º44%55.88%-
HSV(B)289.09º51.56%75.29%-
XYZ30.8820.6352.22-
YUV128.5163.84160.45-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.91%
GREEN value IS 93 (36.72% from 255) = 20.26%
BLUE value IS 192 (75.39% from 255) = 41.83%
R=37.91%
G=20.26%
B=41.83%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal174931920.090.5200.25289.094455.88
HexAE5DC09340191212c38
Octal25613530011640314415470
Binary101011101011101110000001001110100011001100100001101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5DC0; }

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

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

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

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

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

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

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

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