#A0056A

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

Shades of Eggplant #A0056A

Tints of Eggplant #A0056A

Color information

#A0056A (or 0xA0056A) is unknown color: approx Eggplant. HEX triplet: A0, 05 and 6A. RGB value is (160,5,106). Sum of RGB (Red+Green+Blue) = 160+5+106=271 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.04% from 271); Green value is 5 (2.34% from 255 or 1.85% from 271); Blue value is 106 (41.80% from 255 or 39.11% from 271); Max value from RGB is 160 - color contains mainly: red. Hex color #A0056A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0056A is #5FFA95. Grayscale: #3E3E3E. Windows color (decimal): -6290070 or 6948256. OLE color: 6948256.

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

Color convert

RGB1605106-
CMYK00.970.340.37
HSL320.9º93.94%32.35%-
HSV(B)320.9º96.88%62.75%-
XYZ17.158.6214.4-
YUV62.86152.35197.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 59.04%
GREEN value IS 5 (2.34% from 255) = 1.85%
BLUE value IS 106 (41.80% from 255) = 39.11%
R=59.04%
G=1.85%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.34
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160510600.970.340.37320.993.9432.35
HexA056A06122251415e20
Octal24051520141424550113640
Binary101000001011101010011000011000101001011010000011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0056A; }

 p { color: rgb(160,5,106); }

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

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

 a { background-color: rgb(160,5,106); }

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

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

 span { border-color: rgb(160,5,106); }

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