如何将RGB格式的颜色转换为Hex格式,反之亦然?
例如,转换'#0080C0'为(0, 128, 192).
'#0080C0'
(0, 128, 192)
javascript rgb hex colors
colors ×1
hex ×1
javascript ×1
rgb ×1