#A31678

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

Shades of Eggplant #A31678

Tints of Eggplant #A31678

Color information

#A31678 (or 0xA31678) is unknown color: approx Eggplant. HEX triplet: A3, 16 and 78. RGB value is (163,22,120). Sum of RGB (Red+Green+Blue) = 163+22+120=305 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.44% from 305); Green value is 22 (8.98% from 255 or 7.21% from 305); Blue value is 120 (47.27% from 255 or 39.34% from 305); Max value from RGB is 163 - color contains mainly: red. Hex color #A31678 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31678 is #5CE987. Grayscale: #4B4B4B. Windows color (decimal): -6089096 or 7870115. OLE color: 7870115.

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

Color convert

RGB16322120-
CMYK00.870.260.36
HSL318.3º76.22%36.27%-
HSV(B)318.3º86.5%63.92%-
XYZ18.789.7218.65-
YUV75.33153.21190.53-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.44%
GREEN value IS 22 (8.98% from 255) = 7.21%
BLUE value IS 120 (47.27% from 255) = 39.34%
R=53.44%
G=7.21%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1632212000.870.260.36318.376.2236.27
HexA316780571A2413e4c24
Octal243261700127324447611444
Binary1010001110110111100001010111110101001001001111101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31678; }

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

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

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

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

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

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

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

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