#AE047D

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

Shades of Eggplant #AE047D

Tints of Eggplant #AE047D

Color information

#AE047D (or 0xAE047D) is unknown color: approx Eggplant. HEX triplet: AE, 04 and 7D. RGB value is (174,4,125). Sum of RGB (Red+Green+Blue) = 174+4+125=303 (40% of max value = 765). Red value is 174 (68.36% from 255 or 57.43% from 303); Green value is 4 (1.95% from 255 or 1.32% from 303); Blue value is 125 (49.22% from 255 or 41.25% from 303); Max value from RGB is 174 - color contains mainly: red. Hex color #AE047D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE047D is #51FB82. Grayscale: #444444. Windows color (decimal): -5372803 or 8193198. OLE color: 8193198.

HSL color Cylindrical-coordinate representation of color #AE047D: hue angle of 317.29º 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 #AE047D is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB1744125-
CMYK00.980.280.32
HSL317.29º95.51%34.9%-
HSV(B)317.29º97.7%68.24%-
XYZ21.210.5720.32-
YUV68.62159.82203.16-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.43%
GREEN value IS 4 (1.95% from 255) = 1.32%
BLUE value IS 125 (49.22% from 255) = 41.25%
R=57.43%
G=1.32%
B=41.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174412500.980.280.32317.2995.5134.9
HexAE47D0621C2013d6023
Octal25641750142344047514043
Binary10101110100111110101100010111001000001001111011100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE047D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE047D; }

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

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

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

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

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

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

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

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