#A70E77

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

Shades of Eggplant #A70E77

Tints of Eggplant #A70E77

Color information

#A70E77 (or 0xA70E77) is unknown color: approx Eggplant. HEX triplet: A7, 0E and 77. RGB value is (167,14,119). Sum of RGB (Red+Green+Blue) = 167+14+119=300 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.67% from 300); Green value is 14 (5.86% from 255 or 4.67% from 300); Blue value is 119 (46.88% from 255 or 39.67% from 300); Max value from RGB is 167 - color contains mainly: red. Hex color #A70E77 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70E77 is #58F188. Grayscale: #474747. Windows color (decimal): -5829001 or 7802535. OLE color: 7802535.

HSL color Cylindrical-coordinate representation of color #A70E77: hue angle of 318.82º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A70E77 is Cyan = 0, Magento = 0.92, Yellow = 0.29 and Black (K on CMYK) = 0.35.

Color convert

RGB16714119-
CMYK00.920.290.35
HSL318.82º84.53%35.49%-
HSV(B)318.82º91.62%65.49%-
XYZ19.429.8618.33-
YUV71.72154.69195.96-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.67%
GREEN value IS 14 (5.86% from 255) = 4.67%
BLUE value IS 119 (46.88% from 255) = 39.67%
R=55.67%
G=4.67%
B=39.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671411900.920.290.35318.8284.5335.49
HexA7E7705C1D2313f5523
Octal247161670134354347712543
Binary101001111110111011101011100111011000111001111111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70E77; }

 p { color: rgb(167,14,119); }

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

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

 a { background-color: rgb(167,14,119); }

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

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

 span { border-color: rgb(167,14,119); }

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