#A10373

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

Shades of Eggplant #A10373

Tints of Eggplant #A10373

Color information

#A10373 (or 0xA10373) is unknown color: approx Eggplant. HEX triplet: A1, 03 and 73. RGB value is (161,3,115). Sum of RGB (Red+Green+Blue) = 161+3+115=279 (36% of max value = 765). Red value is 161 (63.28% from 255 or 57.71% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 115 (45.31% from 255 or 41.22% from 279); Max value from RGB is 161 - color contains mainly: red. Hex color #A10373 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10373 is #5EFC8C. Grayscale: #3E3E3E. Windows color (decimal): -6225037 or 7537569. OLE color: 7537569.

HSL color Cylindrical-coordinate representation of color #A10373: hue angle of 317.47º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A10373 is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB1613115-
CMYK00.980.290.37
HSL317.47º96.34%32.16%-
HSV(B)317.47º98.14%63.14%-
XYZ17.838.8816.99-
YUV63.01157.35197.89-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 57.71%
GREEN value IS 3 (1.56% from 255) = 1.08%
BLUE value IS 115 (45.31% from 255) = 41.22%
R=57.71%
G=1.08%
B=41.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161311500.980.290.37317.4796.3432.16
HexA13730621D2513d6020
Octal24131630142354547514040
Binary1010000111111001101100010111011001011001111011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10373; }

 p { color: rgb(161,3,115); }

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

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

 a { background-color: rgb(161,3,115); }

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

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

 span { border-color: rgb(161,3,115); }

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