No, i was asking if theres any kind of way to derive or get a decimal representation of btc address that coresponds to its private key hex
It gets even weirder. Why would you want to compare the decimal representation of an address with the hexadecimal representation of the private key that generated that address? Obviously you cannot do this for the same reason, the hash is not reversible.
Which one would you like to have? Not only in theory but practically you can find at least 1 match for any address after 2**80 operations which consist of private key to public key to SHA-256 to RIPEMD-160, Once you do that you can find the match.
@BlueExodus, is that what you are asking? To find duplicate private keys with the same address? You have not clarified it enough.