[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Apple II Colour --> RGB



Andy McFadden <fadden@fadden.com> wrote:

> Ned Ludd <spam@luddite.ca> wrote:
> > Anyone know the RGB equivalents for LO-RES and HI-RES Apple II graphics
> > colours? 
> 
> See Apple IIgs tech note #63:
> 
> http://www.gno.org/pub/apple2/doc/apple/technotes/iigs/tn.iigs.063
> 
> I believe the "border color" table entries correspond to the lo-res and
> double hi-res colors.  The purple, orange, medium blue, and light green
> correspond to the hi-res colors.

Thanks, but what I neglected to mention is that I'm looking for #XXXXXX
RGB values, such as are used in html docs. 

I came up with the following based on a Bernie screenshot:

BLACK........#000000
MAGENTA......#CC0033
DARK BLUE....#000099
PURPLE.......#CC33CC
DARK GREEN...#006633
DARK GREY....#666666
MED. BLUE....#3333FF
LIGHT BLUE...#6699FF
BROWN........#996600
ORANGE.......#FF6600
LIGHT GREY...#999999
PINK.........#FF9999
LIGHT GREEN..#00CC00
YELLOW.......#FFFF00
AQUA.........#33FF99
WHITE........#FFFFFF

Seems to be pretty accurate...

Simon