#A0047C

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

Shades of Eggplant #A0047C

Tints of Eggplant #A0047C

Color information

#A0047C (or 0xA0047C) is unknown color: approx Eggplant. HEX triplet: A0, 04 and 7C. RGB value is (160,4,124). Sum of RGB (Red+Green+Blue) = 160+4+124=288 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.56% from 288); Green value is 4 (1.95% from 255 or 1.39% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 160 - color contains mainly: red. Hex color #A0047C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0047C is #5FFB83. Grayscale: #404040. Windows color (decimal): -6290308 or 8127648. OLE color: 8127648.

HSL color Cylindrical-coordinate representation of color #A0047C: hue angle of 313.85º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A0047C is Cyan = 0, Magento = 0.98, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB1604124-
CMYK00.980.220.37
HSL313.85º95.12%32.16%-
HSV(B)313.85º97.5%62.75%-
XYZ18.189.0219.85-
YUV64.32161.68196.24-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 55.56%
GREEN value IS 4 (1.95% from 255) = 1.39%
BLUE value IS 124 (48.83% from 255) = 43.06%
R=55.56%
G=1.39%
B=43.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160412400.980.220.37313.8595.1232.16
HexA047C062162513a5f20
Octal24041740142264547213740
Binary10100000100111110001100010101101001011001110101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0047C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0047C; }

 p { color: rgb(160,4,124); }

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

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

 a { background-color: rgb(160,4,124); }

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

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

 span { border-color: rgb(160,4,124); }

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