#A80077

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

Shades of Eggplant #A80077

Tints of Eggplant #A80077

Color information

#A80077 (or 0xA80077) is unknown color: approx Eggplant. HEX triplet: A8, 00 and 77. RGB value is (168,0,119). Sum of RGB (Red+Green+Blue) = 168+0+119=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 0 (0.39% from 255 or 0% from 287); Blue value is 119 (46.88% from 255 or 41.46% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A80077 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80077 is #57FF88. Grayscale: #3F3F3F. Windows color (decimal): -5767049 or 7798952. OLE color: 7798952.

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

Color convert

RGB1680119-
CMYK010.290.34
HSL317.5º100%32.94%-
HSV(B)317.5º100%65.88%-
XYZ19.489.6618.29-
YUV63.8159.16202.32-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 58.54%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 119 (46.88% from 255) = 41.46%
R=58.54%
G=0%
B=41.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1680119010.290.34317.510032.94
HexA80770641D2213e6421
Octal25001670144354247614441
Binary101010000111011101100100111011000101001111101100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80077; }

 p { color: rgb(168,0,119); }

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

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

 a { background-color: rgb(168,0,119); }

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

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

 span { border-color: rgb(168,0,119); }

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