#AE5EDC

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

Shades of Medium Orchid #AE5EDC

Tints of Medium Orchid #AE5EDC

Color information

#AE5EDC (or 0xAE5EDC) is unknown color: approx Medium Orchid. HEX triplet: AE, 5E and DC. RGB value is (174,94,220). Sum of RGB (Red+Green+Blue) = 174+94+220=488 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.66% from 488); Green value is 94 (37.11% from 255 or 19.26% from 488); Blue value is 220 (86.33% from 255 or 45.08% from 488); Max value from RGB is 220 - color contains mainly: blue. Hex color #AE5EDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5EDC is #51A123. Grayscale: #838383. Windows color (decimal): -5349668 or 14442158. OLE color: 14442158.

HSL color Cylindrical-coordinate representation of color #AE5EDC: hue angle of 278.1º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE5EDC is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB17494220-
CMYK0.210.5700.14
HSL278.1º64.29%61.57%-
HSV(B)278.1º57.27%86.27%-
XYZ34.3822.1770.18-
YUV132.28177.5157.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.66%
GREEN value IS 94 (37.11% from 255) = 19.26%
BLUE value IS 220 (86.33% from 255) = 45.08%
R=35.66%
G=19.26%
B=45.08%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal174942200.210.5700.14278.164.2961.57
HexAE5EDC15390E116403e
Octal256136334257101642610076
Binary1010111010111101101110010101111001011101000101101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5EDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5EDC; }

 p { color: rgb(174,94,220); }

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

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

 a { background-color: rgb(174,94,220); }

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

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

 span { border-color: rgb(174,94,220); }

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