#A20978

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

Shades of Eggplant #A20978

Tints of Eggplant #A20978

Color information

#A20978 (or 0xA20978) is unknown color: approx Eggplant. HEX triplet: A2, 09 and 78. RGB value is (162,9,120). Sum of RGB (Red+Green+Blue) = 162+9+120=291 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.67% from 291); Green value is 9 (3.91% from 255 or 3.09% from 291); Blue value is 120 (47.27% from 255 or 41.24% from 291); Max value from RGB is 162 - color contains mainly: red. Hex color #A20978 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A20978 is #5DF687. Grayscale: #434343. Windows color (decimal): -6157960 or 7866786. OLE color: 7866786.

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

Color convert

RGB1629120-
CMYK00.940.260.36
HSL316.47º89.47%33.53%-
HSV(B)316.47º94.44%63.53%-
XYZ18.399.2318.58-
YUV67.4157.69195.47-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.67%
GREEN value IS 9 (3.91% from 255) = 3.09%
BLUE value IS 120 (47.27% from 255) = 41.24%
R=55.67%
G=3.09%
B=41.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162912000.940.260.36316.4789.4733.53
HexA297805E1A2413c5922
Octal242111700136324447413142
Binary101000101001111100001011110110101001001001111001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20978; }

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

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

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

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

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

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

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

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