#A40672

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

Shades of Eggplant #A40672

Tints of Eggplant #A40672

Color information

#A40672 (or 0xA40672) is unknown color: approx Eggplant. HEX triplet: A4, 06 and 72. RGB value is (164,6,114). Sum of RGB (Red+Green+Blue) = 164+6+114=284 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.75% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 114 (44.92% from 255 or 40.14% from 284); Max value from RGB is 164 - color contains mainly: red. Hex color #A40672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40672 is #5BF98D. Grayscale: #414141. Windows color (decimal): -6027662 or 7472804. OLE color: 7472804.

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

Color convert

RGB1646114-
CMYK00.960.300.36
HSL318.99º92.94%33.33%-
HSV(B)318.99º96.34%64.31%-
XYZ18.419.2416.73-
YUV65.55155.35198.22-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.75%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 114 (44.92% from 255) = 40.14%
R=57.75%
G=2.11%
B=40.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164611400.960.300.36318.9992.9433.33
HexA46720601E2413f5d21
Octal24461620140364447713541
Binary10100100110111001001100000111101001001001111111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40672; }

 p { color: rgb(164,6,114); }

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

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

 a { background-color: rgb(164,6,114); }

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

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

 span { border-color: rgb(164,6,114); }

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