#A00476

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

Shades of Eggplant #A00476

Tints of Eggplant #A00476

Color information

#A00476 (or 0xA00476) is unknown color: approx Eggplant. HEX triplet: A0, 04 and 76. RGB value is (160,4,118). Sum of RGB (Red+Green+Blue) = 160+4+118=282 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.74% from 282); Green value is 4 (1.95% from 255 or 1.42% from 282); Blue value is 118 (46.48% from 255 or 41.84% from 282); Max value from RGB is 160 - color contains mainly: red. Hex color #A00476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00476 is #5FFB89. Grayscale: #3F3F3F. Windows color (decimal): -6290314 or 7734432. OLE color: 7734432.

HSL color Cylindrical-coordinate representation of color #A00476: hue angle of 316.15º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A00476 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB1604118-
CMYK00.980.260.37
HSL316.15º95.12%32.16%-
HSV(B)316.15º97.5%62.75%-
XYZ17.818.8717.91-
YUV63.64158.68196.73-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.74%
GREEN value IS 4 (1.95% from 255) = 1.42%
BLUE value IS 118 (46.48% from 255) = 41.84%
R=56.74%
G=1.42%
B=41.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160411800.980.260.37316.1595.1232.16
HexA04760621A2513c5f20
Octal24041660142324547413740
Binary10100000100111011001100010110101001011001111001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00476; }

 p { color: rgb(160,4,118); }

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

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

 a { background-color: rgb(160,4,118); }

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

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

 span { border-color: rgb(160,4,118); }

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