#A10576

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

Shades of Eggplant #A10576

Tints of Eggplant #A10576

Color information

#A10576 (or 0xA10576) is unknown color: approx Eggplant. HEX triplet: A1, 05 and 76. RGB value is (161,5,118). Sum of RGB (Red+Green+Blue) = 161+5+118=284 (37% of max value = 765). Red value is 161 (63.28% from 255 or 56.69% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 118 (46.48% from 255 or 41.55% from 284); Max value from RGB is 161 - color contains mainly: red. Hex color #A10576 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A10576 is #5EFA89. Grayscale: #404040. Windows color (decimal): -6224522 or 7734689. OLE color: 7734689.

HSL color Cylindrical-coordinate representation of color #A10576: hue angle of 316.54º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A10576 is Cyan = 0, Magento = 0.97, Yellow = 0.27 and Black (K on CMYK) = 0.37.

Color convert

RGB1615118-
CMYK00.970.270.37
HSL316.54º93.98%32.55%-
HSV(B)316.54º96.89%63.14%-
XYZ18.028.9917.93-
YUV64.53158.18196.81-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 56.69%
GREEN value IS 5 (2.34% from 255) = 1.76%
BLUE value IS 118 (46.48% from 255) = 41.55%
R=56.69%
G=1.76%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.27
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161511800.970.270.37316.5493.9832.55
HexA15760611B2513d5e21
Octal24151660141334547513641
Binary10100001101111011001100001110111001011001111011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A10576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A10576; }

 p { color: rgb(161,5,118); }

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

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

 a { background-color: rgb(161,5,118); }

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

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

 span { border-color: rgb(161,5,118); }

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