Color picker
Description
This AutoHotkey plugin reads the color of the pixel under the mouse cursor and outputs it as a parameter in multiple color formats, including RGB, RGBA, HTML (hex), HSL, HSB, CMYK, and YUV. It can also optionally copy the selected color value directly to the clipboard in the chosen format based on input commands.
Each format represents the same color in a different model: RGB and RGBA for digital displays, HTML for web design, HSL and HSB for perceptual color manipulation, CMYK for printing workflows, and YUV for video and broadcasting systems.
The plugin accepts input parameters that define the desired output format and control whether the resulting color value should be automatically copied to the clipboard.
With this plugin you can:
-
Capture the color of any pixel under the mouse cursor in real time
- Output color values in multiple formats (RGB, RGBA, HTML, HSL, HSB, CMYK, YUV)