#AE5EED

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

Shades of Medium Orchid #AE5EED

Tints of Medium Orchid #AE5EED

Color information

#AE5EED (or 0xAE5EED) is unknown color: approx Medium Orchid. HEX triplet: AE, 5E and ED. RGB value is (174,94,237). Sum of RGB (Red+Green+Blue) = 174+94+237=505 (66% of max value = 765). Red value is 174 (68.36% from 255 or 34.46% from 505); Green value is 94 (37.11% from 255 or 18.61% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #AE5EED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE5EED is #51A112. Grayscale: #858585. Windows color (decimal): -5349651 or 15556270. OLE color: 15556270.

HSL color Cylindrical-coordinate representation of color #AE5EED: hue angle of 273.57º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AE5EED is Cyan = 0.27, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB17494237-
CMYK0.270.6000.07
HSL273.57º79.89%64.9%-
HSV(B)273.57º60.34%92.94%-
XYZ36.7423.1282.65-
YUV134.22186156.37-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.46%
GREEN value IS 94 (37.11% from 255) = 18.61%
BLUE value IS 237 (92.97% from 255) = 46.93%
R=34.46%
G=18.61%
B=46.93%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174942370.270.6000.07273.5779.8964.9
HexAE5EED1B3C071125041
Octal256136355337407422120101
Binary1010111010111101110110111011111100011110001001010100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5EED; }

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

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

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

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

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

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

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

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