Each value in RGB describes how much red, green, and blue frequencies of light a pixel emits. The A, or alpha value, defines how much of the RGB color to apply. Each R, G, B is usually represented by values in the range [0, 255], where 0 means “none of this color” and 255 means “all of this color.”

(Page 3)