#A20977

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

Shades of Eggplant #A20977

Tints of Eggplant #A20977

Color information

#A20977 (or 0xA20977) is unknown color: approx Eggplant. HEX triplet: A2, 09 and 77. RGB value is (162,9,119). Sum of RGB (Red+Green+Blue) = 162+9+119=290 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.86% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 119 (46.88% from 255 or 41.03% from 290); Max value from RGB is 162 - color contains mainly: red. Hex color #A20977 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20977 is #5DF688. Grayscale: #434343. Windows color (decimal): -6157961 or 7801250. OLE color: 7801250.

HSL color Cylindrical-coordinate representation of color #A20977: hue angle of 316.86º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A20977 is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB1629119-
CMYK00.940.270.36
HSL316.86º89.47%33.53%-
HSV(B)316.86º94.44%63.53%-
XYZ18.339.2118.26-
YUV67.29157.19195.56-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.86%
GREEN value IS 9 (3.91% from 255) = 3.10%
BLUE value IS 119 (46.88% from 255) = 41.03%
R=55.86%
G=3.10%
B=41.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162911900.940.270.36316.8689.4733.53
HexA297705E1B2413d5922
Octal242111670136334447513142
Binary101000101001111011101011110110111001001001111011011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20977; }

 p { color: rgb(162,9,119); }

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

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

 a { background-color: rgb(162,9,119); }

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

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

 span { border-color: rgb(162,9,119); }

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