#a80c80

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

Shades of Eggplant #A80C80

Tints of Eggplant #A80C80

Color information

#A80C80 (or 0xA80C80) is unknown color: approx Eggplant. HEX triplet: A8, 0C and 80. RGB value is (168,12,128). Sum of RGB (Red+Green+Blue) = 168+12+128=308 (40% of max value = 765). Red value is 168 (66.02% from 255 or 54.55% from 308); Green value is 12 (5.08% from 255 or 3.90% from 308); Blue value is 128 (50.39% from 255 or 41.56% from 308); Max value from RGB is 168 - color contains mainly: red. Hex color #A80C80 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #A80C80 is #57F37F. Grayscale: #474747. Windows color (decimal): -5763968 or 8391848. OLE color: 8391848.

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

Color convert

RGB16812128-
CMYK00.930.240.34
HSL315.38º86.67%35.29%-
HSV(B)315.38º92.86%65.88%-
XYZ20.1810.1521.32-
YUV71.87159.68196.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 54.55%
GREEN value IS 12 (5.08% from 255) = 3.90%
BLUE value IS 128 (50.39% from 255) = 41.56%
R=54.55%
G=3.90%
B=41.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681212800.930.240.34315.3886.6735.29
HexA8C8005D182213b5723
Octal250142000135304247312743
Binary1010100011001000000001011101110001000101001110111010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a80c80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a80c80; }

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

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

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

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

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

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

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

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