#AE047B

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

Shades of Eggplant #AE047B

Tints of Eggplant #AE047B

Color information

#AE047B (or 0xAE047B) is unknown color: approx Eggplant. HEX triplet: AE, 04 and 7B. RGB value is (174,4,123). Sum of RGB (Red+Green+Blue) = 174+4+123=301 (39% of max value = 765). Red value is 174 (68.36% from 255 or 57.81% from 301); Green value is 4 (1.95% from 255 or 1.33% from 301); Blue value is 123 (48.44% from 255 or 40.86% from 301); Max value from RGB is 174 - color contains mainly: red. Hex color #AE047B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE047B is #51FB84. Grayscale: #444444. Windows color (decimal): -5372805 or 8062126. OLE color: 8062126.

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

Color convert

RGB1744123-
CMYK00.980.290.32
HSL318º95.51%34.9%-
HSV(B)318º97.7%68.24%-
XYZ21.0710.5219.66-
YUV68.4158.82203.32-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 57.81%
GREEN value IS 4 (1.95% from 255) = 1.33%
BLUE value IS 123 (48.44% from 255) = 40.86%
R=57.81%
G=1.33%
B=40.86%

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
Decimal174412300.980.290.3231895.5134.9
HexAE47B0621D2013e6023
Octal25641730142354047614043
Binary10101110100111101101100010111011000001001111101100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE047B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE047B; }

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

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

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

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

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

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

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

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