#AE5EC9

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

Shades of Medium Orchid #AE5EC9

Tints of Medium Orchid #AE5EC9

Color information

#AE5EC9 (or 0xAE5EC9) is unknown color: approx Medium Orchid. HEX triplet: AE, 5E and C9. RGB value is (174,94,201). Sum of RGB (Red+Green+Blue) = 174+94+201=469 (62% of max value = 765). Red value is 174 (68.36% from 255 or 37.10% from 469); Green value is 94 (37.11% from 255 or 20.04% from 469); Blue value is 201 (78.91% from 255 or 42.86% from 469); Max value from RGB is 201 - color contains mainly: blue. Hex color #AE5EC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE5EC9 is #51A136. Grayscale: #818181. Windows color (decimal): -5349687 or 13196974. OLE color: 13196974.

HSL color Cylindrical-coordinate representation of color #AE5EC9: hue angle of 284.86º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AE5EC9 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB17494201-
CMYK0.130.5300.21
HSL284.86º49.77%57.84%-
HSV(B)284.86º53.23%78.82%-
XYZ3221.2257.67-
YUV130.12168159.3-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.10%
GREEN value IS 94 (37.11% from 255) = 20.04%
BLUE value IS 201 (78.91% from 255) = 42.86%
R=37.10%
G=20.04%
B=42.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal174942010.130.5300.21284.8649.7757.84
HexAE5EC9D3501511d323a
Octal25613631115650254356272
Binary101011101011110110010011101110101010101100011101110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE5EC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE5EC9; }

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

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

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

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

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

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

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

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