#A11176

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

Shades of Eggplant #A11176

Tints of Eggplant #A11176

Color information

#A11176 (or 0xA11176) is unknown color: approx Eggplant. HEX triplet: A1, 11 and 76. RGB value is (161,17,118). Sum of RGB (Red+Green+Blue) = 161+17+118=296 (39% of max value = 765). Red value is 161 (63.28% from 255 or 54.39% from 296); Green value is 17 (7.03% from 255 or 5.74% from 296); Blue value is 118 (46.48% from 255 or 39.86% from 296); Max value from RGB is 161 - color contains mainly: red. Hex color #A11176 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A11176 is #5EEE89. Grayscale: #474747. Windows color (decimal): -6221450 or 7737761. OLE color: 7737761.

HSL color Cylindrical-coordinate representation of color #A11176: hue angle of 317.92º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11176 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB16117118-
CMYK00.890.270.37
HSL317.92º80.9%34.9%-
HSV(B)317.92º89.44%63.14%-
XYZ18.179.2917.97-
YUV71.57154.21191.79-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 54.39%
GREEN value IS 17 (7.03% from 255) = 5.74%
BLUE value IS 118 (46.48% from 255) = 39.86%
R=54.39%
G=5.74%
B=39.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1611711800.890.270.37317.9280.934.9
HexA111760591B2513e5123
Octal241211660131334547612143
Binary1010000110001111011001011001110111001011001111101010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A11176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A11176; }

 p { color: rgb(161,17,118); }

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

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

 a { background-color: rgb(161,17,118); }

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

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

 span { border-color: rgb(161,17,118); }

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