#A31677

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

Shades of Eggplant #A31677

Tints of Eggplant #A31677

Color information

#A31677 (or 0xA31677) is unknown color: approx Eggplant. HEX triplet: A3, 16 and 77. RGB value is (163,22,119). Sum of RGB (Red+Green+Blue) = 163+22+119=304 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.62% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 119 (46.88% from 255 or 39.14% from 304); Max value from RGB is 163 - color contains mainly: red. Hex color #A31677 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31677 is #5CE988. Grayscale: #4A4A4A. Windows color (decimal): -6089097 or 7804579. OLE color: 7804579.

HSL color Cylindrical-coordinate representation of color #A31677: hue angle of 318.72º 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 #A31677 is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB16322119-
CMYK00.870.270.36
HSL318.72º76.22%36.27%-
HSV(B)318.72º86.5%63.92%-
XYZ18.729.6918.34-
YUV75.22152.71190.61-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.62%
GREEN value IS 22 (8.98% from 255) = 7.24%
BLUE value IS 119 (46.88% from 255) = 39.14%
R=53.62%
G=7.24%
B=39.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632211900.870.270.36318.7276.2236.27
HexA316770571B2413f4c24
Octal243261670127334447711444
Binary1010001110110111011101010111110111001001001111111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31677; }

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

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

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

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

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

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

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

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