#AE3EE1

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

Shades of Medium Orchid #AE3EE1

Tints of Medium Orchid #AE3EE1

Color information

#AE3EE1 (or 0xAE3EE1) is unknown color: approx Medium Orchid. HEX triplet: AE, 3E and E1. RGB value is (174,62,225). Sum of RGB (Red+Green+Blue) = 174+62+225=461 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.74% from 461); Green value is 62 (24.61% from 255 or 13.45% from 461); Blue value is 225 (88.28% from 255 or 48.81% from 461); Max value from RGB is 225 - color contains mainly: blue. Hex color #AE3EE1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AE3EE1 is #51C11E. Grayscale: #717171. Windows color (decimal): -5357855 or 14761646. OLE color: 14761646.

HSL color Cylindrical-coordinate representation of color #AE3EE1: hue angle of 281.23º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AE3EE1 is Cyan = 0.23, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17462225-
CMYK0.230.7200.12
HSL281.23º73.09%56.27%-
HSV(B)281.23º72.44%88.24%-
XYZ32.7717.8872.96-
YUV114.07190.61170.75-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 37.74%
GREEN value IS 62 (24.61% from 255) = 13.45%
BLUE value IS 225 (88.28% from 255) = 48.81%
R=37.74%
G=13.45%
B=48.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal174622250.230.7200.12281.2373.0956.27
HexAE3EE117480C1194938
Octal256763412711001443111170
Binary1010111011111011100001101111001000011001000110011001001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE3EE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE3EE1; }

 p { color: rgb(174,62,225); }

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

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

 a { background-color: rgb(174,62,225); }

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

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

 span { border-color: rgb(174,62,225); }

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