#A8077C

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

Shades of Eggplant #A8077C

Tints of Eggplant #A8077C

Color information

#A8077C (or 0xA8077C) is unknown color: approx Eggplant. HEX triplet: A8, 07 and 7C. RGB value is (168,7,124). Sum of RGB (Red+Green+Blue) = 168+7+124=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 124 (48.83% from 255 or 41.47% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A8077C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8077C is #57F883. Grayscale: #444444. Windows color (decimal): -5765252 or 8128424. OLE color: 8128424.

HSL color Cylindrical-coordinate representation of color #A8077C: hue angle of 316.4º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A8077C is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB1687124-
CMYK00.960.260.34
HSL316.4º92%34.31%-
HSV(B)316.4º95.83%65.88%-
XYZ19.869.9319.94-
YUV68.48159.34198.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.19%
GREEN value IS 7 (3.12% from 255) = 2.34%
BLUE value IS 124 (48.83% from 255) = 41.47%
R=56.19%
G=2.34%
B=41.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168712400.960.260.34316.49234.31
HexA877C0601A2213c5c22
Octal25071740140324247413442
Binary10101000111111110001100000110101000101001111001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8077C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8077C; }

 p { color: rgb(168,7,124); }

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

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

 a { background-color: rgb(168,7,124); }

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

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

 span { border-color: rgb(168,7,124); }

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