#AE5DDA

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

Shades of Medium Orchid #AE5DDA

Tints of Medium Orchid #AE5DDA

Color information

#AE5DDA (or 0xAE5DDA) is unknown color: approx Medium Orchid. HEX triplet: AE, 5D and DA. RGB value is (174,93,218). Sum of RGB (Red+Green+Blue) = 174+93+218=485 (64% of max value = 765). Red value is 174 (68.36% from 255 or 35.88% from 485); Green value is 93 (36.72% from 255 or 19.18% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 218 - color contains mainly: blue. Hex color #AE5DDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5DDA is #51A225. Grayscale: #838383. Windows color (decimal): -5349926 or 14310830. OLE color: 14310830.

HSL color Cylindrical-coordinate representation of color #AE5DDA: hue angle of 278.88º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AE5DDA is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB17493218-
CMYK0.200.5700.15
HSL278.88º62.81%60.98%-
HSV(B)278.88º57.34%85.49%-
XYZ34.0221.8968.76-
YUV131.47176.84158.34-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 35.88%
GREEN value IS 93 (36.72% from 255) = 19.18%
BLUE value IS 218 (85.55% from 255) = 44.95%
R=35.88%
G=19.18%
B=44.95%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal174932180.200.5700.15278.8862.8160.98
HexAE5DDA14390F1173f3d
Octal25613533224710174277775
Binary101011101011101110110101010011100101111100010111111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5DDA; }

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

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

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

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

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

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

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

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