#A80C73

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

Shades of Eggplant #A80C73

Tints of Eggplant #A80C73

Color information

#A80C73 (or 0xA80C73) is unknown color: approx Eggplant. HEX triplet: A8, 0C and 73. RGB value is (168,12,115). Sum of RGB (Red+Green+Blue) = 168+12+115=295 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.95% from 295); Green value is 12 (5.08% from 255 or 4.07% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C73 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80C73 is #57F38C. Grayscale: #464646. Windows color (decimal): -5763981 or 7539880. OLE color: 7539880.

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

Color convert

RGB16812115-
CMYK00.930.320.34
HSL320.38º86.67%35.29%-
HSV(B)320.38º92.86%65.88%-
XYZ19.379.8317.1-
YUV70.39153.18197.62-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.95%
GREEN value IS 12 (5.08% from 255) = 4.07%
BLUE value IS 115 (45.31% from 255) = 38.98%
R=56.95%
G=4.07%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681211500.930.320.34320.3886.6735.29
HexA8C7305D20221405723
Octal250141630135404250012743
Binary1010100011001110011010111011000001000101010000001010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80C73; }

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

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

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

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

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

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

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

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