#A40B80

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

Shades of Eggplant #A40B80

Tints of Eggplant #A40B80

Color information

#A40B80 (or 0xA40B80) is unknown color: approx Eggplant. HEX triplet: A4, 0B and 80. RGB value is (164,11,128). Sum of RGB (Red+Green+Blue) = 164+11+128=303 (40% of max value = 765). Red value is 164 (64.45% from 255 or 54.13% from 303); Green value is 11 (4.69% from 255 or 3.63% from 303); Blue value is 128 (50.39% from 255 or 42.24% from 303); Max value from RGB is 164 - color contains mainly: red. Hex color #A40B80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A40B80 is #5BF47F. Grayscale: #454545. Windows color (decimal): -6026368 or 8391588. OLE color: 8391588.

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

Color convert

RGB16411128-
CMYK00.930.220.36
HSL314.12º87.43%34.31%-
HSV(B)314.12º93.29%64.31%-
XYZ19.339.6921.27-
YUV70.09160.69194.99-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 54.13%
GREEN value IS 11 (4.69% from 255) = 3.63%
BLUE value IS 128 (50.39% from 255) = 42.24%
R=54.13%
G=3.63%
B=42.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1641112800.930.220.36314.1287.4334.31
HexA4B8005D162413a5722
Octal244132000135264447212742
Binary1010010010111000000001011101101101001001001110101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40B80; }

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

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

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

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

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

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

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

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