#A0046F

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

Shades of Eggplant #A0046F

Tints of Eggplant #A0046F

Color information

#A0046F (or 0xA0046F) is unknown color: approx Eggplant. HEX triplet: A0, 04 and 6F. RGB value is (160,4,111). Sum of RGB (Red+Green+Blue) = 160+4+111=275 (36% of max value = 765). Red value is 160 (62.89% from 255 or 58.18% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 111 (43.75% from 255 or 40.36% from 275); Max value from RGB is 160 - color contains mainly: red. Hex color #A0046F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0046F is #5FFB90. Grayscale: #3E3E3E. Windows color (decimal): -6290321 or 7275680. OLE color: 7275680.

HSL color Cylindrical-coordinate representation of color #A0046F: hue angle of 318.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 #A0046F is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB1604111-
CMYK00.980.310.37
HSL318.85º95.12%32.16%-
HSV(B)318.85º97.5%62.75%-
XYZ17.418.7115.8-
YUV62.84155.18197.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 58.18%
GREEN value IS 4 (1.95% from 255) = 1.45%
BLUE value IS 111 (43.75% from 255) = 40.36%
R=58.18%
G=1.45%
B=40.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160411100.980.310.37318.8595.1232.16
HexA046F0621F2513f5f20
Octal24041570142374547713740
Binary10100000100110111101100010111111001011001111111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0046F; }

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

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

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

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

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

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

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

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