#A20972

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

Shades of Eggplant #A20972

Tints of Eggplant #A20972

Color information

#A20972 (or 0xA20972) is unknown color: approx Eggplant. HEX triplet: A2, 09 and 72. RGB value is (162,9,114). Sum of RGB (Red+Green+Blue) = 162+9+114=285 (37% of max value = 765). Red value is 162 (63.67% from 255 or 56.84% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 114 (44.92% from 255 or 40% from 285); Max value from RGB is 162 - color contains mainly: red. Hex color #A20972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20972 is #5DF68D. Grayscale: #424242. Windows color (decimal): -6157966 or 7473570. OLE color: 7473570.

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

Color convert

RGB1629114-
CMYK00.940.300.36
HSL318.82º89.47%33.53%-
HSV(B)318.82º94.44%63.53%-
XYZ18.049.0916.72-
YUV66.72154.69195.96-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 56.84%
GREEN value IS 9 (3.91% from 255) = 3.16%
BLUE value IS 114 (44.92% from 255) = 40%
R=56.84%
G=3.16%
B=40%

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
Decimal162911400.940.300.36318.8289.4733.53
HexA297205E1E2413f5922
Octal242111620136364447713142
Binary101000101001111001001011110111101001001001111111011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20972; }

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

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

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

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

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

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

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

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