Colours
Find and display the colours installed with ImageMagick
<?php
echo "<pre>";
exec("convert -list color");
echo "</pre>";
?>
Output ( just the first few displayed here )
Path: C:\Program Files\ImageMagick-6.3.4-Q16\config\colors.xml
Name Color Compliance
-------------------------------------------------------------------------------
AliceBlue rgb(240,248,255) SVG X11 XPM
AntiqueWhite rgb(250,235,215) SVG X11 XPM
AntiqueWhite1 rgb(255,239,219) X11
AntiqueWhite2 rgb(238,223,204) X11
AntiqueWhite3 rgb(205,192,176) X11
AntiqueWhite4 rgb(139,131,120) X11
aqua rgb(0,255,255) SVG
aquamarine rgb(127,255,212) SVG X11 XPM
aquamarine1 rgb(127,255,212) X11
aquamarine2 rgb(118,238,198) X11
aquamarine3 rgb(102,205,170) X11
aquamarine4 rgb(69,139,116) X11
azure rgb(240,255,255) SVG X11 XPM
azure1 rgb(240,255,255) X11
azure2 rgb(224,238,238) X11
azure3 rgb(193,205,205) X11
azure4 rgb(131,139,139) X11
beige rgb(245,245,220) SVG X11 XPM
bisque rgb(255,228,196) SVG X11 XPM
bisque1 rgb(255,228,196) X11
bisque2 rgb(238,213,183) X11
bisque3 rgb(205,183,158) X11
bisque4 rgb(139,125,107) X11
black rgb(0,0,0) SVG X11 XPM