#A1057E

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

Shades of Eggplant #A1057E

Tints of Eggplant #A1057E

Color information

#A1057E (or 0xA1057E) is unknown color: approx Eggplant. HEX triplet: A1, 05 and 7E. RGB value is (161,5,126). Sum of RGB (Red+Green+Blue) = 161+5+126=292 (38% of max value = 765). Red value is 161 (63.28% from 255 or 55.14% from 292); Green value is 5 (2.34% from 255 or 1.71% from 292); Blue value is 126 (49.61% from 255 or 43.15% from 292); Max value from RGB is 161 - color contains mainly: red. Hex color #A1057E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #A1057E is #5EFA81. Grayscale: #414141. Windows color (decimal): -6224514 or 8258977. OLE color: 8258977.

HSL color Cylindrical-coordinate representation of color #A1057E: hue angle of 313.46º 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 #A1057E is Cyan = 0, Magento = 0.97, Yellow = 0.22 and Black (K on CMYK) = 0.37.

Color convert

RGB1615126-
CMYK00.970.220.37
HSL313.46º93.98%32.55%-
HSV(B)313.46º96.89%63.14%-
XYZ18.529.1920.54-
YUV65.44162.18196.16-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 55.14%
GREEN value IS 5 (2.34% from 255) = 1.71%
BLUE value IS 126 (49.61% from 255) = 43.15%
R=55.14%
G=1.71%
B=43.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal161512600.970.220.37313.4693.9832.55
HexA157E06116251395e21
Octal24151760141264547113641
Binary10100001101111111001100001101101001011001110011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1057E; }

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

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

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

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

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

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

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

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