Neural Color Matcher

(Generation 4)

As an experiment, Gregor Richards generated a neural network to determine whether color combinations are aesthetically pleasing. This is the result. The form below allows you to detect whether two colors match, generate matching colors, or generate non-matching colors (if you want that for some reason). The color scheme of this web page is also generated using this neural network; you can change it by clicking the "Re-scheme this page" button below.

For the curious, the code used to collect the data and generate the neural network is also available here. The collected data is here. The final color matching code on this page is available under a very liberal license, just view the source of this page. A graph of the evolution process is also available here.

You may also help improve the matching by submitting more data. Go to http://home.codu.org/colormatch/ to match colors.

Color 1:
Color 2:
Match:

Clicking "Random" will generate a random second color which matches the first. That is, you must set Color 1 before choosing Color 2 randomly.

Other stuff: An example of using the auto-schemer with multiple background colors is at multibg.html.