#A31378

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

Shades of Eggplant #A31378

Tints of Eggplant #A31378

Color information

#A31378 (or 0xA31378) is unknown color: approx Eggplant. HEX triplet: A3, 13 and 78. RGB value is (163,19,120). Sum of RGB (Red+Green+Blue) = 163+19+120=302 (40% of max value = 765). Red value is 163 (64.06% from 255 or 53.97% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 120 (47.27% from 255 or 39.74% from 302); Max value from RGB is 163 - color contains mainly: red. Hex color #A31378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31378 is #5CEC87. Grayscale: #494949. Windows color (decimal): -6089864 or 7869347. OLE color: 7869347.

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

Color convert

RGB16319120-
CMYK00.880.260.36
HSL317.92º79.12%35.69%-
HSV(B)317.92º88.34%63.92%-
XYZ18.739.6118.64-
YUV73.57154.21191.79-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 53.97%
GREEN value IS 19 (7.81% from 255) = 6.29%
BLUE value IS 120 (47.27% from 255) = 39.74%
R=53.97%
G=6.29%
B=39.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631912000.880.260.36317.9279.1235.69
HexA313780581A2413e4f24
Octal243231700130324447611744
Binary1010001110011111100001011000110101001001001111101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31378; }

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

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

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

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

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

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

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

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