#A8077E

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

Shades of Eggplant #A8077E

Tints of Eggplant #A8077E

Color information

#A8077E (or 0xA8077E) is unknown color: approx Eggplant. HEX triplet: A8, 07 and 7E. RGB value is (168,7,126). Sum of RGB (Red+Green+Blue) = 168+7+126=301 (39% of max value = 765). Red value is 168 (66.02% from 255 or 55.81% from 301); Green value is 7 (3.12% from 255 or 2.33% from 301); Blue value is 126 (49.61% from 255 or 41.86% from 301); Max value from RGB is 168 - color contains mainly: red. Hex color #A8077E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A8077E is #57F881. Grayscale: #444444. Windows color (decimal): -5765250 or 8259496. OLE color: 8259496.

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

Color convert

RGB1687126-
CMYK00.960.250.34
HSL315.65º92%34.31%-
HSV(B)315.65º95.83%65.88%-
XYZ19.999.9820.61-
YUV68.7160.34198.82-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.81%
GREEN value IS 7 (3.12% from 255) = 2.33%
BLUE value IS 126 (49.61% from 255) = 41.86%
R=55.81%
G=2.33%
B=41.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168712600.960.250.34315.659234.31
HexA877E060192213c5c22
Octal25071760140314247413442
Binary10101000111111111001100000110011000101001111001011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8077E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8077E; }

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

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

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

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

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

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

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

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