#A70676

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

Shades of Eggplant #A70676

Tints of Eggplant #A70676

Color information

#A70676 (or 0xA70676) is unknown color: approx Eggplant. HEX triplet: A7, 06 and 76. RGB value is (167,6,118). Sum of RGB (Red+Green+Blue) = 167+6+118=291 (38% of max value = 765). Red value is 167 (65.62% from 255 or 57.39% from 291); Green value is 6 (2.73% from 255 or 2.06% from 291); Blue value is 118 (46.48% from 255 or 40.55% from 291); Max value from RGB is 167 - color contains mainly: red. Hex color #A70676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A70676 is #58F989. Grayscale: #424242. Windows color (decimal): -5831050 or 7734951. OLE color: 7734951.

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

Color convert

RGB1676118-
CMYK00.960.290.35
HSL318.26º93.06%33.92%-
HSV(B)318.26º96.41%65.49%-
XYZ19.279.6517.99-
YUV66.91156.84199.39-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 57.39%
GREEN value IS 6 (2.73% from 255) = 2.06%
BLUE value IS 118 (46.48% from 255) = 40.55%
R=57.39%
G=2.06%
B=40.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.29
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167611800.960.290.35318.2693.0633.92
HexA76760601D2313e5d22
Octal24761660140354347613542
Binary10100111110111011001100000111011000111001111101011101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70676; }

 p { color: rgb(167,6,118); }

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

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

 a { background-color: rgb(167,6,118); }

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

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

 span { border-color: rgb(167,6,118); }

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