Color schemes generation - theory and algorithms

Posted by daniel.sedlacek on Programmers See other posts from Programmers or by daniel.sedlacek
Published on 2011-02-07T12:35:29Z Indexed on 2011/02/07 15:33 UTC
Read the original article Hit count: 427

Filed under:
|
|
|

Hi

I will be generating charts and diagrams and I am looking for some theory on color schemes and algorithm examples.

Example questions:

  • How to generate complementary or analogous colors?
  • How to generate pastel, cold and warm colors?
  • How to generate any number of random but distinct colors?
  • How to translate all that to the hex triplet (web color)?

My implementation will be in AS3 but any examples in metacode are welcome.

© Programmers or respective owner

Related posts about algorithms

Related posts about theory