#A80379

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

Shades of Eggplant #A80379

Tints of Eggplant #A80379

Color information

#A80379 (or 0xA80379) is unknown color: approx Eggplant. HEX triplet: A8, 03 and 79. RGB value is (168,3,121). Sum of RGB (Red+Green+Blue) = 168+3+121=292 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.53% from 292); Green value is 3 (1.56% from 255 or 1.03% from 292); Blue value is 121 (47.66% from 255 or 41.44% from 292); Max value from RGB is 168 - color contains mainly: red. Hex color #A80379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A80379 is #57FC86. Grayscale: #414141. Windows color (decimal): -5766279 or 7930792. OLE color: 7930792.

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

Color convert

RGB1683121-
CMYK00.980.280.34
HSL317.09º96.49%33.53%-
HSV(B)317.09º98.21%65.88%-
XYZ19.639.7718.94-
YUV65.79159.16200.91-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 57.53%
GREEN value IS 3 (1.56% from 255) = 1.03%
BLUE value IS 121 (47.66% from 255) = 41.44%
R=57.53%
G=1.03%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal168312100.980.280.34317.0996.4933.53
HexA83790621C2213d6022
Octal25031710142344247514042
Binary1010100011111100101100010111001000101001111011100000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A80379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A80379; }

 p { color: rgb(168,3,121); }

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

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

 a { background-color: rgb(168,3,121); }

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

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

 span { border-color: rgb(168,3,121); }

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