#A00376

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

Shades of Eggplant #A00376

Tints of Eggplant #A00376

Color information

#A00376 (or 0xA00376) is unknown color: approx Eggplant. HEX triplet: A0, 03 and 76. RGB value is (160,3,118). Sum of RGB (Red+Green+Blue) = 160+3+118=281 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.94% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 118 (46.48% from 255 or 41.99% from 281); Max value from RGB is 160 - color contains mainly: red. Hex color #A00376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00376 is #5FFC89. Grayscale: #3E3E3E. Windows color (decimal): -6290570 or 7734176. OLE color: 7734176.

HSL color Cylindrical-coordinate representation of color #A00376: hue angle of 316.05º degrees, saturation: 0.96, 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 #A00376 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB1603118-
CMYK00.980.260.37
HSL316.05º96.32%31.96%-
HSV(B)316.05º98.12%62.75%-
XYZ17.88.8517.91-
YUV63.05159.01197.15-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 56.94%
GREEN value IS 3 (1.56% from 255) = 1.07%
BLUE value IS 118 (46.48% from 255) = 41.99%
R=56.94%
G=1.07%
B=41.99%

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
Decimal160311800.980.260.37316.0596.3231.96
HexA03760621A2513c6020
Octal24031660142324547414040
Binary1010000011111011001100010110101001011001111001100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00376; }

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

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

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

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

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

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

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

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