#A00E79

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

Shades of Eggplant #A00E79

Tints of Eggplant #A00E79

Color information

#A00E79 (or 0xA00E79) is unknown color: approx Eggplant. HEX triplet: A0, 0E and 79. RGB value is (160,14,121). Sum of RGB (Red+Green+Blue) = 160+14+121=295 (39% of max value = 765). Red value is 160 (62.89% from 255 or 54.24% from 295); Green value is 14 (5.86% from 255 or 4.75% from 295); Blue value is 121 (47.66% from 255 or 41.02% from 295); Max value from RGB is 160 - color contains mainly: red. Hex color #A00E79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A00E79 is #5FF186. Grayscale: #454545. Windows color (decimal): -6287751 or 7933600. OLE color: 7933600.

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

Color convert

RGB16014121-
CMYK00.910.240.37
HSL316.03º83.91%34.12%-
HSV(B)316.03º91.25%62.75%-
XYZ18.119.1718.9-
YUV69.85156.87192.3-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 54.24%
GREEN value IS 14 (5.86% from 255) = 4.75%
BLUE value IS 121 (47.66% from 255) = 41.02%
R=54.24%
G=4.75%
B=41.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601412100.910.240.37316.0383.9134.12
HexA0E7905B182513c5422
Octal240161710133304547412442
Binary101000001110111100101011011110001001011001111001010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00E79; }

 p { color: rgb(160,14,121); }

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

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

 a { background-color: rgb(160,14,121); }

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

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

 span { border-color: rgb(160,14,121); }

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