#A40080

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

Shades of Eggplant #A40080

Tints of Eggplant #A40080

Color information

#A40080 (or 0xA40080) is unknown color: approx Eggplant. HEX triplet: A4, 00 and 80. RGB value is (164,0,128). Sum of RGB (Red+Green+Blue) = 164+0+128=292 (38% of max value = 765). Red value is 164 (64.45% from 255 or 56.16% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 128 (50.39% from 255 or 43.84% from 292); Max value from RGB is 164 - color contains mainly: red. Hex color #A40080 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40080 is #5BFF7F. Grayscale: #3F3F3F. Windows color (decimal): -6029184 or 8388772. OLE color: 8388772.

HSL color Cylindrical-coordinate representation of color #A40080: hue angle of 313.17º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A40080 is Cyan = 0, Magento = 1, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB1640128-
CMYK010.220.36
HSL313.17º100%32.16%-
HSV(B)313.17º100%64.31%-
XYZ19.219.4521.23-
YUV63.63164.33199.59-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 56.16%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 128 (50.39% from 255) = 43.84%
R=56.16%
G=0%
B=43.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1640128010.220.36313.1710032.16
HexA408006416241396420
Octal24402000144264447114440
Binary1010010001000000001100100101101001001001110011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40080; }

 p { color: rgb(164,0,128); }

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

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

 a { background-color: rgb(164,0,128); }

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

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

 span { border-color: rgb(164,0,128); }

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