#A80B78

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

Shades of Eggplant #A80B78

Tints of Eggplant #A80B78

Color information

#A80B78 (or 0xA80B78) is unknown color: approx Eggplant. HEX triplet: A8, 0B and 78. RGB value is (168,11,120). Sum of RGB (Red+Green+Blue) = 168+11+120=299 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.19% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 120 (47.27% from 255 or 40.13% from 299); Max value from RGB is 168 - color contains mainly: red. Hex color #A80B78 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80B78 is #57F487. Grayscale: #464646. Windows color (decimal): -5764232 or 7867304. OLE color: 7867304.

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

Color convert

RGB16811120-
CMYK00.930.290.34
HSL318.34º87.71%35.1%-
HSV(B)318.34º93.45%65.88%-
XYZ19.669.9218.65-
YUV70.37156.01197.64-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.19%
GREEN value IS 11 (4.69% from 255) = 3.68%
BLUE value IS 120 (47.27% from 255) = 40.13%
R=56.19%
G=3.68%
B=40.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1681112000.930.290.34318.3487.7135.1
HexA8B7805D1D2213e5823
Octal250131700135354247613043
Binary101010001011111100001011101111011000101001111101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80B78; }

 p { color: rgb(168,11,120); }

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

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

 a { background-color: rgb(168,11,120); }

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

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

 span { border-color: rgb(168,11,120); }

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