#AE5DDE

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

Shades of Medium Orchid #AE5DDE

Tints of Medium Orchid #AE5DDE

Color information

#AE5DDE (or 0xAE5DDE) is unknown color: approx Medium Orchid. HEX triplet: AE, 5D and DE. RGB value is (174,93,222). Sum of RGB (Red+Green+Blue) = 174+93+222=489 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.58% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 222 (87.11% from 255 or 45.40% from 489); Max value from RGB is 222 - color contains mainly: blue. Hex color #AE5DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DDE is #51A221. Grayscale: #838383. Windows color (decimal): -5349922 or 14572974. OLE color: 14572974.

HSL color Cylindrical-coordinate representation of color #AE5DDE: hue angle of 277.67º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AE5DDE is Cyan = 0.22, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB17493222-
CMYK0.220.5800.13
HSL277.67º66.15%61.76%-
HSV(B)277.67º58.11%87.06%-
XYZ34.5522.171.55-
YUV131.92178.84158.01-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.58%
GREEN value IS 93 (36.72% from 255) = 19.02%
BLUE value IS 222 (87.11% from 255) = 45.40%
R=35.58%
G=19.02%
B=45.40%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal174932220.220.5800.13277.6766.1561.76
HexAE5DDE163A0D116423e
Octal256135336267201542610276
Binary1010111010111011101111010110111010011011000101101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5DDE; }

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

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

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

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

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

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

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

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