#AE4DC4

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

Shades of Medium Orchid #AE4DC4

Tints of Medium Orchid #AE4DC4

Color information

#AE4DC4 (or 0xAE4DC4) is unknown color: approx Medium Orchid. HEX triplet: AE, 4D and C4. RGB value is (174,77,196). Sum of RGB (Red+Green+Blue) = 174+77+196=447 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.93% from 447); Green value is 77 (30.47% from 255 or 17.23% from 447); Blue value is 196 (76.95% from 255 or 43.85% from 447); Max value from RGB is 196 - color contains mainly: blue. Hex color #AE4DC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4DC4 is #51B23B. Grayscale: #777777. Windows color (decimal): -5354044 or 12864942. OLE color: 12864942.

HSL color Cylindrical-coordinate representation of color #AE4DC4: hue angle of 288.91º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE4DC4 is Cyan = 0.11, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB17477196-
CMYK0.110.6100.23
HSL288.91º50.21%53.53%-
HSV(B)288.91º60.71%76.86%-
XYZ30.0718.2954.17-
YUV119.57171.14166.82-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.93%
GREEN value IS 77 (30.47% from 255) = 17.23%
BLUE value IS 196 (76.95% from 255) = 43.85%
R=38.93%
G=17.23%
B=43.85%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal174771960.110.6100.23288.9150.2153.53
HexAE4DC4B3D0171213236
Octal25611530413750274416266
Binary101011101001101110001001011111101010111100100001110010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4DC4; }

 p { color: rgb(174,77,196); }

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

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

 a { background-color: rgb(174,77,196); }

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

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

 span { border-color: rgb(174,77,196); }

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