#A80C74

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

Shades of Eggplant #A80C74

Tints of Eggplant #A80C74

Color information

#A80C74 (or 0xA80C74) is unknown color: approx Eggplant. HEX triplet: A8, 0C and 74. RGB value is (168,12,116). Sum of RGB (Red+Green+Blue) = 168+12+116=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 116 (45.70% from 255 or 39.19% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C74 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80C74 is #57F38B. Grayscale: #464646. Windows color (decimal): -5763980 or 7605416. OLE color: 7605416.

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

Color convert

RGB16812116-
CMYK00.930.310.34
HSL320º86.67%35.29%-
HSV(B)320º92.86%65.88%-
XYZ19.439.8517.4-
YUV70.5153.68197.54-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.76%
GREEN value IS 12 (5.08% from 255) = 4.05%
BLUE value IS 116 (45.70% from 255) = 39.19%
R=56.76%
G=4.05%
B=39.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681211600.930.310.3432086.6735.29
HexA8C7405D1F221405723
Octal250141640135374250012743
Binary101010001100111010001011101111111000101010000001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C74; }

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

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

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

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

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

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

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

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