#A40673

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

Shades of Eggplant #A40673

Tints of Eggplant #A40673

Color information

#A40673 (or 0xA40673) is unknown color: approx Eggplant. HEX triplet: A4, 06 and 73. RGB value is (164,6,115). Sum of RGB (Red+Green+Blue) = 164+6+115=285 (37% of max value = 765). Red value is 164 (64.45% from 255 or 57.54% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 115 (45.31% from 255 or 40.35% from 285); Max value from RGB is 164 - color contains mainly: red. Hex color #A40673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A40673 is #5BF98C. Grayscale: #414141. Windows color (decimal): -6027661 or 7538340. OLE color: 7538340.

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

Color convert

RGB1646115-
CMYK00.960.300.36
HSL318.61º92.94%33.33%-
HSV(B)318.61º96.34%64.31%-
XYZ18.479.2617.03-
YUV65.67155.85198.14-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 57.54%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 115 (45.31% from 255) = 40.35%
R=57.54%
G=2.11%
B=40.35%

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
Decimal164611500.960.300.36318.6192.9433.33
HexA46730601E2413f5d21
Octal24461630140364447713541
Binary10100100110111001101100000111101001001001111111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40673; }

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

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

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

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

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

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

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

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