#AE0176

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

Shades of Eggplant #AE0176

Tints of Eggplant #AE0176

Color information

#AE0176 (or 0xAE0176) is unknown color: approx Eggplant. HEX triplet: AE, 01 and 76. RGB value is (174,1,118). Sum of RGB (Red+Green+Blue) = 174+1+118=293 (38% of max value = 765). Red value is 174 (68.36% from 255 or 59.39% from 293); Green value is 1 (0.78% from 255 or 0.34% from 293); Blue value is 118 (46.48% from 255 or 40.27% from 293); Max value from RGB is 174 - color contains mainly: red. Hex color #AE0176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AE0176 is #51FE89. Grayscale: #414141. Windows color (decimal): -5373578 or 7733678. OLE color: 7733678.

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

Color convert

RGB1741118-
CMYK00.990.320.32
HSL319.42º98.86%34.31%-
HSV(B)319.42º99.43%68.24%-
XYZ20.7410.3318.04-
YUV66.06157.31204.99-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 59.39%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 118 (46.48% from 255) = 40.27%
R=59.39%
G=0.34%
B=40.27%

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
Decimal174111800.990.320.32319.4298.8634.31
HexAE176063202013f6322
Octal25611660143404047714342
Binary1010111011110110011000111000001000001001111111100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE0176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE0176; }

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

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

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

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

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

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

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

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