#AE4EC8

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

Shades of Medium Orchid #AE4EC8

Tints of Medium Orchid #AE4EC8

Color information

#AE4EC8 (or 0xAE4EC8) is unknown color: approx Medium Orchid. HEX triplet: AE, 4E and C8. RGB value is (174,78,200). Sum of RGB (Red+Green+Blue) = 174+78+200=452 (59% of max value = 765). Red value is 174 (68.36% from 255 or 38.50% from 452); Green value is 78 (30.86% from 255 or 17.26% from 452); Blue value is 200 (78.52% from 255 or 44.25% from 452); Max value from RGB is 200 - color contains mainly: blue. Hex color #AE4EC8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AE4EC8 is #51B137. Grayscale: #787878. Windows color (decimal): -5353784 or 13127342. OLE color: 13127342.

HSL color Cylindrical-coordinate representation of color #AE4EC8: hue angle of 287.21º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AE4EC8 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB17478200-
CMYK0.130.6100.22
HSL287.21º52.59%54.51%-
HSV(B)287.21º61%78.43%-
XYZ30.6118.6256.62-
YUV120.61172.8166.08-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 38.50%
GREEN value IS 78 (30.86% from 255) = 17.26%
BLUE value IS 200 (78.52% from 255) = 44.25%
R=38.50%
G=17.26%
B=44.25%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal174782000.130.6100.22287.2152.5954.51
HexAE4EC8D3D01611f3537
Octal25611631015750264376567
Binary101011101001110110010001101111101010110100011111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE4EC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE4EC8; }

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

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

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

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

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

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

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

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