#A80476

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

Shades of Eggplant #A80476

Tints of Eggplant #A80476

Color information

#A80476 (or 0xA80476) is unknown color: approx Eggplant. HEX triplet: A8, 04 and 76. RGB value is (168,4,118). Sum of RGB (Red+Green+Blue) = 168+4+118=290 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.93% from 290); Green value is 4 (1.95% from 255 or 1.38% from 290); Blue value is 118 (46.48% from 255 or 40.69% from 290); Max value from RGB is 168 - color contains mainly: red. Hex color #A80476 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80476 is #57FB89. Grayscale: #414141. Windows color (decimal): -5766026 or 7734440. OLE color: 7734440.

HSL color Cylindrical-coordinate representation of color #A80476: hue angle of 318.29º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A80476 is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB1684118-
CMYK00.980.300.34
HSL318.29º95.35%33.73%-
HSV(B)318.29º97.62%65.88%-
XYZ19.469.7217.99-
YUV66.03157.33200.73-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.93%
GREEN value IS 4 (1.95% from 255) = 1.38%
BLUE value IS 118 (46.48% from 255) = 40.69%
R=57.93%
G=1.38%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168411800.980.300.34318.2995.3533.73
HexA84760621E2213e5f22
Octal25041660142364247613742
Binary10101000100111011001100010111101000101001111101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80476; }

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

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

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

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

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

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

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

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