#A70B79

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

Shades of Eggplant #A70B79

Tints of Eggplant #A70B79

Color information

#A70B79 (or 0xA70B79) is unknown color: approx Eggplant. HEX triplet: A7, 0B and 79. RGB value is (167,11,121). Sum of RGB (Red+Green+Blue) = 167+11+121=299 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.85% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 167 - color contains mainly: red. Hex color #A70B79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70B79 is #58F486. Grayscale: #454545. Windows color (decimal): -5829767 or 7932839. OLE color: 7932839.

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

Color convert

RGB16711121-
CMYK00.930.280.35
HSL317.69º87.64%34.9%-
HSV(B)317.69º93.41%65.49%-
XYZ19.519.8418.96-
YUV70.18156.68197.06-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.85%
GREEN value IS 11 (4.69% from 255) = 3.68%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=55.85%
G=3.68%
B=40.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.28
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671112100.930.280.35317.6987.6434.9
HexA7B7905D1C2313e5823
Octal247131710135344347613043
Binary101001111011111100101011101111001000111001111101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70B79; }

 p { color: rgb(167,11,121); }

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

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

 a { background-color: rgb(167,11,121); }

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

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

 span { border-color: rgb(167,11,121); }

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