How to correct "brightness-additivity" while using Alpha-Blend-State

When using
GraphicsDevice.BlendState = BlendState.AlphaBlend;

following happens:

Is it possible to keep the color brightness everywhere the same regardless of an overlap?

Best wishes.