Subscribe for news, updates and more:
int argb = int.Parse("ff" + color.Substring(1,color.Length-1), System.Globalization.NumberStyles.HexNumber);return System.Drawing.Color.FromArgb(argb);