How to convert colors in RGB format to hex format and vice versa?
For example, convert \'#0080C0\' to (0, 128, 192).
\'#0080C0\'
(0, 128, 192)
Bitwise solution normally is weird. But in this case I guess that is more elegant