#AE0177

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

Shades of Eggplant #AE0177

Tints of Eggplant #AE0177

Color information

#AE0177 (or 0xAE0177) is unknown color: approx Eggplant. HEX triplet: AE, 01 and 77. RGB value is (174,1,119). Sum of RGB (Red+Green+Blue) = 174+1+119=294 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.18% from 294); Green value is 1 (0.78% from 255 or 0.34% from 294); Blue value is 119 (46.88% from 255 or 40.48% from 294); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0177 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0177 is #51FE88. Grayscale: #414141. Windows color (decimal): -5373577 or 7799214. OLE color: 7799214.

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

Color convert

RGB1741119-
CMYK00.990.320.32
HSL319.08º98.86%34.31%-
HSV(B)319.08º99.43%68.24%-
XYZ20.810.3518.35-
YUV66.18157.81204.91-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.18%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 119 (46.88% from 255) = 40.48%
R=59.18%
G=0.34%
B=40.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal174111900.990.320.32319.0898.8634.31
HexAE177063202013f6322
Octal25611670143404047714342
Binary1010111011110111011000111000001000001001111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0177; }

 p { color: rgb(174,1,119); }

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

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

 a { background-color: rgb(174,1,119); }

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

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

 span { border-color: rgb(174,1,119); }

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