#A7076D

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

Shades of Eggplant #A7076D

Tints of Eggplant #A7076D

Color information

#A7076D (or 0xA7076D) is unknown color: approx Eggplant. HEX triplet: A7, 07 and 6D. RGB value is (167,7,109). Sum of RGB (Red+Green+Blue) = 167+7+109=283 (37% of max value = 765). Red value is 167 (65.62% from 255 or 59.01% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 109 (42.97% from 255 or 38.52% from 283); Max value from RGB is 167 - color contains mainly: red. Hex color #A7076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7076D is #58F892. Grayscale: #424242. Windows color (decimal): -5830803 or 7145383. OLE color: 7145383.

HSL color Cylindrical-coordinate representation of color #A7076D: hue angle of 321.75º degrees, saturation: 0.92, 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 #A7076D is Cyan = 0, Magento = 0.96, Yellow = 0.35 and Black (K on CMYK) = 0.35.

Color convert

RGB1677109-
CMYK00.960.350.35
HSL321.75º91.95%34.12%-
HSV(B)321.75º95.81%65.49%-
XYZ18.779.4715.31-
YUV66.47152.01199.71-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 59.01%
GREEN value IS 7 (3.12% from 255) = 2.47%
BLUE value IS 109 (42.97% from 255) = 38.52%
R=59.01%
G=2.47%
B=38.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.35
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167710900.960.350.35321.7591.9534.12
HexA776D06023231425c22
Octal24771550140434350213442
Binary101001111111101101011000001000111000111010000101011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7076D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7076D; }

 p { color: rgb(167,7,109); }

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

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

 a { background-color: rgb(167,7,109); }

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

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

 span { border-color: rgb(167,7,109); }

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