#A20480

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

Shades of Eggplant #A20480

Tints of Eggplant #A20480

Color information

#A20480 (or 0xA20480) is unknown color: approx Eggplant. HEX triplet: A2, 04 and 80. RGB value is (162,4,128). Sum of RGB (Red+Green+Blue) = 162+4+128=294 (38% of max value = 765). Red value is 162 (63.67% from 255 or 55.10% from 294); Green value is 4 (1.95% from 255 or 1.36% from 294); Blue value is 128 (50.39% from 255 or 43.54% from 294); Max value from RGB is 162 - color contains mainly: red. Hex color #A20480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A20480 is #5DFB7F. Grayscale: #414141. Windows color (decimal): -6159232 or 8389794. OLE color: 8389794.

HSL color Cylindrical-coordinate representation of color #A20480: hue angle of 312.91º degrees, saturation: 0.95, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A20480 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB1624128-
CMYK00.980.210.36
HSL312.91º95.18%32.55%-
HSV(B)312.91º97.53%63.53%-
XYZ18.849.3321.23-
YUV65.38163.35196.92-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 55.10%
GREEN value IS 4 (1.95% from 255) = 1.36%
BLUE value IS 128 (50.39% from 255) = 43.54%
R=55.10%
G=1.36%
B=43.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162412800.980.210.36312.9195.1832.55
HexA248006215241395f21
Octal24242000142254447113741
Binary101000101001000000001100010101011001001001110011011111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A20480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A20480; }

 p { color: rgb(162,4,128); }

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

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

 a { background-color: rgb(162,4,128); }

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

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

 span { border-color: rgb(162,4,128); }

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