I am beating my head against the wall trying to make my sort work!

I would like to sort by column A first by VALUE then by COLOR. When I do this, it doesn't seem to sort by color.

I am trying to put the numbers last and I thought if I changed their color and sorted this way it might work...no luck. Below is my data:

Tester Lavender
Tester Apple
Tester 200
Tester Tree
Tester Forrest

I would like it to sort like this:

Tester Apple
Tester Forrest
Tester Lavender
Tester Tree
Tester 200