#AE4EE5

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

Shades of Medium Orchid #AE4EE5

Tints of Medium Orchid #AE4EE5

Color information

#AE4EE5 (or 0xAE4EE5) is unknown color: approx Medium Orchid. HEX triplet: AE, 4E and E5. RGB value is (174,78,229). Sum of RGB (Red+Green+Blue) = 174+78+229=481 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.17% from 481); Green value is 78 (30.86% from 255 or 16.22% from 481); Blue value is 229 (89.84% from 255 or 47.61% from 481); Max value from RGB is 229 - color contains mainly: blue. Hex color #AE4EE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4EE5 is #51B11A. Grayscale: #7B7B7B. Windows color (decimal): -5353755 or 15027886. OLE color: 15027886.

HSL color Cylindrical-coordinate representation of color #AE4EE5: hue angle of 278.15º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AE4EE5 is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB17478229-
CMYK0.240.6600.10
HSL278.15º74.38%60.2%-
HSV(B)278.15º65.94%89.8%-
XYZ34.3220.176.2-
YUV123.92187.3163.72-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.17%
GREEN value IS 78 (30.86% from 255) = 16.22%
BLUE value IS 229 (89.84% from 255) = 47.61%
R=36.17%
G=16.22%
B=47.61%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal174782290.240.6600.10278.1574.3860.2
HexAE4EE518420A1164a3c
Octal2561163453010201242611274
Binary10101110100111011100101110001000010010101000101101001010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4EE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4EE5; }

 p { color: rgb(174,78,229); }

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

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

 a { background-color: rgb(174,78,229); }

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

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

 span { border-color: rgb(174,78,229); }

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