#A20971

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

Shades of Eggplant #A20971

Tints of Eggplant #A20971

Color information

#A20971 (or 0xA20971) is unknown color: approx Eggplant. HEX triplet: A2, 09 and 71. RGB value is (162,9,113). Sum of RGB (Red+Green+Blue) = 162+9+113=284 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.04% from 284); Green value is 9 (3.91% from 255 or 3.17% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 162 - color contains mainly: red. Hex color #A20971 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20971 is #5DF68E. Grayscale: #424242. Windows color (decimal): -6157967 or 7408034. OLE color: 7408034.

HSL color Cylindrical-coordinate representation of color #A20971: hue angle of 319.22º 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 #A20971 is Cyan = 0, Magento = 0.94, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB1629113-
CMYK00.940.300.36
HSL319.22º89.47%33.53%-
HSV(B)319.22º94.44%63.53%-
XYZ17.989.0716.43-
YUV66.6154.19196.04-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.04%
GREEN value IS 9 (3.91% from 255) = 3.17%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=57.04%
G=3.17%
B=39.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162911300.940.300.36319.2289.4733.53
HexA297105E1E2413f5922
Octal242111610136364447713142
Binary101000101001111000101011110111101001001001111111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20971; }

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

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

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

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

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

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

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

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