I\'m using Expression Blend 3 and am writing some of the XAML by hand, specifically the color values of controls.
I have a list of RGB colors already converted to hex
I believe the leading FF is the alpha. 255 (or FF) being 100% opaque, and 00 would be transparent.