#AE4EE0

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

Shades of Medium Orchid #AE4EE0

Tints of Medium Orchid #AE4EE0

Color information

#AE4EE0 (or 0xAE4EE0) is unknown color: approx Medium Orchid. HEX triplet: AE, 4E and E0. RGB value is (174,78,224). Sum of RGB (Red+Green+Blue) = 174+78+224=476 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.55% from 476); Green value is 78 (30.86% from 255 or 16.39% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #AE4EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4EE0 is #51B11F. Grayscale: #7A7A7A. Windows color (decimal): -5353760 or 14700206. OLE color: 14700206.

HSL color Cylindrical-coordinate representation of color #AE4EE0: hue angle of 279.45º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AE4EE0 is Cyan = 0.22, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB17478224-
CMYK0.220.6500.12
HSL279.45º70.19%59.22%-
HSV(B)279.45º65.18%87.84%-
XYZ33.6319.8372.58-
YUV123.35184.8164.13-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 36.55%
GREEN value IS 78 (30.86% from 255) = 16.39%
BLUE value IS 224 (87.89% from 255) = 47.06%
R=36.55%
G=16.39%
B=47.06%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal174782240.220.6500.12279.4570.1959.22
HexAE4EE016410C117463b
Octal2561163402610101442710673
Binary10101110100111011100000101101000001011001000101111000110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4EE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4EE0; }

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

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

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

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

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

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

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

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