#132 HotPink3
#AF5F87
ExtendedHEX#AF5F87
RGB175, 95, 135
HSL330°, 33%, 53%
CMYK0%, 46%, 23%, 31%
Xterm ID132
GrupoExtended
Códigos de Terminal
Foreground (texto)
\x1b[38;5;132m Background (fondo)
\x1b[48;5;132m Bash echo
echo -e "\033[38;5;132mTexto\033[0m" Python
print(f"\033[38;5;132mTexto\033[0m") CSS
Color HEX
color: #AF5F87; Color RGB
color: rgb(175, 95, 135); Background
background-color: #AF5F87;