#A80878

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

Shades of Eggplant #A80878

Tints of Eggplant #A80878

Color information

#A80878 (or 0xA80878) is unknown color: approx Eggplant. HEX triplet: A8, 08 and 78. RGB value is (168,8,120). Sum of RGB (Red+Green+Blue) = 168+8+120=296 (39% of max value = 765). Red value is 168 (66.02% from 255 or 56.76% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 120 (47.27% from 255 or 40.54% from 296); Max value from RGB is 168 - color contains mainly: red. Hex color #A80878 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80878 is #57F787. Grayscale: #444444. Windows color (decimal): -5765000 or 7866536. OLE color: 7866536.

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

Color convert

RGB1688120-
CMYK00.950.290.34
HSL318º90.91%34.51%-
HSV(B)318º95.24%65.88%-
XYZ19.639.8518.64-
YUV68.61157.01198.89-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 56.76%
GREEN value IS 8 (3.52% from 255) = 2.70%
BLUE value IS 120 (47.27% from 255) = 40.54%
R=56.76%
G=2.70%
B=40.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168812000.950.290.3431890.9134.51
HexA887805F1D2213e5b23
Octal250101700137354247613343
Binary101010001000111100001011111111011000101001111101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80878; }

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

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

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

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

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

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

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

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