[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Apple II Colour --> RGB
- Subject: Re: Apple II Colour --> RGB
- From: spam@luddite.ca (Ned Ludd)
- Date: Sat, 20 Sep 2003 23:58:37 GMT
- Newsgroups: comp.sys.apple2
- Organization: Luddite Enterprises
- References: <1g1kn0h.1bkkj871xjkbseN%spam@luddite.ca> <Oc0bb.22945$dk4.720927@typhoon.sonic.net>
- User-agent: MacSOUP/2.4.6 (unregistered for 79 days)
- Xref: archiver1.google.com comp.sys.apple2:35106
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