#AE047C

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

Shades of Eggplant #AE047C

Tints of Eggplant #AE047C

Color information

#AE047C (or 0xAE047C) is unknown color: approx Eggplant. HEX triplet: AE, 04 and 7C. RGB value is (174,4,124). Sum of RGB (Red+Green+Blue) = 174+4+124=302 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.62% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 124 (48.83% from 255 or 41.06% from 302); Max value from RGB is 174 - color contains mainly: red. Hex color #AE047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE047C is #51FB83. Grayscale: #444444. Windows color (decimal): -5372804 or 8127662. OLE color: 8127662.

HSL color Cylindrical-coordinate representation of color #AE047C: hue angle of 317.65º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AE047C is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB1744124-
CMYK00.980.290.32
HSL317.65º95.51%34.9%-
HSV(B)317.65º97.7%68.24%-
XYZ21.1410.5419.99-
YUV68.51159.32203.24-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.62%
GREEN value IS 4 (1.95% from 255) = 1.32%
BLUE value IS 124 (48.83% from 255) = 41.06%
R=57.62%
G=1.32%
B=41.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174412400.980.290.32317.6595.5134.9
HexAE47C0621D2013e6023
Octal25641740142354047614043
Binary10101110100111110001100010111011000001001111101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE047C; }

 p { color: rgb(174,4,124); }

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

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

 a { background-color: rgb(174,4,124); }

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

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

 span { border-color: rgb(174,4,124); }

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