The Color structure has a ToArgb method that returns an Integer, i.e. 32-bit number. You can use the BitConverter class to break that into its alpha, red, green and blue components if desired. There is also a FromArgb method that will accept a single 32-bit value or four 8-bit values.