The alpha value is what is throwing me off;
i need to know what pixels look like w/ color alpha value of (255, 0, 0, 255)
(0, 0, 255, 128)
and lastly-
(255, 0, 255, 230)
i know the first 3 numbers and how to use them to figure the color our, its the forth number that is throwing me off,. how do i determine what the pixel would look like with the above info ?

