#A7077F

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

Shades of Eggplant #A7077F

Tints of Eggplant #A7077F

Color information

#A7077F (or 0xA7077F) is unknown color: approx Eggplant. HEX triplet: A7, 07 and 7F. RGB value is (167,7,127). Sum of RGB (Red+Green+Blue) = 167+7+127=301 (39% of max value = 765). Red value is 167 (65.62% from 255 or 55.48% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 127 (50% from 255 or 42.19% from 301); Max value from RGB is 167 - color contains mainly: red. Hex color #A7077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A7077F is #58F880. Grayscale: #444444. Windows color (decimal): -5830785 or 8325031. OLE color: 8325031.

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

Color convert

RGB1677127-
CMYK00.960.240.35
HSL315º91.95%34.12%-
HSV(B)315º95.81%65.49%-
XYZ19.849.920.94-
YUV68.52161.01198.24-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 55.48%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 127 (50% from 255) = 42.19%
R=55.48%
G=2.33%
B=42.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal167712700.960.240.3531591.9534.12
HexA777F060182313b5c22
Octal24771770140304347313442
Binary10100111111111111101100000110001000111001110111011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7077F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7077F; }

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

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

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

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

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

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

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

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