#A20970

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

Shades of Eggplant #A20970

Tints of Eggplant #A20970

Color information

#A20970 (or 0xA20970) is unknown color: approx Eggplant. HEX triplet: A2, 09 and 70. RGB value is (162,9,112). Sum of RGB (Red+Green+Blue) = 162+9+112=283 (37% of max value = 765). Red value is 162 (63.67% from 255 or 57.24% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 162 - color contains mainly: red. Hex color #A20970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20970 is #5DF68F. Grayscale: #424242. Windows color (decimal): -6157968 or 7342498. OLE color: 7342498.

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

Color convert

RGB1629112-
CMYK00.940.310.36
HSL319.61º89.47%33.53%-
HSV(B)319.61º94.44%63.53%-
XYZ17.929.0516.13-
YUV66.49153.69196.12-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 57.24%
GREEN value IS 9 (3.91% from 255) = 3.18%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=57.24%
G=3.18%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162911200.940.310.36319.6189.4733.53
HexA297005E1F241405922
Octal242111600136374450013142
Binary101000101001111000001011110111111001001010000001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20970; }

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

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

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

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

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

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

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

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