#A31172

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

Shades of Eggplant #A31172

Tints of Eggplant #A31172

Color information

#A31172 (or 0xA31172) is unknown color: approx Eggplant. HEX triplet: A3, 11 and 72. RGB value is (163,17,114). Sum of RGB (Red+Green+Blue) = 163+17+114=294 (38% of max value = 765). Red value is 163 (64.06% from 255 or 55.44% from 294); Green value is 17 (7.03% from 255 or 5.78% from 294); Blue value is 114 (44.92% from 255 or 38.78% from 294); Max value from RGB is 163 - color contains mainly: red. Hex color #A31172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A31172 is #5CEE8D. Grayscale: #474747. Windows color (decimal): -6090382 or 7475619. OLE color: 7475619.

HSL color Cylindrical-coordinate representation of color #A31172: hue angle of 320.14º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A31172 is Cyan = 0, Magento = 0.90, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB16317114-
CMYK00.900.300.36
HSL320.14º81.11%35.29%-
HSV(B)320.14º89.57%63.92%-
XYZ18.349.416.77-
YUV71.71151.87193.11-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 55.44%
GREEN value IS 17 (7.03% from 255) = 5.78%
BLUE value IS 114 (44.92% from 255) = 38.78%
R=55.44%
G=5.78%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1631711400.900.300.36320.1481.1135.29
HexA3117205A1E241405123
Octal243211620132364450012143
Binary1010001110001111001001011010111101001001010000001010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31172; }

 p { color: rgb(163,17,114); }

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

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

 a { background-color: rgb(163,17,114); }

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

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

 span { border-color: rgb(163,17,114); }

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