#A4056D

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

Shades of Eggplant #A4056D

Tints of Eggplant #A4056D

Color information

#A4056D (or 0xA4056D) is unknown color: approx Eggplant. HEX triplet: A4, 05 and 6D. RGB value is (164,5,109). Sum of RGB (Red+Green+Blue) = 164+5+109=278 (36% of max value = 765). Red value is 164 (64.45% from 255 or 58.99% from 278); Green value is 5 (2.34% from 255 or 1.80% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 164 - color contains mainly: red. Hex color #A4056D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A4056D is #5BFA92. Grayscale: #404040. Windows color (decimal): -6027923 or 7144868. OLE color: 7144868.

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

Color convert

RGB1645109-
CMYK00.970.340.36
HSL320.75º94.08%33.14%-
HSV(B)320.75º96.95%64.31%-
XYZ18.129.1115.27-
YUV64.4153.18199.04-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 58.99%
GREEN value IS 5 (2.34% from 255) = 1.80%
BLUE value IS 109 (42.97% from 255) = 39.21%
R=58.99%
G=1.80%
B=39.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164510900.970.340.36320.7594.0833.14
HexA456D06122241415e21
Octal24451550141424450113641
Binary101001001011101101011000011000101001001010000011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4056D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4056D; }

 p { color: rgb(164,5,109); }

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

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

 a { background-color: rgb(164,5,109); }

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

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

 span { border-color: rgb(164,5,109); }

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