Does there is any way to use alpha in color of widgets available in tkinter
Code
button = Button(root,text="Click",color="#1a1a1a50") Color="#rrggbbaa"
No, tkinter doesn't support the alpha channel for individual widgets.