Remove setRGB

I’m using:

on(rollOver){
buttonColor = new Color (_level50.graphics);
buttonColor.setRGB(0xe83dff);
}

to change the tint of a MC.

my question is:

How do I remove the tint? I want to remove the tint on rollOut…

thanks in advance,

Rev