#A31676

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

Shades of Eggplant #A31676

Tints of Eggplant #A31676

Color information

#A31676 (or 0xA31676) is unknown color: approx Eggplant. HEX triplet: A3, 16 and 76. RGB value is (163,22,118). Sum of RGB (Red+Green+Blue) = 163+22+118=303 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.80% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 163 - color contains mainly: red. Hex color #A31676 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31676 is #5CE989. Grayscale: #4A4A4A. Windows color (decimal): -6089098 or 7739043. OLE color: 7739043.

HSL color Cylindrical-coordinate representation of color #A31676: hue angle of 319.15º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A31676 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB16322118-
CMYK00.870.280.36
HSL319.15º76.22%36.27%-
HSV(B)319.15º86.5%63.92%-
XYZ18.669.6718.02-
YUV75.1152.21190.69-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.80%
GREEN value IS 22 (8.98% from 255) = 7.26%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=53.80%
G=7.26%
B=38.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.28
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632211800.870.280.36319.1576.2236.27
HexA316760571C2413f4c24
Octal243261660127344447711444
Binary1010001110110111011001010111111001001001001111111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31676; }

 p { color: rgb(163,22,118); }

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

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

 a { background-color: rgb(163,22,118); }

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

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

 span { border-color: rgb(163,22,118); }

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