#A0076F

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

Shades of Eggplant #A0076F

Tints of Eggplant #A0076F

Color information

#A0076F (or 0xA0076F) is unknown color: approx Eggplant. HEX triplet: A0, 07 and 6F. RGB value is (160,7,111). Sum of RGB (Red+Green+Blue) = 160+7+111=278 (36% of max value = 765). Red value is 160 (62.89% from 255 or 57.55% from 278); Green value is 7 (3.12% from 255 or 2.52% from 278); Blue value is 111 (43.75% from 255 or 39.93% from 278); Max value from RGB is 160 - color contains mainly: red. Hex color #A0076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A0076F is #5FF890. Grayscale: #404040. Windows color (decimal): -6289553 or 7276448. OLE color: 7276448.

HSL color Cylindrical-coordinate representation of color #A0076F: hue angle of 319.22º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A0076F is Cyan = 0, Magento = 0.96, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB1607111-
CMYK00.960.310.37
HSL319.22º91.62%32.75%-
HSV(B)319.22º95.63%62.75%-
XYZ17.448.7715.81-
YUV64.6154.19196.04-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 57.55%
GREEN value IS 7 (3.12% from 255) = 2.52%
BLUE value IS 111 (43.75% from 255) = 39.93%
R=57.55%
G=2.52%
B=39.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.31
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160711100.960.310.37319.2291.6232.75
HexA076F0601F2513f5c21
Octal24071570140374547713441
Binary10100000111110111101100000111111001011001111111011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0076F; }

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

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

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

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

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

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

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

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