#AE56EE

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

Shades of Medium Orchid #AE56EE

Tints of Medium Orchid #AE56EE

Color information

#AE56EE (or 0xAE56EE) is unknown color: approx Medium Orchid. HEX triplet: AE, 56 and EE. RGB value is (174,86,238). Sum of RGB (Red+Green+Blue) = 174+86+238=498 (65% of max value = 765). Red value is 174 (68.36% from 255 or 34.94% from 498); Green value is 86 (33.98% from 255 or 17.27% from 498); Blue value is 238 (93.36% from 255 or 47.79% from 498); Max value from RGB is 238 - color contains mainly: blue. Hex color #AE56EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AE56EE is #51A911. Grayscale: #818181. Windows color (decimal): -5351698 or 15619758. OLE color: 15619758.

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

Color convert

RGB17486238-
CMYK0.270.6400.07
HSL274.74º81.72%63.53%-
HSV(B)274.74º63.87%93.33%-
XYZ36.2221.8383.19-
YUV129.64189.15159.64-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 34.94%
GREEN value IS 86 (33.98% from 255) = 17.27%
BLUE value IS 238 (93.36% from 255) = 47.79%
R=34.94%
G=17.27%
B=47.79%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal174862380.270.6400.07274.7481.7263.53
HexAE56EE1B40071135240
Octal2561263563310007423122100
Binary10101110101011011101110110111000000011110001001110100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE56EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE56EE; }

 p { color: rgb(174,86,238); }

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

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

 a { background-color: rgb(174,86,238); }

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

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

 span { border-color: rgb(174,86,238); }

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