Home

0x3A93

0x3A93 is a hexadecimal numeral. The prefix "0x" indicates base-16 notation. In decimal, 0x3A93 equals 14931. In binary it is 0011101010010011.

In computing, such a value can appear in various ways: as a literal constant in source code,

If interpreted as a 16-bit RGB color in the RGB565 format, the red, green, and blue components

Memory endianness can affect how the value is stored in bytes: in little-endian systems, a 16-bit value

0x3A93 by itself is unlikely to be a standalone address in networks like Ethereum, where addresses are

Overall, 0x3A93 is a valid hexadecimal literal whose interpretation depends on context; as a numeric value

as
part
of
a
larger
hex
string
representing
data,
or
as
a
16-bit
value
in
a
color
or
register.
would
be
red=7,
green=18,
blue=19
(on
their
respective
5-,
6-,
and
5-bit
scales).
Converted
to
an
8-bit-per-channel
color,
this
roughly
corresponds
to
RGB(58,
73,
156),
a
dark
blue-violet
shade.
0x3A93
is
stored
as
0x93
followed
by
0x3A;
in
big-endian
systems,
the
order
is
0x3A
then
0x93.
20
bytes
long;
it
might
appear
as
a
fragment
of
a
longer
hex
string.
it
is
14931,
and
in
some
encodings
it
can
encode
color
information
or
data
tokens.