Make a color transparent (Taken from an answer on StackOverflow by Nick Sabbe)
makeTransparent(someColor, alpha = 100)
A character vector of colors in hexadecimal format with the specified transparency applied.
A color, either a number, string or hexidecimal code
The alpha transparency. The maxColorValue is set to 255.