#A80C7C

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

Shades of Eggplant #A80C7C

Tints of Eggplant #A80C7C

Color information

#A80C7C (or 0xA80C7C) is unknown color: approx Eggplant. HEX triplet: A8, 0C and 7C. RGB value is (168,12,124). Sum of RGB (Red+Green+Blue) = 168+12+124=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 12 (5.08% from 255 or 3.95% from 304); Blue value is 124 (48.83% from 255 or 40.79% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C7C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80C7C is #57F383. Grayscale: #474747. Windows color (decimal): -5763972 or 8129704. OLE color: 8129704.

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

Color convert

RGB16812124-
CMYK00.930.260.34
HSL316.92º86.67%35.29%-
HSV(B)316.92º92.86%65.88%-
XYZ19.9210.0419.96-
YUV71.41157.68196.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 55.26%
GREEN value IS 12 (5.08% from 255) = 3.95%
BLUE value IS 124 (48.83% from 255) = 40.79%
R=55.26%
G=3.95%
B=40.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681212400.930.260.34316.9286.6735.29
HexA8C7C05D1A2213d5723
Octal250141740135324247512743
Binary101010001100111110001011101110101000101001111011010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C7C; }

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

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

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

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

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

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

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

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