Class FullPalette
java.lang.Object
com.github.yellowstonegames.core.FullPalette
A palette of many predefined colors as packed Oklab ints; this contains the full palette that is present in SquidLib
in its (massive) SColor class.
You can access colors by their constant name, such as
The colors in here can be manipulated and analyzed using the methods in
You can access colors by their constant name, such as
cactus, by the NAMED map using
NAMED.get("Baby Blue"), by getting a color by its name's position in alphabetical order with
NAMED.getAt(12), or by index in the IntList called LIST. When accessing a color with
ObjectIntMap.get(Object), if the name is not found, get() will return PLACEHOLDER. If
you want to control the not-found value, you can use ObjectIntMap.getOrDefault(Object, int). You can
access the names in a specific order with NAMES (which is alphabetical), NAMES_BY_HUE (which is
sorted by the hue of the matching color, with all grayscale colors at the start, then from red to yellow to blue to
purple to red again), or NAMES_BY_LIGHTNESS (which is sorted by the L channel of the matching color, from
darkest to lightest). Having a name lets you look up the matching color in NAMED. You can also modify or
re-order NAMED if you want to, such as to add more named colors.
The colors in here can be manipulated and analyzed using the methods in
DescriptiveColor. In particular,
DescriptiveColor.toRGBA8888(int) should be useful to convert Oklab constants here to RGBA8888 ints that
libGDX (or other systems) can use. While they're still Oklab, DescriptiveColor.lighten(int, float), darken(),
enrich(), dullen(), and so on can all be useful to adjust colors.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int[]This array is loaded with the colors from the traditional Japanese Achromatic Series found on Wikipedia.static final intThis color constant "Alice Blue" has RGBA8888 codeF0F8FFFF, L 0.96862745, A 0.49411765, B 0.49411765, alpha 1.0, hue 0.625, saturation 0.05656854, and chroma 0.016572814.static final intThis color constant "Alizarin" has RGBA8888 codeE32636FF, L 0.4627451, A 0.6, B 0.5411765, alpha 1.0, hue 0.063700125, saturation 0.8962282, and chroma 0.21544659.static final intThis color constant "Aloewood" has RGBA8888 code6A432DFF, L 0.3019608, A 0.5176471, B 0.5254902, alpha 1.0, hue 0.15128402, saturation 0.55498874, and chroma 0.061763234.static final intThis color constant "Aloewood Brown" has RGBA8888 code5A6457FF, L 0.3764706, A 0.49019608, B 0.5058824, alpha 1.0, hue 0.375, saturation 0.13797206, and chroma 0.022777155.static final intThis color constant "Amaranth" has RGBA8888 codeE52B50FF, L 0.47843137, A 0.6039216, B 0.5254902, alpha 1.0, hue 0.0403737, saturation 0.87164533, and chroma 0.21316819.static final intThis color constant "Amber" has RGBA8888 codeFFBF00FF, L 0.7882353, A 0.5019608, B 0.58431375, alpha 1.0, hue 0.24277052, saturation 0.95750934, and chroma 0.16801417.static final intThis color constant "Amber Dye" has RGBA8888 codeCA6924FF, L 0.52156866, A 0.5411765, B 0.5568628, alpha 1.0, hue 0.14929467, saturation 0.84550345, and chroma 0.13986339.static final intThis color constant "Amethyst" has RGBA8888 code9966CCFF, L 0.5058824, A 0.5411765, B 0.4392157, alpha 1.0, hue 0.8507053, saturation 0.42761093, and chroma 0.14626285.static final intThis color constant "Amur Cork Tree" has RGBA8888 codeF3C13AFF, L 0.78039217, A 0.49803922, B 0.5764706, alpha 1.0, hue 0.25, saturation 0.8695652, and chroma 0.15239382.static final intThis color constant "Apricot" has RGBA8888 codeFBCEB1FF, L 0.84705883, A 0.5137255, B 0.52156866, alpha 1.0, hue 0.15641639, saturation 0.2486587, and chroma 0.050931267.static final intThis color constant "Aqua" has RGBA8888 code00FFFFFF, L 0.8627451, A 0.42352942, B 0.47843137, alpha 1.0, hue 0.5409546, saturation 0.9583845, and chroma 0.1582875.static final intThis color constant "Aquamarine" has RGBA8888 code7FFFD4FF, L 0.88235295, A 0.4392157, B 0.50980395, alpha 1.0, hue 0.4685836, saturation 0.6118823, and chroma 0.12265874.static final intThis color constant "Army Green" has RGBA8888 code4B5320FF, L 0.3019608, A 0.47843137, B 0.53333336, alpha 1.0, hue 0.33070704, saturation 0.7100435, and chroma 0.079095535.static final intThis color constant "Asparagus" has RGBA8888 code7BA05BFF, L 0.57254905, A 0.4627451, B 0.5372549, alpha 1.0, hue 0.36663133, saturation 0.5275931, and chroma 0.104961164.static final intThis color constant "Atomic Tangerine" has RGBA8888 codeFF9966FF, L 0.70980394, A 0.5411765, B 0.54509807, alpha 1.0, hue 0.13191529, saturation 0.54262733, and chroma 0.121659465.static final intThis color constant "Auburn" has RGBA8888 code6D351AFF, L 0.27450982, A 0.5294118, B 0.53333336, alpha 1.0, hue 0.13435109, saturation 0.75259966, and chroma 0.08856081.static final intThis color constant "Aurora Absinthe" has RGBA8888 code9BF046FF, L 0.8235294, A 0.42745098, B 0.5764706, alpha 1.0, hue 0.36663133, saturation 0.8408515, and chroma 0.209995.static final intThis color constant "Aurora Air Force Blue" has RGBA8888 code578FC7FF, L 0.5411765, A 0.47843137, B 0.4509804, alpha 1.0, hue 0.68716717, saturation 0.5531915, and chroma 0.106691405.static final intThis color constant "Aurora Amazonite" has RGBA8888 code8FC7C7FF, L 0.73333335, A 0.47058824, B 0.49019608, alpha 1.0, hue 0.54429305, saturation 0.39351946, and chroma 0.061763234.static final intThis color constant "Aurora Angel Wing" has RGBA8888 codeE1F8FAFF, L 0.9529412, A 0.4862745, B 0.49411765, alpha 1.0, hue 0.5512084, saturation 0.1437399, and chroma 0.029749114.static final intThis color constant "Aurora Apple Green" has RGBA8888 code14E60AFF, L 0.7294118, A 0.3882353, B 0.5803922, alpha 1.0, hue 0.39758337, saturation 0.9859155, and chroma 0.27427328.static final intThis color constant "Aurora Apricot" has RGBA8888 codeFFA53CFF, L 0.7294118, A 0.5254902, B 0.5686275, alpha 1.0, hue 0.19097084, saturation 0.804717, and chroma 0.14584495.static final intThis color constant "Aurora Aquamarine" has RGBA8888 codeC7F1F1FF, L 0.90588236, A 0.47843137, B 0.49411765, alpha 1.0, hue 0.53141636, saturation 0.2371637, and chroma 0.044538103.static final intThis color constant "Aurora Army Green" has RGBA8888 code626200FF, L 0.3647059, A 0.47843137, B 0.54901963, alpha 1.0, hue 0.30843753, saturation 0.92855924, and chroma 0.106691405.static final intThis color constant "Aurora Artichoke" has RGBA8888 code87B48EFF, L 0.6509804, A 0.46666667, B 0.5137255, alpha 1.0, hue 0.42620847, saturation 0.34401047, and chroma 0.071815535.static final intThis color constant "Aurora Asparagus" has RGBA8888 code587D3EFF, L 0.4392157, A 0.4627451, B 0.5372549, alpha 1.0, hue 0.36663133, saturation 0.62574995, and chroma 0.104961164.static final intThis color constant "Aurora Avocado" has RGBA8888 code6AA805FF, L 0.57254905, A 0.4392157, B 0.5686275, alpha 1.0, hue 0.36057127, saturation 0.93723, and chroma 0.18263547.static final intThis color constant "Aurora Banana Pudding" has RGBA8888 codeE6D55AFF, L 0.8235294, A 0.48235294, B 0.5647059, alpha 1.0, hue 0.28677934, saturation 0.7128265, and chroma 0.1336143.static final intThis color constant "Aurora Beige" has RGBA8888 codeCBAA89FF, L 0.6901961, A 0.50980395, B 0.5254902, alpha 1.0, hue 0.18555963, saturation 0.33112058, and chroma 0.054407768.static final intThis color constant "Aurora Blacklight Glow" has RGBA8888 code8732D2FF, L 0.4, A 0.5647059, B 0.40392157, alpha 1.0, hue 0.8480869, saturation 0.79488873, and chroma 0.23076649.static final intThis color constant "Aurora Blue Eye" has RGBA8888 code4B7DC8FF, L 0.4862745, A 0.48235294, B 0.4392157, alpha 1.0, hue 0.70852363, saturation 0.5645155, and chroma 0.12609385.static final intThis color constant "Aurora Blue Smoke" has RGBA8888 code8FABC7FF, L 0.654902, A 0.49019608, B 0.4745098, alpha 1.0, hue 0.6987916, saturation 0.21439171, and chroma 0.054407768.static final intThis color constant "Aurora Blue Steel" has RGBA8888 code7676CAFF, L 0.5019608, A 0.50980395, B 0.4392157, alpha 1.0, hue 0.78141636, saturation 0.3090315, and chroma 0.12265874.static final intThis color constant "Aurora Blueberry" has RGBA8888 code0F377DFF, L 0.23137255, A 0.4862745, B 0.43137255, alpha 1.0, hue 0.7222003, saturation 0.8420818, and chroma 0.13942632.static final intThis color constant "Aurora Bologna" has RGBA8888 code98344DFF, L 0.3529412, A 0.5647059, B 0.5058824, alpha 1.0, hue 0.018638318, saturation 0.6459337, and chroma 0.12943782.static final intThis color constant "Aurora Boysenberry" has RGBA8888 code57578FFF, L 0.36862746, A 0.50980395, B 0.45490196, alpha 1.0, hue 0.79237556, saturation 0.28504387, and chroma 0.091942206.static final intThis color constant "Aurora Brick" has RGBA8888 codeD5524AFF, L 0.5019608, A 0.5686275, B 0.53333336, alpha 1.0, hue 0.07379155, saturation 0.60073465, and chroma 0.15199278.static final intThis color constant "Aurora Bronze Skin 1" has RGBA8888 code73573BFF, L 0.3647059, A 0.50980395, B 0.5254902, alpha 1.0, hue 0.18555963, saturation 0.49134022, and chroma 0.054407768.static final intThis color constant "Aurora Bronze Skin 2" has RGBA8888 code8F7357FF, L 0.47058824, A 0.50980395, B 0.52156866, alpha 1.0, hue 0.17620845, saturation 0.3626056, and chroma 0.0471994.static final intThis color constant "Aurora Bronze Skin 3" has RGBA8888 codeC49E73FF, L 0.64705884, A 0.50980395, B 0.5294118, alpha 1.0, hue 0.19289984, saturation 0.3883638, and chroma 0.061763234.static final intThis color constant "Aurora Bronze Skin 4" has RGBA8888 codeE3C7ABFF, L 0.8, A 0.5058824, B 0.5176471, alpha 1.0, hue 0.1894406, saturation 0.21118294, and chroma 0.03705794.static final intThis color constant "Aurora Brown Velvet" has RGBA8888 code4B2837FF, L 0.20392157, A 0.5294118, B 0.49411765, alpha 1.0, hue 0.98020846, saturation 0.42432937, and chroma 0.059754133.static final intThis color constant "Aurora Bubble" has RGBA8888 codeBFFFFFFF, L 0.94509804, A 0.47058824, B 0.49019608, alpha 1.0, hue 0.54429305, saturation 0.33091408, and chroma 0.061763234.static final intThis color constant "Aurora Bubble Gum" has RGBA8888 codeFF50BFFF, L 0.60784316, A 0.60784316, B 0.46666667, alpha 1.0, hue 0.95570695, saturation 0.7190232, and chroma 0.22487247.static final intThis color constant "Aurora Bubblegum Pink" has RGBA8888 codeFD81FFFF, L 0.7137255, A 0.5803922, B 0.44313726, alpha 1.0, hue 0.90641636, saturation 0.52038884, and chroma 0.19616999.static final intThis color constant "Aurora Burnt Yellow" has RGBA8888 codeD79B0FFF, L 0.6509804, A 0.5058824, B 0.57254905, alpha 1.0, hue 0.23330833, saturation 0.9319499, and chroma 0.14500555.static final intThis color constant "Aurora Calm Sky" has RGBA8888 code4AA4FFFF, L 0.61960787, A 0.47058824, B 0.42745098, alpha 1.0, hue 0.69097084, saturation 0.7288003, and chroma 0.15595676.static final intThis color constant "Aurora Carmine" has RGBA8888 codeBD1039FF, L 0.3764706, A 0.59607846, B 0.5254902, alpha 1.0, hue 0.043450944, saturation 0.9440549, and chroma 0.198028.static final intThis color constant "Aurora Cedar Wood" has RGBA8888 code621800FF, L 0.20392157, A 0.54901963, B 0.53333336, alpha 1.0, hue 0.096375585, saturation 0.9035079, and chroma 0.11809544.static final intThis color constant "Aurora Celadon" has RGBA8888 codeAFFFAFFF, L 0.90588236, A 0.44705883, B 0.53333336, alpha 1.0, hue 0.40362442, saturation 0.39040464, and chroma 0.12463325.static final intThis color constant "Aurora Celery" has RGBA8888 code7DFF73FF, L 0.85490197, A 0.41960785, B 0.56078434, alpha 1.0, hue 0.39261138, saturation 0.64841765, and chroma 0.20078278.static final intThis color constant "Aurora Chartreuse" has RGBA8888 codeC8FF41FF, L 0.90588236, A 0.4392157, B 0.58431375, alpha 1.0, hue 0.34524146, saturation 0.8589372, and chroma 0.2070681.static final intThis color constant "Aurora Cherry Syrup" has RGBA8888 code551937FF, L 0.19607843, A 0.5529412, B 0.49019608, alpha 1.0, hue 0.97741663, saturation 0.74432296, and chroma 0.107261956.static final intThis color constant "Aurora Chinchilla" has RGBA8888 code929292FF, L 0.57254905, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Aurora Chipped Granite" has RGBA8888 codeA8B9DCFF, L 0.7254902, A 0.49411765, B 0.4745098, alpha 1.0, hue 0.723716, saturation 0.12942049, and chroma 0.052115876.static final intThis color constant "Aurora Cloud" has RGBA8888 codeEDEDEDFF, L 0.92941177, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Aurora Coal Black" has RGBA8888 code131313FF, L 0.07450981, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Aurora Cold Iron" has RGBA8888 code57738FFF, L 0.4392157, A 0.4862745, B 0.4745098, alpha 1.0, hue 0.67620844, saturation 0.35306334, and chroma 0.05767509.static final intThis color constant "Aurora Corn Silk" has RGBA8888 codeC7C78FFF, L 0.7647059, A 0.4862745, B 0.5294118, alpha 1.0, hue 0.30710015, saturation 0.34873483, and chroma 0.064659946.static final intThis color constant "Aurora Cornflower Blue" has RGBA8888 code3C3CF5FF, L 0.36862746, A 0.5058824, B 0.36862746, alpha 1.0, hue 0.75963426, saturation 0.7600127, and chroma 0.26198098.static final intThis color constant "Aurora Cotton Candy" has RGBA8888 codeFFDCF5FF, L 0.9098039, A 0.5176471, B 0.49019608, alpha 1.0, hue 0.9394406, saturation 0.099725276, and chroma 0.040217306.static final intThis color constant "Aurora Cream" has RGBA8888 codeFFFFBFFF, L 0.98039216, A 0.4862745, B 0.53333336, alpha 1.0, hue 0.30120838, saturation 0.33287132, and chroma 0.071815535.static final intThis color constant "Aurora Cricket" has RGBA8888 code8F8F57FF, L 0.54509807, A 0.4862745, B 0.53333336, alpha 1.0, hue 0.30120838, saturation 0.48650423, and chroma 0.071815535.static final intThis color constant "Aurora Cyan" has RGBA8888 code00FFFFFF, L 0.8627451, A 0.42352942, B 0.47843137, alpha 1.0, hue 0.5409546, saturation 0.9583845, and chroma 0.1582875.static final intThis color constant "Aurora Dark Pine" has RGBA8888 code283405FF, L 0.18039216, A 0.4745098, B 0.5294118, alpha 1.0, hue 0.35241663, saturation 0.8695652, and chroma 0.07753685.static final intThis color constant "Aurora Dark Skin 1" has RGBA8888 code573B3BFF, L 0.2627451, A 0.5176471, B 0.5058824, alpha 1.0, hue 0.0605594, saturation 0.24478021, and chroma 0.03705794.static final intThis color constant "Aurora Dark Skin 2" has RGBA8888 code73413CFF, L 0.3137255, A 0.5294118, B 0.5137255, alpha 1.0, hue 0.07379155, saturation 0.3577709, and chroma 0.064659946.static final intThis color constant "Aurora Dark Skin 3" has RGBA8888 code8E5555FF, L 0.4, A 0.53333336, B 0.50980395, alpha 1.0, hue 0.051208384, saturation 0.33287132, and chroma 0.069218926.static final intThis color constant "Aurora Dark Teal" has RGBA8888 code234146FF, L 0.23137255, A 0.47843137, B 0.4862745, alpha 1.0, hue 0.58601034, saturation 0.64788353, and chroma 0.050931267.static final intThis color constant "Aurora Deep Jungle" has RGBA8888 code191E0FFF, L 0.105882354, A 0.4862745, B 0.5137255, alpha 1.0, hue 0.35241663, saturation 0.625, and chroma 0.038669903.static final intThis color constant "Aurora Deep Purple" has RGBA8888 code7F007FFF, L 0.2901961, A 0.58431375, B 0.44313726, alpha 1.0, hue 0.9098022, saturation 0.96580774, and chroma 0.20259848.static final intThis color constant "Aurora Deep Teal" has RGBA8888 code055A5CFF, L 0.30588236, A 0.4627451, B 0.4862745, alpha 1.0, hue 0.5512084, saturation 0.9035079, and chroma 0.079095535.static final intThis color constant "Aurora Denim Blue" has RGBA8888 code109CDEFF, L 0.56078434, A 0.45882353, B 0.4392157, alpha 1.0, hue 0.65641636, saturation 0.9013878, and chroma 0.14626285.static final intThis color constant "Aurora Desert Rain" has RGBA8888 code326496FF, L 0.3764706, A 0.47843137, B 0.4509804, alpha 1.0, hue 0.68716717, saturation 0.7027027, and chroma 0.106691405.static final intThis color constant "Aurora Drab Green" has RGBA8888 code414123FF, L 0.24705882, A 0.49019608, B 0.52156866, alpha 1.0, hue 0.30120838, saturation 0.5499613, and chroma 0.0471994.static final intThis color constant "Aurora Dreary Blue" has RGBA8888 code3B5773FF, L 0.32941177, A 0.4862745, B 0.47058824, alpha 1.0, hue 0.68555963, saturation 0.44798666, and chroma 0.064659946.static final intThis color constant "Aurora Dried Sage" has RGBA8888 codeABE3C5FF, L 0.83137256, A 0.46666667, B 0.50980395, alpha 1.0, hue 0.44289985, saturation 0.31069103, and chroma 0.069218926.static final intThis color constant "Aurora Driftwood" has RGBA8888 code8C805AFF, L 0.5019608, A 0.49803922, B 0.5254902, alpha 1.0, hue 0.25, saturation 0.4, and chroma 0.050931267.static final intThis color constant "Aurora Dry Brush" has RGBA8888 codeAC9400FF, L 0.5803922, A 0.4862745, B 0.5686275, alpha 1.0, hue 0.27628398, saturation 0.96043617, and chroma 0.13942632.static final intThis color constant "Aurora Dry Pepper" has RGBA8888 codeDA6E0AFF, L 0.5529412, A 0.5411765, B 0.5647059, alpha 1.0, hue 0.1585965, saturation 0.9203844, and chroma 0.15279381.static final intThis color constant "Aurora Dull Azure" has RGBA8888 code2378DCFF, L 0.46666667, A 0.4745098, B 0.41960785, alpha 1.0, hue 0.7036129, saturation 0.8188476, and chroma 0.16801417.static final intThis color constant "Aurora Dull Green" has RGBA8888 code53500AFF, L 0.3019608, A 0.48235294, B 0.5411765, alpha 1.0, hue 0.3055087, saturation 0.86701477, and chroma 0.08924734.static final intThis color constant "Aurora Dull Violet" has RGBA8888 code73578FFF, L 0.39607844, A 0.5254902, B 0.4627451, alpha 1.0, hue 0.8552086, saturation 0.31237683, and chroma 0.08992863.static final intThis color constant "Aurora Dun" has RGBA8888 codeB5B572FF, L 0.6901961, A 0.4862745, B 0.5372549, alpha 1.0, hue 0.29638705, saturation 0.4745594, and chroma 0.079095535.static final intThis color constant "Aurora Dust Bunny" has RGBA8888 codeBED2F0FF, L 0.8156863, A 0.49411765, B 0.47843137, alpha 1.0, hue 0.71858364, saturation 0.11721884, and chroma 0.044538103.static final intThis color constant "Aurora Dusty Grape" has RGBA8888 code724072FF, L 0.33333334, A 0.5411765, B 0.47058824, alpha 1.0, hue 0.9098022, saturation 0.44197983, and chroma 0.1008085.static final intThis color constant "Aurora Dusty Green" has RGBA8888 code73AB73FF, L 0.6039216, A 0.45882353, B 0.5254902, alpha 1.0, hue 0.4027998, saturation 0.39375985, and chroma 0.096477255.static final intThis color constant "Aurora Dusty Pink" has RGBA8888 codeC78FB9FF, L 0.6392157, A 0.5372549, B 0.48235294, alpha 1.0, hue 0.9394406, saturation 0.25047278, and chroma 0.0821242.static final intThis color constant "Aurora Earwax" has RGBA8888 codeBFBF3FFF, L 0.7176471, A 0.4745098, B 0.5686275, alpha 1.0, hue 0.30120838, saturation 0.824942, and chroma 0.14584495.static final intThis color constant "Aurora Eggplant" has RGBA8888 code320A46FF, L 0.13333334, A 0.5372549, B 0.4509804, alpha 1.0, hue 0.86057127, saturation 0.86780554, and chroma 0.12265874.static final intThis color constant "Aurora Electric Blue" has RGBA8888 code0052F6FF, L 0.39215687, A 0.48235294, B 0.3764706, alpha 1.0, hue 0.72957695, saturation 0.89305717, and chroma 0.24859223.static final intThis color constant "Aurora Elephant" has RGBA8888 code808080FF, L 0.5019608, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Aurora Embers" has RGBA8888 codeF55A32FF, L 0.56078434, A 0.57254905, B 0.5568628, alpha 1.0, hue 0.10636183, saturation 0.80691457, and chroma 0.1836353.static final intThis color constant "Aurora Emerald" has RGBA8888 code00C514FF, L 0.62352943, A 0.4, B 0.57254905, alpha 1.0, hue 0.39656967, saturation 0.9812699, and chroma 0.24612474.static final intThis color constant "Aurora Eminence" has RGBA8888 code3C233CFF, L 0.1764706, A 0.5254902, B 0.48235294, alpha 1.0, hue 0.9173755, saturation 0.4134491, and chroma 0.061763234.static final intThis color constant "Aurora Eucalyptus" has RGBA8888 code1C8C4EFF, L 0.45490196, A 0.43529412, B 0.5294118, alpha 1.0, hue 0.42620847, saturation 0.8726119, and chroma 0.1415982.static final intThis color constant "Aurora Faded Blue" has RGBA8888 code3F3FBFFF, L 0.32941177, A 0.50980395, B 0.40392157, alpha 1.0, hue 0.76979154, saturation 0.6201737, and chroma 0.19240016.static final intThis color constant "Aurora Fawn" has RGBA8888 codeBF7F3FFF, L 0.5568628, A 0.52156866, B 0.54901963, alpha 1.0, hue 0.1811804, saturation 0.6984303, and chroma 0.106691405.static final intThis color constant "Aurora Feather Down" has RGBA8888 codeE3E3FFFF, L 0.9019608, A 0.5019608, B 0.48235294, alpha 1.0, hue 0.7889897, saturation 0.0, and chroma 0.0353726.static final intThis color constant "Aurora Fern Green" has RGBA8888 code0C5C0CFF, L 0.2901961, A 0.4392157, B 0.5411765, alpha 1.0, hue 0.39929467, saturation 0.95390135, and chroma 0.14626285.static final intThis color constant "Aurora Flamingo" has RGBA8888 codeFC3A8CFF, L 0.5529412, A 0.6117647, B 0.49411765, alpha 1.0, hue 0.9945141, saturation 0.8060343, and chroma 0.22296442.static final intThis color constant "Aurora Floral Foam" has RGBA8888 code0F6946FF, L 0.34117648, A 0.44705883, B 0.5137255, alpha 1.0, hue 0.45249218, saturation 0.90676475, and chroma 0.10895567.static final intThis color constant "Aurora Fog" has RGBA8888 codeC9C9C9FF, L 0.7882353, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Aurora Forest Glen" has RGBA8888 code149605FF, L 0.4745098, A 0.41568628, B 0.56078434, alpha 1.0, hue 0.39637765, saturation 0.9778058, and chroma 0.2070681.static final intThis color constant "Aurora Fresh Blood" has RGBA8888 codeFF0000FF, L 0.49803922, A 0.6117647, B 0.56078434, alpha 1.0, hue 0.0802403, saturation 0.98868626, and chroma 0.25345513.static final intThis color constant "Aurora Frog Green" has RGBA8888 code73C805FF, L 0.6745098, A 0.42745098, B 0.5764706, alpha 1.0, hue 0.36663133, saturation 0.96097314, and chroma 0.209995.static final intThis color constant "Aurora Fruit Punch" has RGBA8888 codeC80078FF, L 0.41568628, A 0.6117647, B 0.48235294, alpha 1.0, hue 0.9781855, saturation 0.95982176, and chroma 0.22541466.static final intThis color constant "Aurora Fusion Red" has RGBA8888 codeFF3C0AFF, L 0.53333336, A 0.5921569, B 0.5647059, alpha 1.0, hue 0.09808689, saturation 0.94873816, and chroma 0.22432896.static final intThis color constant "Aurora Garter Snake" has RGBA8888 code64C082FF, L 0.65882355, A 0.44313726, B 0.5254902, alpha 1.0, hue 0.42620847, saturation 0.5906595, and chroma 0.124142565.static final intThis color constant "Aurora Grape Lollipop" has RGBA8888 code5A187BFF, L 0.24313726, A 0.5568628, B 0.43529412, alpha 1.0, hue 0.86986786, saturation 0.84352744, and chroma 0.17160846.static final intThis color constant "Aurora Grape Soda" has RGBA8888 code410062FF, L 0.17254902, A 0.54901963, B 0.43529412, alpha 1.0, hue 0.8585943, saturation 0.98169184, and chroma 0.16172063.static final intThis color constant "Aurora Graphite" has RGBA8888 code373737FF, L 0.21568628, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Aurora Gray Green" has RGBA8888 code506450FF, L 0.3647059, A 0.48235294, B 0.50980395, alpha 1.0, hue 0.39758337, saturation 0.22222222, and chroma 0.040217306.static final intThis color constant "Aurora Greyhound" has RGBA8888 codeA4A4A4FF, L 0.6431373, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Aurora Ham" has RGBA8888 codeEBACE1FF, L 0.7647059, A 0.5372549, B 0.4745098, alpha 1.0, hue 0.91398966, saturation 0.23092878, and chroma 0.08992863.static final intThis color constant "Aurora Heliotrope" has RGBA8888 codeFF52FFFF, L 0.6431373, A 0.6117647, B 0.42745098, alpha 1.0, hue 0.91159046, saturation 0.758491, and chroma 0.26545262.static final intThis color constant "Aurora Hidden Blue" has RGBA8888 code186ABDFF, L 0.40784314, A 0.4745098, B 0.42745098, alpha 1.0, hue 0.6987916, saturation 0.88249606, and chroma 0.15319274.static final intThis color constant "Aurora Honeydew" has RGBA8888 codeC7E3ABFF, L 0.84705883, A 0.4745098, B 0.5254902, alpha 1.0, hue 0.3627816, saturation 0.28811076, and chroma 0.071815535.static final intThis color constant "Aurora Hospital Green" has RGBA8888 code3FBFBFFF, L 0.65882355, A 0.44313726, B 0.48235294, alpha 1.0, hue 0.54429305, saturation 0.83201253, and chroma 0.11861114.static final intThis color constant "Aurora Hot Sauce" has RGBA8888 codeA5140AFF, L 0.32941177, A 0.5803922, B 0.54509807, alpha 1.0, hue 0.08262452, saturation 0.94850093, and chroma 0.1836353.static final intThis color constant "Aurora Hunter Green" has RGBA8888 code1E2D23FF, L 0.15686275, A 0.48235294, B 0.5058824, alpha 1.0, hue 0.42620847, saturation 0.4259177, and chroma 0.03705794.static final intThis color constant "Aurora Indigo" has RGBA8888 code231094FF, L 0.19607843, A 0.5058824, B 0.39607844, alpha 1.0, hue 0.76221883, saturation 0.91497576, and chroma 0.20736265.static final intThis color constant "Aurora Infection" has RGBA8888 code96DC19FF, L 0.7607843, A 0.43137255, B 0.5803922, alpha 1.0, hue 0.35830858, saturation 0.9316729, and chroma 0.2105755.static final intThis color constant "Aurora Iolite" has RGBA8888 code494973FF, L 0.30588236, A 0.5058824, B 0.4627451, alpha 1.0, hue 0.78480226, saturation 0.25609845, and chroma 0.07513822.static final intThis color constant "Aurora Iris" has RGBA8888 code6241F6FF, L 0.40784314, A 0.5294118, B 0.38039216, alpha 1.0, hue 0.79147637, saturation 0.7305494, and chroma 0.24537967.static final intThis color constant "Aurora Iron" has RGBA8888 code6E6E6EFF, L 0.43137255, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Aurora Ivy Green" has RGBA8888 code007F00FF, L 0.4, A 0.42352942, B 0.5529412, alpha 1.0, hue 0.39893213, saturation 0.98336864, and chroma 0.18528971.static final intThis color constant "Aurora Jade" has RGBA8888 code3FBF3FFF, L 0.62352943, A 0.41568628, B 0.5568628, alpha 1.0, hue 0.40128404, saturation 0.806468, and chroma 0.20259848.static final intThis color constant "Aurora Juicy Grape" has RGBA8888 code6010D0FF, L 0.31764707, A 0.54901963, B 0.38039216, alpha 1.0, hue 0.8150795, saturation 0.9476975, and chroma 0.2575164.static final intThis color constant "Aurora Kelly Green" has RGBA8888 code578F57FF, L 0.49411765, A 0.45490196, B 0.5294118, alpha 1.0, hue 0.39992374, saturation 0.49459895, and chroma 0.107261956.static final intThis color constant "Aurora Koa" has RGBA8888 codeA04B05FF, L 0.39215687, A 0.5372549, B 0.5529412, alpha 1.0, hue 0.15128402, saturation 0.9299811, and chroma 0.12896542.static final intThis color constant "Aurora Kyanite" has RGBA8888 code3B7373FF, L 0.40392157, A 0.46666667, B 0.49019608, alpha 1.0, hue 0.5389897, saturation 0.63432395, and chroma 0.069218926.static final intThis color constant "Aurora Lavender" has RGBA8888 codeB991FFFF, L 0.6627451, A 0.53333336, B 0.43529412, alpha 1.0, hue 0.83154917, saturation 0.34313196, and chroma 0.14500555.static final intThis color constant "Aurora Lead" has RGBA8888 code5B5B5BFF, L 0.35686275, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Aurora Lemon" has RGBA8888 codeFFFF00FF, L 0.9529412, A 0.4627451, B 0.59607846, alpha 1.0, hue 0.30499697, saturation 0.94895214, and chroma 0.20529193.static final intThis color constant "Aurora Light Plum" has RGBA8888 codeDA20E0FF, L 0.5176471, A 0.6156863, B 0.41960785, alpha 1.0, hue 0.90641636, saturation 0.91279775, and chroma 0.28065258.static final intThis color constant "Aurora Light Skin 1" has RGBA8888 code7E6E60FF, L 0.44313726, A 0.5058824, B 0.50980395, alpha 1.0, hue 0.15641639, saturation 0.18976586, and chroma 0.022777155.static final intThis color constant "Aurora Light Skin 2" has RGBA8888 codeA0695FFF, L 0.47058824, A 0.5294118, B 0.5176471, alpha 1.0, hue 0.08890383, saturation 0.2948119, and chroma 0.068331465.static final intThis color constant "Aurora Light Skin 3" has RGBA8888 codeC07872FF, L 0.5529412, A 0.5372549, B 0.5176471, alpha 1.0, hue 0.07379155, saturation 0.310565, and chroma 0.0821242.static final intThis color constant "Aurora Light Skin 4" has RGBA8888 codeD08A74FF, L 0.6156863, A 0.53333336, B 0.5254902, alpha 1.0, hue 0.10520855, saturation 0.3455077, and chroma 0.0835974.static final intThis color constant "Aurora Light Skin 5" has RGBA8888 codeE19B7DFF, L 0.6784314, A 0.5294118, B 0.5294118, alpha 1.0, hue 0.125, saturation 0.38351554, and chroma 0.082864076.static final intThis color constant "Aurora Light Skin 6" has RGBA8888 codeEBAA8CFF, L 0.7294118, A 0.5254902, B 0.5254902, alpha 1.0, hue 0.125, saturation 0.31933856, and chroma 0.071815535.static final intThis color constant "Aurora Light Skin 7" has RGBA8888 codeF5B99BFF, L 0.78431374, A 0.52156866, B 0.5254902, alpha 1.0, hue 0.1372184, saturation 0.30228016, and chroma 0.06652104.static final intThis color constant "Aurora Light Skin 8" has RGBA8888 codeF6C8AFFF, L 0.827451, A 0.5176471, B 0.52156866, alpha 1.0, hue 0.13942872, saturation 0.24794444, and chroma 0.055518243.static final intThis color constant "Aurora Light Skin 9" has RGBA8888 codeF5E1D2FF, L 0.8980392, A 0.5058824, B 0.50980395, alpha 1.0, hue 0.15641639, saturation 0.11821479, and chroma 0.022777155.static final intThis color constant "Aurora Lilac" has RGBA8888 codeD7A5FFFF, L 0.7411765, A 0.5372549, B 0.4509804, alpha 1.0, hue 0.86057127, saturation 0.2866147, and chroma 0.12265874.static final intThis color constant "Aurora Lipstick" has RGBA8888 codeE61E78FF, L 0.48235294, A 0.6156863, B 0.49411765, alpha 1.0, hue 0.99469686, saturation 0.90959585, and chroma 0.23076649.static final intThis color constant "Aurora Lizard Scales" has RGBA8888 code73733BFF, L 0.43529412, A 0.4862745, B 0.5372549, alpha 1.0, hue 0.29638705, saturation 0.63274586, and chroma 0.079095535.static final intThis color constant "Aurora Lurid Red" has RGBA8888 codeDA2010FF, L 0.4392157, A 0.5921569, B 0.5529412, alpha 1.0, hue 0.08404553, saturation 0.89628667, and chroma 0.21173172.static final intThis color constant "Aurora Magenta" has RGBA8888 codeF500F5FF, L 0.5647059, A 0.6313726, B 0.41568628, alpha 1.0, hue 0.9119405, saturation 0.96295136, and chroma 0.31098264.static final intThis color constant "Aurora Maidenhair Fern" has RGBA8888 code3B7349FF, L 0.39215687, A 0.45882353, B 0.52156866, alpha 1.0, hue 0.41398963, saturation 0.5424141, and chroma 0.09260367.static final intThis color constant "Aurora Malachite" has RGBA8888 code0AD70AFF, L 0.68235296, A 0.39215687, B 0.5764706, alpha 1.0, hue 0.39853072, saturation 0.98825276, and chroma 0.26337513.static final intThis color constant "Aurora Marsh" has RGBA8888 code738F57FF, L 0.5176471, A 0.47058824, B 0.5294118, alpha 1.0, hue 0.36440554, saturation 0.45234665, and chroma 0.082864076.static final intThis color constant "Aurora Mauve" has RGBA8888 codeAB73ABFF, L 0.5372549, A 0.5411765, B 0.47058824, alpha 1.0, hue 0.9098022, saturation 0.32193592, and chroma 0.1008085.static final intThis color constant "Aurora Medium Plum" has RGBA8888 codeBD10C5FF, L 0.44313726, A 0.60784316, B 0.42352942, alpha 1.0, hue 0.90511185, saturation 0.9399402, and chroma 0.26337513.static final intThis color constant "Aurora Medium Teal" has RGBA8888 code06C491FF, L 0.6431373, A 0.42352942, B 0.5137255, alpha 1.0, hue 0.466976, saturation 0.94714576, and chroma 0.15477823.static final intThis color constant "Aurora Mild Violet" has RGBA8888 codeAB8FC7FF, L 0.6156863, A 0.52156866, B 0.46666667, alpha 1.0, hue 0.85241663, saturation 0.20408164, and chroma 0.079095535.static final intThis color constant "Aurora Mint Green" has RGBA8888 code4BF05AFF, L 0.78039217, A 0.40392157, B 0.5647059, alpha 1.0, hue 0.4019131, saturation 0.7842902, and chroma 0.23076649.static final intThis color constant "Aurora Moss Green" has RGBA8888 code204608FF, L 0.23137255, A 0.45882353, B 0.5372549, alpha 1.0, hue 0.375, saturation 0.94280905, and chroma 0.11062346.static final intThis color constant "Aurora Mulberry" has RGBA8888 code641464FF, L 0.23921569, A 0.5647059, B 0.45490196, alpha 1.0, hue 0.9085965, saturation 0.8436857, and chroma 0.15712644.static final intThis color constant "Aurora Mummy Brown" has RGBA8888 code7F3F00FF, L 0.31764707, A 0.5294118, B 0.54509807, alpha 1.0, hue 0.15641639, saturation 0.93046486, and chroma 0.107261956.static final intThis color constant "Aurora Murk" has RGBA8888 code0F192DFF, L 0.09803922, A 0.49411765, B 0.47058824, alpha 1.0, hue 0.72741663, saturation 0.48765984, and chroma 0.059754133.static final intThis color constant "Aurora Mush" has RGBA8888 codeB1B10AFF, L 0.6627451, A 0.47058824, B 0.5764706, alpha 1.0, hue 0.3035836, saturation 0.96316457, and chroma 0.1632233.static final intThis color constant "Aurora Navy Blue" has RGBA8888 code162C52FF, L 0.17254902, A 0.49019608, B 0.45882353, alpha 1.0, hue 0.71858364, saturation 0.63737744, and chroma 0.084324345.static final intThis color constant "Aurora Nightshade" has RGBA8888 code321623FF, L 0.1254902, A 0.5254902, B 0.49411765, alpha 1.0, hue 0.97741663, saturation 0.5050763, and chroma 0.052115876.static final intThis color constant "Aurora Ninja" has RGBA8888 code1F1F3BFF, L 0.13333334, A 0.5058824, B 0.46666667, alpha 1.0, hue 0.7889897, saturation 0.3926767, and chroma 0.06743233.static final intThis color constant "Aurora Ocean Blue" has RGBA8888 code00007FFF, L 0.14901961, A 0.4862745, B 0.4, alpha 1.0, hue 0.73099244, saturation 0.9874258, and chroma 0.20108652.static final intThis color constant "Aurora Ochre" has RGBA8888 code5F3214FF, L 0.24705882, A 0.52156866, B 0.53333336, alpha 1.0, hue 0.15641639, saturation 0.8320503, and chroma 0.079095535.static final intThis color constant "Aurora Old Rose" has RGBA8888 codeD7A0BEFF, L 0.7019608, A 0.53333336, B 0.49019608, alpha 1.0, hue 0.96519774, saturation 0.21194355, and chroma 0.069218926.static final intThis color constant "Aurora Olive Green" has RGBA8888 code3B573BFF, L 0.30588236, A 0.4745098, B 0.5137255, alpha 1.0, hue 0.4064164, saturation 0.3795317, and chroma 0.05767509.static final intThis color constant "Aurora Olive Oil" has RGBA8888 codeA2A255FF, L 0.6156863, A 0.48235294, B 0.54509807, alpha 1.0, hue 0.30120838, saturation 0.6023386, and chroma 0.096477255.static final intThis color constant "Aurora Orange" has RGBA8888 codeFF7F00FF, L 0.6431373, A 0.54901963, B 0.57254905, alpha 1.0, hue 0.1544989, saturation 0.9208691, and chroma 0.17443058.static final intThis color constant "Aurora Orchid" has RGBA8888 codeBD62FFFF, L 0.5764706, A 0.5686275, B 0.4117647, alpha 1.0, hue 0.8591375, saturation 0.61129767, and chroma 0.22269051.static final intThis color constant "Aurora Pastel Sky" has RGBA8888 codeABE3E3FF, L 0.8392157, A 0.4745098, B 0.49019608, alpha 1.0, hue 0.5512084, saturation 0.31622776, and chroma 0.054407768.static final intThis color constant "Aurora Patina" has RGBA8888 codeABC7E3FF, L 0.7647059, A 0.49019608, B 0.47843137, alpha 1.0, hue 0.6894406, saturation 0.1795055, and chroma 0.0471994.static final intThis color constant "Aurora Pea Soup" has RGBA8888 code8EBE55FF, L 0.67058825, A 0.45490196, B 0.5529412, alpha 1.0, hue 0.35599256, saturation 0.6594257, and chroma 0.13854803.static final intThis color constant "Aurora Peach" has RGBA8888 codeFFBF81FF, L 0.8039216, A 0.5176471, B 0.54509807, alpha 1.0, hue 0.18716717, saturation 0.50980395, and chroma 0.096477255.static final intThis color constant "Aurora Peat Bog" has RGBA8888 code465032FF, L 0.29411766, A 0.48235294, B 0.52156866, alpha 1.0, hue 0.3435836, saturation 0.48074016, and chroma 0.055518243.static final intThis color constant "Aurora Pencil Yellow" has RGBA8888 codeFFEA4AFF, L 0.9019608, A 0.47843137, B 0.5803922, alpha 1.0, hue 0.28720152, saturation 0.83027047, and chroma 0.1658202.static final intThis color constant "Aurora Periwinkle" has RGBA8888 code8181FFFF, L 0.57254905, A 0.5137255, B 0.41568628, alpha 1.0, hue 0.7799562, saturation 0.38868287, and chroma 0.17017984.static final intThis color constant "Aurora Pine Green" has RGBA8888 code235037FF, L 0.27058825, A 0.4627451, B 0.5137255, alpha 1.0, hue 0.43343773, saturation 0.6792316, and chroma 0.079095535.static final intThis color constant "Aurora Pink Lemonade" has RGBA8888 codeFF6AC5FF, L 0.6509804, A 0.5921569, B 0.47058824, alpha 1.0, hue 0.9548325, saturation 0.5952381, and chroma 0.19271713.static final intThis color constant "Aurora Pink Skin 1" has RGBA8888 codeAB7373FF, L 0.5137255, A 0.5294118, B 0.50980395, alpha 1.0, hue 0.057100154, saturation 0.25129423, and chroma 0.061763234.static final intThis color constant "Aurora Pink Skin 2" has RGBA8888 codeC78F8FFF, L 0.62352943, A 0.5294118, B 0.50980395, alpha 1.0, hue 0.057100154, saturation 0.22192217, and chroma 0.061763234.static final intThis color constant "Aurora Pink Skin 3" has RGBA8888 codeE3ABABFF, L 0.73333335, A 0.5254902, B 0.5058824, alpha 1.0, hue 0.04429303, saturation 0.1712967, and chroma 0.052115876.static final intThis color constant "Aurora Pink Skin 4" has RGBA8888 codeF8D2DAFF, L 0.8666667, A 0.5176471, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.104166664, and chroma 0.0353726.static final intThis color constant "Aurora Pink Tutu" has RGBA8888 codeF8C6FCFF, L 0.8509804, A 0.5294118, B 0.4745098, alpha 1.0, hue 0.89758337, saturation 0.17857143, and chroma 0.07753685.static final intThis color constant "Aurora Pink Violet" has RGBA8888 code8F578FFF, L 0.43137255, A 0.5411765, B 0.47058824, alpha 1.0, hue 0.9098022, saturation 0.37252584, and chroma 0.1008085.static final intThis color constant "Aurora Pistachio" has RGBA8888 codeA2D8A2FF, L 0.78039217, A 0.4627451, B 0.52156866, alpha 1.0, hue 0.4064164, saturation 0.30904725, and chroma 0.08575976.static final intThis color constant "Aurora Pitch Black" has RGBA8888 code010101FF, L 0.003921569, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Aurora Platinum" has RGBA8888 codeDBDBDBFF, L 0.85882354, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Aurora Plum Juice" has RGBA8888 codeA01982FF, L 0.36078432, A 0.5921569, B 0.45882353, alpha 1.0, hue 0.93716717, saturation 0.88135594, and chroma 0.20108652.static final intThis color constant "Aurora Polished Sapphire" has RGBA8888 code101CDAFF, L 0.27450982, A 0.4862745, B 0.3647059, alpha 1.0, hue 0.735993, saturation 0.898213, and chroma 0.2709147.static final intThis color constant "Aurora Pork Chop" has RGBA8888 codeFFC0CBFF, L 0.827451, A 0.5294118, B 0.5019608, alpha 1.0, hue 0.019791542, saturation 0.17526647, and chroma 0.058723815.static final intThis color constant "Aurora Powder Blue" has RGBA8888 code5AC5FFFF, L 0.7176471, A 0.4627451, B 0.4509804, alpha 1.0, hue 0.64758337, saturation 0.6818182, and chroma 0.12265874.static final intThis color constant "Aurora Prase" has RGBA8888 code05B450FF, L 0.5764706, A 0.41568628, B 0.54509807, alpha 1.0, hue 0.41737548, saturation 0.9127084, and chroma 0.19048727.static final intThis color constant "Aurora Prune" has RGBA8888 code463246FF, L 0.22352941, A 0.5176471, B 0.4862745, alpha 1.0, hue 0.91398966, saturation 0.2591534, and chroma 0.044538103.static final intThis color constant "Aurora Prussian Blue" has RGBA8888 code004A9CFF, L 0.29803923, A 0.47843137, B 0.42352942, alpha 1.0, hue 0.7090454, saturation 0.98234415, and chroma 0.1582875.static final intThis color constant "Aurora Puce" has RGBA8888 codeBCAFC0FF, L 0.7058824, A 0.5058824, B 0.49019608, alpha 1.0, hue 0.875, saturation 0.055459354, and chroma 0.022777155.static final intThis color constant "Aurora Purple Freesia" has RGBA8888 code9C41FFFF, L 0.48235294, A 0.5647059, B 0.39215687, alpha 1.0, hue 0.8394326, saturation 0.7420026, and chroma 0.25054872.static final intThis color constant "Aurora Putty" has RGBA8888 codeBF3F3FFF, L 0.43137255, A 0.57254905, B 0.5294118, alpha 1.0, hue 0.06342667, saturation 0.67591894, and chroma 0.15595676.static final intThis color constant "Aurora Raspberry" has RGBA8888 code911437FF, L 0.29803923, A 0.5803922, B 0.5137255, alpha 1.0, hue 0.029956235, saturation 0.9096833, and chroma 0.16247371.static final intThis color constant "Aurora Raw Meat" has RGBA8888 codeFF8181FF, L 0.6666667, A 0.5647059, B 0.52156866, alpha 1.0, hue 0.054000217, saturation 0.4506939, and chroma 0.13587911.static final intThis color constant "Aurora Redwood" has RGBA8888 codeB45A00FF, L 0.45490196, A 0.5372549, B 0.5568628, alpha 1.0, hue 0.15641639, saturation 0.9245003, and chroma 0.13542919.static final intThis color constant "Aurora Refreshing Mist" has RGBA8888 code91EBFFFF, L 0.85490197, A 0.4627451, B 0.4745098, alpha 1.0, hue 0.59358364, saturation 0.5150788, and chroma 0.08992863.static final intThis color constant "Aurora Ripe Plum" has RGBA8888 codeAB57ABFF, L 0.48235294, A 0.56078434, B 0.45882353, alpha 1.0, hue 0.91109616, saturation 0.50314564, and chroma 0.14626285.static final intThis color constant "Aurora Ripped Denim" has RGBA8888 code699DC3FF, L 0.5882353, A 0.47843137, B 0.46666667, alpha 1.0, hue 0.66109616, saturation 0.4492372, and chroma 0.079095535.static final intThis color constant "Aurora Robin Egg Blue" has RGBA8888 code08DED5FF, L 0.7490196, A 0.42745098, B 0.4862745, alpha 1.0, hue 0.526284, saturation 0.96043617, and chroma 0.14709508.static final intThis color constant "Aurora Roseate Spoonbill" has RGBA8888 codeC87DA0FF, L 0.5921569, A 0.54509807, B 0.49019608, alpha 1.0, hue 0.973716, saturation 0.31598768, and chroma 0.091942206.static final intThis color constant "Aurora Rough Sapphire" has RGBA8888 code4A5AFFFF, L 0.44313726, A 0.5019608, B 0.38431373, alpha 1.0, hue 0.7554859, saturation 0.5862068, and chroma 0.23050185.static final intThis color constant "Aurora Royal Blue" has RGBA8888 code0010BDFF, L 0.23137255, A 0.4862745, B 0.37254903, alpha 1.0, hue 0.7351226, saturation 0.94530344, and chroma 0.25537437.static final intThis color constant "Aurora Royal Violet" has RGBA8888 code573B73FF, L 0.2901961, A 0.5294118, B 0.45882353, alpha 1.0, hue 0.8573886, saturation 0.43411013, and chroma 0.1008085.static final intThis color constant "Aurora Saffron" has RGBA8888 codeFFD510FF, L 0.84313726, A 0.4862745, B 0.5882353, alpha 1.0, hue 0.2706426, saturation 0.9467276, and chroma 0.17789528.static final intThis color constant "Aurora Sage Green" has RGBA8888 codeB4EECAFF, L 0.87058824, A 0.46666667, B 0.50980395, alpha 1.0, hue 0.44289985, saturation 0.2997896, and chroma 0.069218926.static final intThis color constant "Aurora Salmon" has RGBA8888 codeFF6262FF, L 0.6, A 0.5803922, B 0.53333336, alpha 1.0, hue 0.06444036, saturation 0.6092618, and chroma 0.17337766.static final intThis color constant "Aurora Scribe Ink" has RGBA8888 code280A1EFF, L 0.09019608, A 0.53333336, B 0.4862745, alpha 1.0, hue 0.9487916, saturation 0.79056937, and chroma 0.071815535.static final intThis color constant "Aurora Seafoam" has RGBA8888 code3CFEA5FF, L 0.8352941, A 0.4117647, B 0.5294118, alpha 1.0, hue 0.4444913, saturation 0.8512509, and chroma 0.18528971.static final intThis color constant "Aurora Seal Brown" has RGBA8888 code551414FF, L 0.1764706, A 0.54509807, B 0.52156866, alpha 1.0, hue 0.07379155, saturation 0.7892004, and chroma 0.09959023.static final intThis color constant "Aurora Seawater" has RGBA8888 code007F7FFF, L 0.42745098, A 0.4509804, B 0.4862745, alpha 1.0, hue 0.5389897, saturation 0.95148593, and chroma 0.10141215.static final intThis color constant "Aurora Shadow" has RGBA8888 code252525FF, L 0.14509805, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Aurora Shamrock Green" has RGBA8888 code00FF00FF, L 0.80784315, A 0.38039216, B 0.5882353, alpha 1.0, hue 0.39589924, saturation 0.9947925, and chroma 0.29610303.static final intThis color constant "Aurora Sharp Azure" has RGBA8888 code007FFFFF, L 0.5019608, A 0.47058824, B 0.4, alpha 1.0, hue 0.70654905, saturation 0.9615374, and chroma 0.20765679.static final intThis color constant "Aurora Shining Sky" has RGBA8888 code55E6FFFF, L 0.80784315, A 0.44313726, B 0.46666667, alpha 1.0, hue 0.5826245, saturation 0.8062258, and chroma 0.13131043.static final intThis color constant "Aurora Shining White" has RGBA8888 codeFFFFFFFF, L 1.0, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Aurora Shrimp" has RGBA8888 codeFAA0B9FF, L 0.7411765, A 0.54901963, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.29885057, and chroma 0.09773435.static final intThis color constant "Aurora Sienna" has RGBA8888 code7F0000FF, L 0.24705882, A 0.5686275, B 0.5372549, alpha 1.0, hue 0.08070704, saturation 0.9577331, and chroma 0.1555649.static final intThis color constant "Aurora Silver" has RGBA8888 codeB6B6B6FF, L 0.7137255, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Aurora Silver Green" has RGBA8888 code8FC78FFF, L 0.7137255, A 0.45882353, B 0.5254902, alpha 1.0, hue 0.4027998, saturation 0.3538132, and chroma 0.096477255.static final intThis color constant "Aurora Silver Pink" has RGBA8888 codeE3C7E3FF, L 0.81960785, A 0.5176471, B 0.4862745, alpha 1.0, hue 0.91398966, saturation 0.110017955, and chroma 0.044538103.static final intThis color constant "Aurora Slate Gray" has RGBA8888 code6E8287FF, L 0.49411765, A 0.4862745, B 0.49019608, alpha 1.0, hue 0.59358364, saturation 0.24037008, and chroma 0.033602834.static final intThis color constant "Aurora Slow Creek" has RGBA8888 code7E9494FF, L 0.56078434, A 0.4862745, B 0.49411765, alpha 1.0, hue 0.5512084, saturation 0.20401792, and chroma 0.029749114.static final intThis color constant "Aurora Smog" has RGBA8888 codeABABE3FF, L 0.69411767, A 0.5058824, B 0.4627451, alpha 1.0, hue 0.78480226, saturation 0.14991128, and chroma 0.07513822.static final intThis color constant "Aurora Smoke" has RGBA8888 code494949FF, L 0.28627452, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Aurora Soap" has RGBA8888 codeD7C3FAFF, L 0.80784315, A 0.5176471, B 0.46666667, alpha 1.0, hue 0.83890384, saturation 0.15723301, and chroma 0.07513822.static final intThis color constant "Aurora Soft Teal" has RGBA8888 code129880FF, L 0.5058824, A 0.4392157, B 0.5019608, alpha 1.0, hue 0.4894051, saturation 0.93958104, and chroma 0.12115674.static final intThis color constant "Aurora Space Blue" has RGBA8888 code0C2148FF, L 0.13725491, A 0.49019608, B 0.45490196, alpha 1.0, hue 0.72137564, saturation 0.74535596, and chroma 0.091942206.static final intThis color constant "Aurora Spearmint" has RGBA8888 code64ABABFF, L 0.6117647, A 0.4627451, B 0.49019608, alpha 1.0, hue 0.53480226, saturation 0.5587603, and chroma 0.07674564.static final intThis color constant "Aurora Spring Green" has RGBA8888 code00DE6AFF, L 0.7137255, A 0.40392157, B 0.54901963, alpha 1.0, hue 0.42099208, saturation 0.9252436, and chroma 0.21487926.static final intThis color constant "Aurora Steam" has RGBA8888 code7DD7F0FF, L 0.78039217, A 0.4627451, B 0.47058824, alpha 1.0, hue 0.6052086, saturation 0.57008773, and chroma 0.0945603.static final intThis color constant "Aurora Straw" has RGBA8888 codeEDEDC7FF, L 0.91764706, A 0.49019608, B 0.5176471, alpha 1.0, hue 0.3105594, saturation 0.19582418, and chroma 0.040217306.static final intThis color constant "Aurora Strong Cyan" has RGBA8888 code00BFFFFF, L 0.6784314, A 0.44705883, B 0.44313726, alpha 1.0, hue 0.6308918, saturation 0.95524865, and chroma 0.15477823.static final intThis color constant "Aurora Stygian Blue" has RGBA8888 code0F0F50FF, L 0.10980392, A 0.49803922, B 0.43137255, alpha 1.0, hue 0.75, saturation 0.85, and chroma 0.13677454.static final intThis color constant "Aurora Subtlety" has RGBA8888 code786EF0FF, L 0.50980395, A 0.5176471, B 0.4117647, alpha 1.0, hue 0.78556746, saturation 0.45577833, and chroma 0.1792624.static final intThis color constant "Aurora Suds" has RGBA8888 codeBEB9FAFF, L 0.7607843, A 0.50980395, B 0.45882353, alpha 1.0, hue 0.7963871, saturation 0.16441427, and chroma 0.084324345.static final intThis color constant "Aurora Tan" has RGBA8888 codeDADAABFF, L 0.8392157, A 0.49019608, B 0.5254902, alpha 1.0, hue 0.29429302, saturation 0.2912044, and chroma 0.054407768.static final intThis color constant "Aurora Tarnish" has RGBA8888 codeABC78FFF, L 0.7372549, A 0.4745098, B 0.5294118, alpha 1.0, hue 0.35241663, saturation 0.35714287, and chroma 0.07753685.static final intThis color constant "Aurora Taupe" has RGBA8888 code3B2D1FFF, L 0.1882353, A 0.5058824, B 0.5137255, alpha 1.0, hue 0.17620845, saturation 0.4259177, and chroma 0.029749114.static final intThis color constant "Aurora Taxicab Yellow" has RGBA8888 codeF6BD31FF, L 0.77254903, A 0.5019608, B 0.5764706, alpha 1.0, hue 0.24204868, saturation 0.8706515, and chroma 0.15239382.static final intThis color constant "Aurora Tea Rose" has RGBA8888 codeE1B9D2FF, L 0.78039217, A 0.52156866, B 0.49019608, alpha 1.0, hue 0.9487916, saturation 0.13176157, and chroma 0.0471994.static final intThis color constant "Aurora Thick Amethyst" has RGBA8888 code5010B0FF, L 0.26666668, A 0.5411765, B 0.39607844, alpha 1.0, hue 0.81370014, saturation 0.9256127, and chroma 0.22269051.static final intThis color constant "Aurora Thin Amethyst" has RGBA8888 code7F00FFFF, L 0.39607844, A 0.5647059, B 0.36862746, alpha 1.0, hue 0.825709, saturation 0.96419275, and chroma 0.29174224.static final intThis color constant "Aurora Thistle" has RGBA8888 codeE673FFFF, L 0.65882355, A 0.5764706, B 0.43137255, alpha 1.0, hue 0.88787603, saturation 0.5468502, and chroma 0.20469645.static final intThis color constant "Aurora Thulian Pink" has RGBA8888 codeC35A91FF, L 0.50980395, A 0.5686275, B 0.48235294, alpha 1.0, hue 0.96519774, saturation 0.51941097, and chroma 0.1411665.static final intThis color constant "Aurora Transparent" has RGBA8888 code00000000, L 0.0, A 0.49803922, B 0.49803922, alpha 0.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Aurora Tropic Mist" has RGBA8888 codeD0DAF8FF, L 0.85882354, A 0.49803922, B 0.47843137, alpha 1.0, hue 0.75, saturation 0.0, and chroma 0.04314594.static final intThis color constant "Aurora Turquoise" has RGBA8888 code2DEBA8FF, L 0.7764706, A 0.41568628, B 0.52156866, alpha 1.0, hue 0.45570695, saturation 0.89144206, and chroma 0.17337766.static final intThis color constant "Aurora Twilight Cloud" has RGBA8888 code8F8FC7FF, L 0.58431375, A 0.5058824, B 0.4627451, alpha 1.0, hue 0.78480226, saturation 0.16762808, and chroma 0.07513822.static final intThis color constant "Aurora Tyrian Purple" has RGBA8888 codeBF3FBFFF, L 0.48235294, A 0.5882353, B 0.4392157, alpha 1.0, hue 0.908024, saturation 0.73224163, and chroma 0.21345432.static final intThis color constant "Aurora Ultramarine" has RGBA8888 code0000FFFF, L 0.3019608, A 0.48235294, B 0.34117648, alpha 1.0, hue 0.7341372, saturation 0.9925803, and chroma 0.31835338.static final intThis color constant "Aurora Umber" has RGBA8888 code7F7F00FF, L 0.4745098, A 0.4745098, B 0.56078434, alpha 1.0, hue 0.30710015, saturation 0.9493337, and chroma 0.13131043.static final intThis color constant "Aurora Vapor" has RGBA8888 code90B0FFFF, L 0.69803923, A 0.49411765, B 0.44313726, alpha 1.0, hue 0.7386508, saturation 0.0, and chroma 0.11388578.static final intThis color constant "Aurora Variscite" has RGBA8888 code6AFFCDFF, L 0.87058824, A 0.43137255, B 0.50980395, alpha 1.0, hue 0.47220027, saturation 0.704599, and chroma 0.1381068.static final intThis color constant "Aurora Varnish" has RGBA8888 code401811FF, L 0.14509805, A 0.5294118, B 0.5176471, alpha 1.0, hue 0.08890383, saturation 0.62893206, and chroma 0.068331465.static final intThis color constant "Aurora Violet" has RGBA8888 code8C14BEFF, L 0.3647059, A 0.5803922, B 0.40784314, alpha 1.0, hue 0.8677708, saturation 0.9296962, and chroma 0.24363229.static final intThis color constant "Aurora Violet Cushions" has RGBA8888 code8F57C7FF, L 0.4627451, A 0.54509807, B 0.43137255, alpha 1.0, hue 0.84782684, saturation 0.5075281, and chroma 0.16359681.static final intThis color constant "Aurora Viridian" has RGBA8888 code507D5FFF, L 0.4392157, A 0.46666667, B 0.5137255, alpha 1.0, hue 0.42620847, saturation 0.43630594, and chroma 0.071815535.static final intThis color constant "Aurora Watercolor Black" has RGBA8888 code3B3B57FF, L 0.24313726, A 0.5058824, B 0.4745098, alpha 1.0, hue 0.8012084, saturation 0.21439171, and chroma 0.052115876.static final intThis color constant "Aurora Watercolor Gray" has RGBA8888 code736EAAFF, L 0.4627451, A 0.50980395, B 0.45490196, alpha 1.0, hue 0.79237556, saturation 0.24786423, and chroma 0.091942206.static final intThis color constant "Aurora Wet Stone" has RGBA8888 codeA6A090FF, L 0.627451, A 0.49803922, B 0.50980395, alpha 1.0, hue 0.25, saturation 0.15, and chroma 0.019918045.static final intThis color constant "Aurora Wisteria" has RGBA8888 codeBD29FFFF, L 0.5019608, A 0.59607846, B 0.39215687, alpha 1.0, hue 0.8688818, saturation 0.8866684, and chroma 0.28773978.static final intThis color constant "Aurora Woodlands" has RGBA8888 code3C6E14FF, L 0.36862746, A 0.4509804, B 0.54901963, alpha 1.0, hue 0.36863732, saturation 0.90727216, and chroma 0.1381068.static final intThis color constant "Aurora Zucchini" has RGBA8888 code123832FF, L 0.1882353, A 0.4745098, B 0.49803922, alpha 1.0, hue 0.5, saturation 0.7058824, and chroma 0.050931267.static final intThis color constant "Azul" has RGBA8888 code007FFFFF, L 0.5019608, A 0.47058824, B 0.4, alpha 1.0, hue 0.70654905, saturation 0.9615374, and chroma 0.20765679.static final intThis color constant "Azure" has RGBA8888 codeF0FFFFFF, L 0.9882353, A 0.49019608, B 0.49411765, alpha 1.0, hue 0.57379156, saturation 0.0993808, and chroma 0.022777155.static final intThis color constant "Baby Blue" has RGBA8888 codeE0FFFFFF, L 0.972549, A 0.4862745, B 0.49411765, alpha 1.0, hue 0.5512084, saturation 0.1437399, and chroma 0.029749114.static final intThis color constant "Baiko Brown" has RGBA8888 code857C55FF, L 0.48235294, A 0.49411765, B 0.5254902, alpha 1.0, hue 0.27258337, saturation 0.41594517, and chroma 0.052115876.static final intThis color constant "Beige" has RGBA8888 codeF5F5DCFF, L 0.9529412, A 0.49411765, B 0.5137255, alpha 1.0, hue 0.28898975, saturation 0.1527076, and chroma 0.029749114.static final intThis color constant "Bellflower" has RGBA8888 code5D3F6AFF, L 0.29803923, A 0.5254902, B 0.47058824, alpha 1.0, hue 0.875, saturation 0.3413619, and chroma 0.07753685.static final intThis color constant "Beni Dye" has RGBA8888 code913225FF, L 0.32941177, A 0.5568628, B 0.53333336, alpha 1.0, hue 0.08601036, saturation 0.6859943, and chroma 0.13131043.static final intThis color constant "Betel Nut Dye" has RGBA8888 code352925FF, L 0.17254902, A 0.5058824, B 0.5058824, alpha 1.0, hue 0.125, saturation 0.22627416, and chroma 0.016572814.static final intThis color constant "Birch Brown" has RGBA8888 codeB14A30FF, L 0.42352942, A 0.5529412, B 0.5411765, alpha 1.0, hue 0.105992556, saturation 0.7121797, and chroma 0.1336143.static final intThis color constant "Bistre" has RGBA8888 code3D2B1FFF, L 0.18431373, A 0.50980395, B 0.5137255, alpha 1.0, hue 0.14758338, saturation 0.4347826, and chroma 0.033602834.static final intThis color constant "Black" has RGBA8888 code000000FF, L 0.0, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Black Chestnut Oak" has RGBA8888 code252321FF, L 0.13725491, A 0.49803922, B 0.5019608, alpha 1.0, hue 0.25, saturation 0.13333334, and chroma 0.0055242716.static final intThis color constant "Black Dye" has RGBA8888 code171412FF, L 0.078431375, A 0.5019608, B 0.5019608, alpha 1.0, hue 0.125, saturation 0.18856181, and chroma 0.0055242716.static final intThis color constant "Black Kite" has RGBA8888 code351E1CFF, L 0.14509805, A 0.5176471, B 0.5058824, alpha 1.0, hue 0.0605594, saturation 0.359011, and chroma 0.03705794.static final intThis color constant "Blood" has RGBA8888 codeCF3A24FF, L 0.44705883, A 0.5764706, B 0.54901963, alpha 1.0, hue 0.09173302, saturation 0.79512405, and chroma 0.1809568.static final intThis color constant "Blood Red" has RGBA8888 codeF35336FF, L 0.54901963, A 0.5803922, B 0.5529412, alpha 1.0, hue 0.09358362, saturation 0.7423194, and chroma 0.19176465.static final intThis color constant "Blue" has RGBA8888 code0000FFFF, L 0.3019608, A 0.48235294, B 0.34117648, alpha 1.0, hue 0.7341372, saturation 0.9925803, and chroma 0.31835338.static final intThis color constant "Blue Black Crayfish" has RGBA8888 code62693BFF, L 0.39215687, A 0.48235294, B 0.5294118, alpha 1.0, hue 0.32379153, saturation 0.54207706, and chroma 0.068331465.static final intThis color constant "Blue Green" has RGBA8888 code00DDDDFF, L 0.7490196, A 0.43137255, B 0.47843137, alpha 1.0, hue 0.54552674, saturation 0.93263394, and chroma 0.143312.static final intThis color constant "Blue Green Dye" has RGBA8888 code3A6960FF, L 0.36862746, A 0.47058824, B 0.49803922, alpha 1.0, hue 0.5, saturation 0.53846157, and chroma 0.058723815.static final int[]This array is loaded with the colors from the traditional Japanese Blue Green Series found on Wikipedia.static final intThis color constant "Blue Violet" has RGBA8888 code8A2BE2FF, L 0.40784314, A 0.5686275, B 0.39215687, alpha 1.0, hue 0.84358364, saturation 0.8539464, and chroma 0.25465634.static final intThis color constant "Blue Violet Dye" has RGBA8888 code2B2028FF, L 0.14117648, A 0.50980395, B 0.49411765, alpha 1.0, hue 0.9487916, saturation 0.19764236, and chroma 0.022777155.static final int[]This array is loaded with the colors from the traditional Japanese Blue Violet Series found on Wikipedia.static final intThis color constant "Boiled Red Bean Brown" has RGBA8888 code542D24FF, L 0.21960784, A 0.5254902, B 0.5176471, alpha 1.0, hue 0.09871597, saturation 0.49156144, and chroma 0.061763234.static final intThis color constant "Bondi Blue" has RGBA8888 code0095B6FF, L 0.5176471, A 0.4509804, B 0.4627451, alpha 1.0, hue 0.60241663, saturation 0.9677419, and chroma 0.12265874.static final intThis color constant "Brass" has RGBA8888 codeB5A642FF, L 0.6431373, A 0.4862745, B 0.5568628, alpha 1.0, hue 0.2814164, saturation 0.72843134, and chroma 0.11653464.static final intThis color constant "Brewed Mustard Brown" has RGBA8888 codeE68364FF, L 0.627451, A 0.54509807, B 0.5372549, alpha 1.0, hue 0.11057128, saturation 0.4958889, and chroma 0.11653464.static final intThis color constant "Bright Gold Brown" has RGBA8888 codeCB7E1FFF, L 0.5647059, A 0.52156866, B 0.5647059, alpha 1.0, hue 0.19599979, saturation 0.9013878, and chroma 0.13587911.static final intThis color constant "Bright Golden Yellow" has RGBA8888 codeFFA400FF, L 0.7254902, A 0.52156866, B 0.5803922, alpha 1.0, hue 0.20570697, saturation 0.9495796, and chroma 0.1658202.static final intThis color constant "Bright Green" has RGBA8888 code66FF00FF, L 0.83137256, A 0.39607844, B 0.5882353, alpha 1.0, hue 0.38473183, saturation 0.9510441, and chroma 0.27158973.static final intThis color constant "Bright Pink" has RGBA8888 codeFF0080FF, L 0.52156866, A 0.6313726, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.98550725, and chroma 0.2617479.static final intThis color constant "Bright Turquoise" has RGBA8888 code08E8DEFF, L 0.78039217, A 0.42745098, B 0.4862745, alpha 1.0, hue 0.526284, saturation 0.9358096, and chroma 0.14709508.static final intThis color constant "Brilliant Rose" has RGBA8888 codeFF55A3FF, L 0.6, A 0.6, B 0.4862745, alpha 1.0, hue 0.98171693, saturation 0.67980534, and chroma 0.20108652.static final intThis color constant "Bronze" has RGBA8888 codeCD7F32FF, L 0.57254905, A 0.5254902, B 0.5568628, alpha 1.0, hue 0.18050888, saturation 0.78823555, and chroma 0.124142565.static final intThis color constant "Brown" has RGBA8888 code808000FF, L 0.47843137, A 0.4745098, B 0.56078434, alpha 1.0, hue 0.30710015, saturation 0.9493337, and chroma 0.13131043.static final intThis color constant "Brown Rat Grey" has RGBA8888 code4B3C39FF, L 0.2509804, A 0.50980395, B 0.5058824, alpha 1.0, hue 0.09358362, saturation 0.17588055, and chroma 0.022777155.static final intThis color constant "Browner" has RGBA8888 code964B00FF, L 0.3764706, A 0.53333336, B 0.5529412, alpha 1.0, hue 0.15906878, saturation 0.95104665, and chroma 0.12463325.static final intThis color constant "Brushwood Dyed" has RGBA8888 code8C5939FF, L 0.4, A 0.52156866, B 0.53333336, alpha 1.0, hue 0.15641639, saturation 0.6009252, and chroma 0.079095535.static final intThis color constant "Buff" has RGBA8888 codeF0DC82FF, L 0.85882354, A 0.49019608, B 0.54901963, alpha 1.0, hue 0.27429464, saturation 0.52611786, and chroma 0.09959023.static final intThis color constant "Burgundy" has RGBA8888 code900020FF, L 0.28235295, A 0.5803922, B 0.5294118, alpha 1.0, hue 0.057929058, saturation 0.97705233, and chroma 0.17053813.static final intThis color constant "Burnt Bamboo" has RGBA8888 code4D3B3CFF, L 0.2509804, A 0.50980395, B 0.5019608, alpha 1.0, hue 0.051208384, saturation 0.15058465, and chroma 0.019918045.static final intThis color constant "Burnt Orange" has RGBA8888 codeCC5500FF, L 0.48235294, A 0.5529412, B 0.56078434, alpha 1.0, hue 0.13559444, saturation 0.9449019, and chroma 0.1605844.static final intThis color constant "Burnt Sienna" has RGBA8888 codeE97451FF, L 0.59607846, A 0.5529412, B 0.54509807, alpha 1.0, hue 0.11278161, saturation 0.6045603, and chroma 0.13854803.static final intThis color constant "Burnt Umber" has RGBA8888 code8A3324FF, L 0.31764707, A 0.5529412, B 0.53333336, alpha 1.0, hue 0.09093122, saturation 0.6934715, and chroma 0.12463325.static final intThis color constant "Camo Green" has RGBA8888 code78866BFF, L 0.5019608, A 0.4862745, B 0.5137255, alpha 1.0, hue 0.35241663, saturation 0.22727273, and chroma 0.038669903.static final intThis color constant "Cape Jasmine" has RGBA8888 codeFFB95AFF, L 0.78039217, A 0.5137255, B 0.56078434, alpha 1.0, hue 0.21101025, saturation 0.7018052, and chroma 0.124142565.static final intThis color constant "Caput Mortuum" has RGBA8888 code592720FF, L 0.21568628, A 0.53333336, B 0.5176471, alpha 1.0, hue 0.08070704, saturation 0.52798104, and chroma 0.07513822.static final intThis color constant "Cardinal" has RGBA8888 codeC41E3AFF, L 0.4, A 0.5921569, B 0.5294118, alpha 1.0, hue 0.051208384, saturation 0.8876569, and chroma 0.19271713.static final intThis color constant "Carmine" has RGBA8888 code960018FF, L 0.29411766, A 0.5803922, B 0.5372549, alpha 1.0, hue 0.07073126, saturation 0.96914196, and chroma 0.17651756.static final intThis color constant "Carnation Pink" has RGBA8888 codeFFA6C9FF, L 0.76862746, A 0.54901963, B 0.49411765, alpha 1.0, hue 0.98778117, saturation 0.28974232, and chroma 0.098356865.static final intThis color constant "Carolina Blue" has RGBA8888 code99BADDFF, L 0.7137255, A 0.4862745, B 0.47058824, alpha 1.0, hue 0.68555963, saturation 0.2719919, and chroma 0.064659946.static final intThis color constant "Carrot Orange" has RGBA8888 codeED9121FF, L 0.65882355, A 0.5254902, B 0.57254905, alpha 1.0, hue 0.19381978, saturation 0.9203844, and chroma 0.15319274.static final intThis color constant "Cattail" has RGBA8888 codeB64925FF, L 0.42745098, A 0.5568628, B 0.54509807, alpha 1.0, hue 0.10738862, saturation 0.7533088, and chroma 0.14458403.static final intThis color constant "Celadon" has RGBA8888 codeACE1AFFF, L 0.81960785, A 0.4627451, B 0.52156866, alpha 1.0, hue 0.4064164, saturation 0.3004626, and chroma 0.08575976.static final intThis color constant "Celadon Dye" has RGBA8888 code819C8BFF, L 0.5803922, A 0.48235294, B 0.5058824, alpha 1.0, hue 0.42620847, saturation 0.18253617, and chroma 0.03705794.static final intThis color constant "Cerise" has RGBA8888 codeDE3163FF, L 0.47843137, A 0.6, B 0.50980395, alpha 1.0, hue 0.01828308, saturation 0.8053078, and chroma 0.20017387.static final intThis color constant "Cerulean" has RGBA8888 code007BA7FF, L 0.43529412, A 0.4627451, B 0.45490196, alpha 1.0, hue 0.6408625, saturation 0.8882919, and chroma 0.11653464.static final intThis color constant "Cerulean Blue" has RGBA8888 code2A52BEFF, L 0.3529412, A 0.49019608, B 0.4117647, alpha 1.0, hue 0.7355709, saturation 0.49090493, and chroma 0.17686298.static final intThis color constant "Chartreuse" has RGBA8888 codeDFFF00FF, L 0.92156863, A 0.44705883, B 0.59607846, alpha 1.0, hue 0.3263176, saturation 0.97165537, and chroma 0.21854064.static final intThis color constant "Chartreuse Green" has RGBA8888 code7FFF00FF, L 0.84705883, A 0.40784314, B 0.5921569, alpha 1.0, hue 0.3716143, saturation 0.9776923, and chroma 0.25964078.static final intThis color constant "Cherry Blossom" has RGBA8888 codeFFB7C5FF, L 0.8039216, A 0.5372549, B 0.5019608, alpha 1.0, hue 0.0158628, saturation 0.22087638, and chroma 0.07432148.static final intThis color constant "Cherry Blossom Dye" has RGBA8888 codeFCC9B9FF, L 0.8392157, A 0.52156866, B 0.5137255, alpha 1.0, hue 0.09358362, saturation 0.16024671, and chroma 0.050931267.static final intThis color constant "Cherry Blossom Mouse" has RGBA8888 codeAC8181FF, L 0.5529412, A 0.52156866, B 0.5058824, alpha 1.0, hue 0.051208384, saturation 0.1781565, and chroma 0.044538103.static final intThis color constant "Chestnut" has RGBA8888 codeCD5C5CFF, L 0.50980395, A 0.56078434, B 0.5254902, alpha 1.0, hue 0.06563697, saturation 0.51365435, and chroma 0.13131043.static final intThis color constant "Chestnut Leather Brown" has RGBA8888 code60281EFF, L 0.22745098, A 0.5372549, B 0.52156866, alpha 1.0, hue 0.08601036, saturation 0.5830952, and chroma 0.08575976.static final intThis color constant "Chestnut Plum" has RGBA8888 code8B352DFF, L 0.3254902, A 0.5529412, B 0.5254902, alpha 1.0, hue 0.07379155, saturation 0.6138226, and chroma 0.11705722.static final intThis color constant "Chinese Tea Brown" has RGBA8888 codeB35C44FF, L 0.4627451, A 0.54509807, B 0.53333336, alpha 1.0, hue 0.10241663, saturation 0.54545456, and chroma 0.11172148.static final intThis color constant "Chinese Tea Yellow" has RGBA8888 codeB7702DFF, L 0.50980395, A 0.5254902, B 0.5529412, alpha 1.0, hue 0.17620845, saturation 0.8026911, and chroma 0.11705722.static final intThis color constant "Chocolate" has RGBA8888 code7B3F00FF, L 0.3137255, A 0.5254902, B 0.54509807, alpha 1.0, hue 0.16595447, saturation 0.9261629, and chroma 0.10320191.static final intThis color constant "Cinnabar" has RGBA8888 codeE34234FF, L 0.49411765, A 0.58431375, B 0.54509807, alpha 1.0, hue 0.07947329, saturation 0.7480576, and chroma 0.19048727.static final intThis color constant "Cinnamon" has RGBA8888 codeD2691EFF, L 0.53333336, A 0.54509807, B 0.56078434, alpha 1.0, hue 0.14758338, saturation 0.8695652, and chroma 0.15078327.static final intThis color constant "Clove Brown" has RGBA8888 code8F583CFF, L 0.40392157, A 0.5254902, B 0.5294118, alpha 1.0, hue 0.13559444, saturation 0.5185437, and chroma 0.07753685.static final intThis color constant "Clove Dyed" has RGBA8888 codeC66B27FF, L 0.5176471, A 0.5372549, B 0.5568628, alpha 1.0, hue 0.15641639, saturation 0.85846454, and chroma 0.13542919.static final intThis color constant "Coarse Wool" has RGBA8888 code181B26FF, L 0.105882354, A 0.49803922, B 0.4862745, alpha 1.0, hue 0.75, saturation 0.15, and chroma 0.027621359.static final intThis color constant "Cobalt" has RGBA8888 code0047ABFF, L 0.3019608, A 0.48235294, B 0.4117647, alpha 1.0, hue 0.72137564, saturation 0.9126808, and chroma 0.1792624.static final intThis color constant "Cochineal Red" has RGBA8888 code9D2933FF, L 0.3372549, A 0.57254905, B 0.5254902, alpha 1.0, hue 0.056180224, saturation 0.79405713, and chroma 0.15319274.static final int[]A predefined palette of 198 colors derived from 21 hand-picked hues on the color wheel, with 9 variations on saturation and value per hue, along with 9 grayscale colors from black to white.static final int[]16 high-brightness, high-saturation colors.static final int[]16 low-brightness, mid-saturation colors.static final int[]16 low-brightness, low-saturation colors.static final int[]16 mid-brightness, low-saturation colors.static final int[]16 mid-brightness, high-saturation colors.static final int[]16 high-brightness, mid-saturation colors.static final int[]16 mid-brightness, mid-saturation colors.static final int[]16 high-brightness, low-saturation colors.static final int[]An alternate version ofCOLOR_WHEEL_PALETTEthat has 16 hues (instead of 21 in the other palette) followed by grayscale, with each hue containing 9 colors (there are also 9 grayscale colors).static final int[]16 low-brightness, high-saturation colors.static final int[][]Contains 9 arrays of 16 SColors each, with each of the outer arrays having a specific saturation and brightness, and the inner arrays all going through the 16 "reduced" Color Wheel palette hues.static final com.github.tommyettinger.ds.IntListThe packed Oklab int colors that correspond to items inNAMES_BY_HUE, with the same order.static final intThis color constant "Columbia Blue" has RGBA8888 code9BDDFFFF, L 0.8235294, A 0.4745098, B 0.47058824, alpha 1.0, hue 0.6372184, saturation 0.39232105, and chroma 0.07753685.static final intThis color constant "Copper" has RGBA8888 codeB87333FF, L 0.5176471, A 0.5254902, B 0.54901963, alpha 1.0, hue 0.17138702, saturation 0.7202353, and chroma 0.11007033.static final intThis color constant "Copper Rose" has RGBA8888 code996666FF, L 0.45882353, A 0.5294118, B 0.50980395, alpha 1.0, hue 0.057100154, saturation 0.2712382, and chroma 0.061763234.static final intThis color constant "Coral" has RGBA8888 codeFF7F50FF, L 0.6509804, A 0.5568628, B 0.54901963, alpha 1.0, hue 0.11365128, saturation 0.6301408, and chroma 0.14956398.static final intThis color constant "Coral Dye" has RGBA8888 codeF8674FFF, L 0.59607846, A 0.57254905, B 0.54509807, alpha 1.0, hue 0.08965457, saturation 0.5992588, and chroma 0.17017984.static final intThis color constant "Coral Red" has RGBA8888 codeFF4040FF, L 0.54509807, A 0.59607846, B 0.54509807, alpha 1.0, hue 0.07122476, saturation 0.78115064, and chroma 0.21144326.static final intThis color constant "Corn" has RGBA8888 codeFBEC5DFF, L 0.90588236, A 0.47843137, B 0.57254905, alpha 1.0, hue 0.29095456, saturation 0.7556493, and chroma 0.15078327.static final intThis color constant "Corn Dye" has RGBA8888 codeFAA945FF, L 0.73333335, A 0.52156866, B 0.5647059, alpha 1.0, hue 0.19599979, saturation 0.76713854, and chroma 0.13587911.static final intThis color constant "Cornflower Blue" has RGBA8888 code6495EDFF, L 0.58431375, A 0.4862745, B 0.43529412, alpha 1.0, hue 0.7205011, saturation 0.43410188, and chroma 0.13177444.static final intThis color constant "Cosmic Latte" has RGBA8888 codeFFF8E7FF, L 0.9764706, A 0.49803922, B 0.50980395, alpha 1.0, hue 0.25, saturation 0.11320755, and chroma 0.019918045.static final intThis color constant "Cream" has RGBA8888 codeFFFDD0FF, L 0.98039216, A 0.49019608, B 0.52156866, alpha 1.0, hue 0.30120838, saturation 0.22191423, and chroma 0.0471994.static final intThis color constant "Crimson" has RGBA8888 codeDC143CFF, L 0.4392157, A 0.6039216, B 0.53333336, alpha 1.0, hue 0.051208384, saturation 0.9331311, and chroma 0.21742062.static final intThis color constant "CW Almost Black" has RGBA8888 code1F1F1FFF, L 0.12156863, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "CW Almost White" has RGBA8888 codeDFDFDFFF, L 0.8745098, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "CW Apricot" has RGBA8888 codeF9AA38FF, L 0.73333335, A 0.5176471, B 0.5686275, alpha 1.0, hue 0.20687722, saturation 0.81224096, and chroma 0.1411665.static final intThis color constant "CW Azure" has RGBA8888 code33C0E4FF, L 0.6745098, A 0.44705883, B 0.45882353, alpha 1.0, hue 0.6043575, saturation 0.88655245, and chroma 0.1336143.static final intThis color constant "CW Black" has RGBA8888 code000000FF, L 0.0, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "CW Blue" has RGBA8888 code267CE9FF, L 0.4862745, A 0.4745098, B 0.4117647, alpha 1.0, hue 0.70762444, saturation 0.8292185, and chroma 0.18296935.static final intThis color constant "CW Bright Apricot" has RGBA8888 codeFCAE3FFF, L 0.7490196, A 0.5176471, B 0.5686275, alpha 1.0, hue 0.20687722, saturation 0.7949592, and chroma 0.1411665.static final intThis color constant "CW Bright Azure" has RGBA8888 code3DCAEEFF, L 0.70980394, A 0.44705883, B 0.45882353, alpha 1.0, hue 0.6043575, saturation 0.8632221, and chroma 0.1336143.static final intThis color constant "CW Bright Blue" has RGBA8888 code398AF1FF, L 0.53333336, A 0.4745098, B 0.41960785, alpha 1.0, hue 0.7036129, saturation 0.7457362, and chroma 0.16801417.static final intThis color constant "CW Bright Brown" has RGBA8888 codeDF8F47FF, L 0.6392157, A 0.5254902, B 0.5529412, alpha 1.0, hue 0.17620845, saturation 0.6956656, and chroma 0.11705722.static final intThis color constant "CW Bright Chartreuse" has RGBA8888 codeCEF63CFF, L 0.88235295, A 0.44705883, B 0.58431375, alpha 1.0, hue 0.3349422, saturation 0.88116777, and chroma 0.19833598.static final intThis color constant "CW Bright Cyan" has RGBA8888 code34F1ECFF, L 0.81960785, A 0.43137255, B 0.48235294, alpha 1.0, hue 0.53677934, saturation 0.87321246, and chroma 0.1411665.static final intThis color constant "CW Bright Gold" has RGBA8888 codeF2D636FF, L 0.8352941, A 0.48235294, B 0.5803922, alpha 1.0, hue 0.27995622, saturation 0.87255335, and chroma 0.16396947.static final intThis color constant "CW Bright Green" has RGBA8888 code4FEF39FF, L 0.7764706, A 0.4, B 0.5764706, alpha 1.0, hue 0.39261138, saturation 0.86528707, and chroma 0.2507922.static final intThis color constant "CW Bright Honeydew" has RGBA8888 codeA1FA48FF, L 0.85882354, A 0.42745098, B 0.5764706, alpha 1.0, hue 0.36663133, saturation 0.81537116, and chroma 0.209995.static final intThis color constant "CW Bright Indigo" has RGBA8888 code6C33EAFF, L 0.3882353, A 0.5411765, B 0.38431373, alpha 1.0, hue 0.8077007, saturation 0.78521836, and chroma 0.24463232.static final intThis color constant "CW Bright Jade" has RGBA8888 code43EC6BFF, L 0.76862746, A 0.40784314, B 0.5529412, alpha 1.0, hue 0.4129759, saturation 0.80375594, and chroma 0.21173172.static final intThis color constant "CW Bright Lime" has RGBA8888 codeB1E932FF, L 0.81960785, A 0.4392157, B 0.5803922, alpha 1.0, hue 0.34871596, saturation 0.8748128, and chroma 0.20078278.static final intThis color constant "CW Bright Magenta" has RGBA8888 codeF036C9FF, L 0.5568628, A 0.6156863, B 0.44705883, alpha 1.0, hue 0.9349205, saturation 0.8277358, and chroma 0.25345513.static final intThis color constant "CW Bright Orange" has RGBA8888 codeF68A39FF, L 0.654902, A 0.5411765, B 0.56078434, alpha 1.0, hue 0.15414284, saturation 0.77665955, and chroma 0.14626285.static final intThis color constant "CW Bright Purple" has RGBA8888 codeD13DF1FF, L 0.5411765, A 0.6, B 0.41568628, alpha 1.0, hue 0.8918677, saturation 0.80533856, and chroma 0.26057938.static final intThis color constant "CW Bright Red" has RGBA8888 codeF43B3BFF, L 0.5176471, A 0.59607846, B 0.54509807, alpha 1.0, hue 0.07122476, saturation 0.8037927, and chroma 0.21144326.static final intThis color constant "CW Bright Rose" has RGBA8888 codeEE3585FF, L 0.52156866, A 0.6117647, B 0.49411765, alpha 1.0, hue 0.9945141, saturation 0.84107935, and chroma 0.22296442.static final intThis color constant "CW Bright Sapphire" has RGBA8888 code3D4DF0FF, L 0.39607844, A 0.5019608, B 0.38039216, alpha 1.0, hue 0.75530314, saturation 0.65253615, and chroma 0.23831327.static final intThis color constant "CW Bright Seafoam" has RGBA8888 code3FF8B6FF, L 0.8235294, A 0.41960785, B 0.5176471, alpha 1.0, hue 0.46101025, saturation 0.84145015, and chroma 0.16396947.static final intThis color constant "CW Bright Violet" has RGBA8888 code9C3AF0FF, L 0.45882353, A 0.57254905, B 0.39607844, alpha 1.0, hue 0.8504396, saturation 0.79512304, and chroma 0.25249004.static final intThis color constant "CW Bright Yellow" has RGBA8888 codeFDFC39FF, L 0.94509804, A 0.46666667, B 0.5882353, alpha 1.0, hue 0.30327517, saturation 0.8855124, and chroma 0.18790646.static final intThis color constant "CW Brown" has RGBA8888 codeCD8B51FF, L 0.60784316, A 0.52156866, B 0.54509807, alpha 1.0, hue 0.17620845, saturation 0.6098367, and chroma 0.09959023.static final intThis color constant "CW Chartreuse" has RGBA8888 codeC7F12FFF, L 0.8627451, A 0.44705883, B 0.58431375, alpha 1.0, hue 0.3349422, saturation 0.89662683, and chroma 0.19833598.static final intThis color constant "CW Cyan" has RGBA8888 code17E9E3FF, L 0.7882353, A 0.42745098, B 0.48235294, alpha 1.0, hue 0.53480226, saturation 0.9455943, and chroma 0.14874557.static final intThis color constant "CW Dark Apricot" has RGBA8888 codeA8701DFF, L 0.4862745, A 0.5137255, B 0.5568628, alpha 1.0, hue 0.2085236, saturation 0.8870957, and chroma 0.11653464.static final intThis color constant "CW Dark Azure" has RGBA8888 code1B819AFF, L 0.4509804, A 0.45882353, B 0.46666667, alpha 1.0, hue 0.6073886, saturation 0.88318956, and chroma 0.105541065.static final intThis color constant "CW Dark Blue" has RGBA8888 code15519DFF, L 0.31764707, A 0.47843137, B 0.43137255, alpha 1.0, hue 0.70447326, saturation 0.88600224, and chroma 0.143312.static final intThis color constant "CW Dark Brown" has RGBA8888 code8A582BFF, L 0.39215687, A 0.5176471, B 0.5411765, alpha 1.0, hue 0.18210036, saturation 0.7323058, and chroma 0.08924734.static final intThis color constant "CW Dark Chartreuse" has RGBA8888 code85A318FF, L 0.5803922, A 0.45490196, B 0.5686275, alpha 1.0, hue 0.3373043, saturation 0.93755656, and chroma 0.16359681.static final intThis color constant "CW Dark Cyan" has RGBA8888 code0D9D99FF, L 0.5294118, A 0.44313726, B 0.4862745, alpha 1.0, hue 0.5335965, saturation 0.9545214, and chroma 0.11653464.static final intThis color constant "CW Dark Gold" has RGBA8888 code9F880FFF, L 0.53333336, A 0.49019608, B 0.5647059, alpha 1.0, hue 0.2686383, saturation 0.95095795, and chroma 0.1303775.static final intThis color constant "CW Dark Gray" has RGBA8888 code5F5F5FFF, L 0.37254903, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "CW Dark Green" has RGBA8888 code259B15FF, L 0.49803922, A 0.41960785, B 0.56078434, alpha 1.0, hue 0.39261138, saturation 0.91473204, and chroma 0.20078278.static final intThis color constant "CW Dark Honeydew" has RGBA8888 code69A62DFF, L 0.5686275, A 0.44313726, B 0.56078434, alpha 1.0, hue 0.36440554, saturation 0.85041165, and chroma 0.1658202.static final intThis color constant "CW Dark Indigo" has RGBA8888 code360997FF, L 0.21176471, A 0.5254902, B 0.4, alpha 1.0, hue 0.79345095, saturation 0.9440549, and chroma 0.20558903.static final intThis color constant "CW Dark Jade" has RGBA8888 code249940FF, L 0.49411765, A 0.42745098, B 0.5411765, alpha 1.0, hue 0.4126957, saturation 0.8438009, and chroma 0.16618787.static final intThis color constant "CW Dark Lime" has RGBA8888 code699508FF, L 0.5176471, A 0.44705883, B 0.5647059, alpha 1.0, hue 0.35390404, saturation 0.9511526, and chroma 0.16655473.static final intThis color constant "CW Dark Magenta" has RGBA8888 code9C117EFF, L 0.34509805, A 0.59607846, B 0.45882353, alpha 1.0, hue 0.9394406, saturation 0.94476575, and chroma 0.2082438.static final intThis color constant "CW Dark Orange" has RGBA8888 codeA35113FF, L 0.4117647, A 0.5372549, B 0.5529412, alpha 1.0, hue 0.15128402, saturation 0.9055079, and chroma 0.12896542.static final intThis color constant "CW Dark Purple" has RGBA8888 code871C9DFF, L 0.3372549, A 0.5803922, B 0.43137255, alpha 1.0, hue 0.89169145, saturation 0.8858529, and chroma 0.2105755.static final intThis color constant "CW Dark Red" has RGBA8888 codeA11616FF, L 0.32156864, A 0.5764706, B 0.5411765, alpha 1.0, hue 0.08002978, saturation 0.89511466, and chroma 0.17302527.static final intThis color constant "CW Dark Rose" has RGBA8888 code9A0D4AFF, L 0.31764707, A 0.5882353, B 0.5019608, alpha 1.0, hue 0.0069155367, saturation 0.9208691, and chroma 0.17582464.static final intThis color constant "CW Dark Sapphire" has RGBA8888 code1A289DFF, L 0.23137255, A 0.49411765, B 0.4, alpha 1.0, hue 0.74363714, saturation 0.74686545, and chroma 0.19956312.static final intThis color constant "CW Dark Seafoam" has RGBA8888 code1DA574FF, L 0.5411765, A 0.43137255, B 0.5176471, alpha 1.0, hue 0.45447323, saturation 0.90872025, and chroma 0.1411665.static final intThis color constant "CW Dark Violet" has RGBA8888 code5E179CFF, L 0.27450982, A 0.5529412, B 0.4117647, alpha 1.0, hue 0.8401978, saturation 0.88395965, and chroma 0.2049944.static final intThis color constant "CW Dark Yellow" has RGBA8888 codeAAA914FF, L 0.6313726, A 0.47058824, B 0.57254905, alpha 1.0, hue 0.30618024, saturation 0.9417887, and chroma 0.15595676.static final intThis color constant "CW Drab Apricot" has RGBA8888 codeB18B55FF, L 0.57254905, A 0.5058824, B 0.5372549, alpha 1.0, hue 0.21858361, saturation 0.52297634, and chroma 0.07513822.static final intThis color constant "CW Drab Azure" has RGBA8888 code498D9FFF, L 0.5058824, A 0.46666667, B 0.4745098, alpha 1.0, hue 0.60241663, saturation 0.6451613, and chroma 0.0835974.static final intThis color constant "CW Drab Blue" has RGBA8888 code355E93FF, L 0.36078432, A 0.4862745, B 0.4509804, alpha 1.0, hue 0.7110103, saturation 0.5153882, and chroma 0.10141215.static final intThis color constant "CW Drab Brown" has RGBA8888 code937358FF, L 0.47843137, A 0.50980395, B 0.52156866, alpha 1.0, hue 0.17620845, saturation 0.35306334, and chroma 0.0471994.static final intThis color constant "CW Drab Chartreuse" has RGBA8888 codeA2B658FF, L 0.6666667, A 0.47058824, B 0.54901963, alpha 1.0, hue 0.32861298, saturation 0.61520094, and chroma 0.11388578.static final intThis color constant "CW Drab Cyan" has RGBA8888 code41A7A4FF, L 0.5764706, A 0.4509804, B 0.4862745, alpha 1.0, hue 0.5389897, saturation 0.7730823, and chroma 0.10141215.static final intThis color constant "CW Drab Gold" has RGBA8888 codeAFA04CFF, L 0.61960787, A 0.49019608, B 0.54901963, alpha 1.0, hue 0.27429464, saturation 0.6576473, and chroma 0.09959023.static final intThis color constant "CW Drab Green" has RGBA8888 code50A145FF, L 0.5411765, A 0.4392157, B 0.54509807, alpha 1.0, hue 0.39261138, saturation 0.6511652, and chroma 0.15078327.static final intThis color constant "CW Drab Honeydew" has RGBA8888 code90B76AFF, L 0.65882355, A 0.4627451, B 0.5411765, alpha 1.0, hue 0.3591375, saturation 0.5363272, and chroma 0.11062346.static final intThis color constant "CW Drab Indigo" has RGBA8888 code3B1D7EFF, L 0.21176471, A 0.5254902, B 0.42352942, alpha 1.0, hue 0.80618024, saturation 0.74994284, and chroma 0.1605844.static final intThis color constant "CW Drab Jade" has RGBA8888 code56A267FF, L 0.5529412, A 0.44705883, B 0.5254902, alpha 1.0, hue 0.42138702, saturation 0.5905929, and chroma 0.11705722.static final intThis color constant "CW Drab Lime" has RGBA8888 code85A441FF, L 0.5882353, A 0.4627451, B 0.5529412, alpha 1.0, hue 0.3409312, saturation 0.72362244, and chroma 0.12896542.static final intThis color constant "CW Drab Magenta" has RGBA8888 code91307CFF, L 0.35686275, A 0.57254905, B 0.46666667, alpha 1.0, hue 0.9365733, saturation 0.69883144, and chroma 0.15905683.static final intThis color constant "CW Drab Orange" has RGBA8888 codeA46B40FF, L 0.4745098, A 0.52156866, B 0.5372549, alpha 1.0, hue 0.16398965, saturation 0.5980463, and chroma 0.08575976.static final intThis color constant "CW Drab Purple" has RGBA8888 code863F95FF, L 0.3764706, A 0.5568628, B 0.4509804, alpha 1.0, hue 0.8926114, saturation 0.58210224, and chroma 0.14956398.static final intThis color constant "CW Drab Red" has RGBA8888 code923535FF, L 0.3372549, A 0.5568628, B 0.52156866, alpha 1.0, hue 0.0605594, saturation 0.6213652, and chroma 0.12115674.static final intThis color constant "CW Drab Rose" has RGBA8888 code8C2B55FF, L 0.32156864, A 0.5686275, B 0.49411765, alpha 1.0, hue 0.9911669, saturation 0.7069708, and chroma 0.13722007.static final intThis color constant "CW Drab Sapphire" has RGBA8888 code323A8AFF, L 0.26666668, A 0.5019608, B 0.43137255, alpha 1.0, hue 0.75935155, saturation 0.4865539, and chroma 0.13677454.static final intThis color constant "CW Drab Seafoam" has RGBA8888 code54AF8EFF, L 0.6039216, A 0.4509804, B 0.50980395, alpha 1.0, hue 0.46101025, saturation 0.61846584, and chroma 0.09959023.static final intThis color constant "CW Drab Violet" has RGBA8888 code63328DFF, L 0.3019608, A 0.54509807, B 0.43529412, alpha 1.0, hue 0.85241663, saturation 0.6557377, and chroma 0.15712644.static final intThis color constant "CW Drab Yellow" has RGBA8888 codeC1C05BFF, L 0.7254902, A 0.47843137, B 0.5568628, alpha 1.0, hue 0.30120838, saturation 0.67282504, and chroma 0.12115674.static final intThis color constant "CW Faded Apricot" has RGBA8888 codeDDBC8BFF, L 0.75686276, A 0.5058824, B 0.53333336, alpha 1.0, hue 0.21519771, saturation 0.40084976, and chroma 0.06743233.static final intThis color constant "CW Faded Azure" has RGBA8888 code7CB9C8FF, L 0.6784314, A 0.47058824, B 0.47843137, alpha 1.0, hue 0.59871596, saturation 0.46499056, and chroma 0.07266045.static final intThis color constant "CW Faded Blue" has RGBA8888 code658AB9FF, L 0.5294118, A 0.4862745, B 0.45882353, alpha 1.0, hue 0.7036129, saturation 0.3728681, and chroma 0.08646853.static final intThis color constant "CW Faded Brown" has RGBA8888 codeBFA38AFF, L 0.6627451, A 0.5058824, B 0.5176471, alpha 1.0, hue 0.1894406, saturation 0.23934065, and chroma 0.03705794.static final intThis color constant "CW Faded Chartreuse" has RGBA8888 codeD4E693FF, L 0.85882354, A 0.4745098, B 0.5411765, alpha 1.0, hue 0.3294733, saturation 0.44749874, and chroma 0.096477255.static final intThis color constant "CW Faded Cyan" has RGBA8888 code78D2D0FF, L 0.7490196, A 0.45882353, B 0.4862745, alpha 1.0, hue 0.5463871, saturation 0.5494898, and chroma 0.08646853.static final intThis color constant "CW Faded Gold" has RGBA8888 codeDCCF85FF, L 0.8039216, A 0.49019608, B 0.5411765, alpha 1.0, hue 0.2786244, saturation 0.4658475, and chroma 0.084324345.static final intThis color constant "CW Faded Green" has RGBA8888 code84CC7AFF, L 0.7137255, A 0.44705883, B 0.5372549, alpha 1.0, hue 0.39564255, saturation 0.4686063, and chroma 0.12896542.static final intThis color constant "CW Faded Honeydew" has RGBA8888 codeC4E6A1FF, L 0.84705883, A 0.47058824, B 0.53333336, alpha 1.0, hue 0.35520855, saturation 0.37382802, and chroma 0.08856081.static final intThis color constant "CW Faded Indigo" has RGBA8888 code63489FFF, L 0.35686275, A 0.5294118, B 0.43529412, alpha 1.0, hue 0.82379156, saturation 0.4900971, and chroma 0.1415982.static final intThis color constant "CW Faded Jade" has RGBA8888 code8ACD99FF, L 0.7294118, A 0.45882353, B 0.52156866, alpha 1.0, hue 0.41398963, saturation 0.36443448, and chroma 0.09260367.static final intThis color constant "CW Faded Lime" has RGBA8888 codeB5D079FF, L 0.7647059, A 0.46666667, B 0.54509807, alpha 1.0, hue 0.3435836, saturation 0.5341557, and chroma 0.11172148.static final intThis color constant "CW Faded Magenta" has RGBA8888 codeB761A4FF, L 0.5137255, A 0.56078434, B 0.47058824, alpha 1.0, hue 0.934363, saturation 0.4657133, and chroma 0.1345248.static final intThis color constant "CW Faded Orange" has RGBA8888 codeCC9B75FF, L 0.6509804, A 0.5176471, B 0.5294118, alpha 1.0, hue 0.16109617, saturation 0.39308253, and chroma 0.068331465.static final intThis color constant "CW Faded Purple" has RGBA8888 codeAE6EBCFF, L 0.5372549, A 0.54901963, B 0.45882353, alpha 1.0, hue 0.8956425, saturation 0.40002978, and chroma 0.12753771.static final intThis color constant "CW Faded Red" has RGBA8888 codeB76363FF, L 0.49411765, A 0.54509807, B 0.5176471, alpha 1.0, hue 0.062832825, saturation 0.3939394, and chroma 0.096477255.static final intThis color constant "CW Faded Rose" has RGBA8888 codeB05A7FFF, L 0.4745098, A 0.5568628, B 0.49019608, alpha 1.0, hue 0.978904, saturation 0.45856807, and chroma 0.114952646.static final intThis color constant "CW Faded Sapphire" has RGBA8888 code5E65ACFF, L 0.42352942, A 0.5058824, B 0.44313726, alpha 1.0, hue 0.77258337, saturation 0.30743772, and chroma 0.11388578.static final intThis color constant "CW Faded Seafoam" has RGBA8888 code8ADABDFF, L 0.7764706, A 0.45882353, B 0.5058824, alpha 1.0, hue 0.4685836, saturation 0.443393, and chroma 0.082864076.static final intThis color constant "CW Faded Violet" has RGBA8888 code8C61B1FF, L 0.46666667, A 0.5372549, B 0.4509804, alpha 1.0, hue 0.86057127, saturation 0.3905125, and chroma 0.12265874.static final intThis color constant "CW Faded Yellow" has RGBA8888 codeF2F197FF, L 0.92156863, A 0.48235294, B 0.54901963, alpha 1.0, hue 0.29750782, saturation 0.5037582, and chroma 0.10379164.static final intThis color constant "CW Flush Apricot" has RGBA8888 codeED971BFF, L 0.67058825, A 0.52156866, B 0.57254905, alpha 1.0, hue 0.20131762, saturation 0.90567535, and chroma 0.15078327.static final intThis color constant "CW Flush Azure" has RGBA8888 code18B2D9FF, L 0.62352943, A 0.44705883, B 0.45882353, alpha 1.0, hue 0.6043575, saturation 0.9372126, and chroma 0.1336143.static final intThis color constant "CW Flush Blue" has RGBA8888 code136CDEFF, L 0.43529412, A 0.4745098, B 0.40784314, alpha 1.0, hue 0.7093862, saturation 0.9142203, and chroma 0.19048727.static final intThis color constant "CW Flush Brown" has RGBA8888 codeC36F26FF, L 0.52156866, A 0.53333336, B 0.5568628, alpha 1.0, hue 0.16398965, saturation 0.8329931, and chroma 0.13131043.static final intThis color constant "CW Flush Chartreuse" has RGBA8888 codeB8E516FF, L 0.8117647, A 0.44313726, B 0.58431375, alpha 1.0, hue 0.34019777, saturation 0.91497576, and chroma 0.20259848.static final intThis color constant "CW Flush Cyan" has RGBA8888 code0ADED8FF, L 0.7490196, A 0.42745098, B 0.48235294, alpha 1.0, hue 0.53480226, saturation 0.97047836, and chroma 0.14874557.static final intThis color constant "CW Flush Gold" has RGBA8888 codeE0BF0DFF, L 0.7490196, A 0.4862745, B 0.5803922, alpha 1.0, hue 0.27258337, saturation 0.94280905, and chroma 0.16247371.static final intThis color constant "CW Flush Green" has RGBA8888 code2ADB13FF, L 0.69803923, A 0.39607844, B 0.5764706, alpha 1.0, hue 0.39564255, saturation 0.95079535, and chroma 0.25704193.static final intThis color constant "CW Flush Honeydew" has RGBA8888 code89EA28FF, L 0.7921569, A 0.41960785, B 0.5803922, alpha 1.0, hue 0.37111902, saturation 0.8923077, and chroma 0.22649515.static final intThis color constant "CW Flush Indigo" has RGBA8888 code4909D4FF, L 0.29411766, A 0.5294118, B 0.37254903, alpha 1.0, hue 0.7889897, saturation 0.95608246, and chroma 0.26057938.static final intThis color constant "CW Flush Jade" has RGBA8888 code21D74BFF, L 0.6901961, A 0.40392157, B 0.56078434, alpha 1.0, hue 0.4064164, saturation 0.8875203, and chroma 0.22649515.static final intThis color constant "CW Flush Lime" has RGBA8888 code93D208FF, L 0.7254902, A 0.43529412, B 0.5803922, alpha 1.0, hue 0.35362232, saturation 0.94288415, and chroma 0.20558903.static final intThis color constant "CW Flush Magenta" has RGBA8888 codeDC0EB0FF, L 0.48235294, A 0.62352943, B 0.4509804, alpha 1.0, hue 0.9428998, saturation 0.9627046, and chroma 0.26476192.static final intThis color constant "CW Flush Orange" has RGBA8888 codeE56D11FF, L 0.5686275, A 0.54901963, B 0.5647059, alpha 1.0, hue 0.14609598, saturation 0.8917056, and chroma 0.16172063.static final intThis color constant "CW Flush Purple" has RGBA8888 codeBB18DEFF, L 0.4627451, A 0.6039216, B 0.40784314, alpha 1.0, hue 0.8877051, saturation 0.9333762, and chroma 0.27671033.static final intThis color constant "CW Flush Red" has RGBA8888 codeE21414FF, L 0.44705883, A 0.6, B 0.5529412, alpha 1.0, hue 0.07861299, saturation 0.9374491, and chroma 0.22541466.static final intThis color constant "CW Flush Rose" has RGBA8888 codeD90D64FF, L 0.44313726, A 0.6117647, B 0.5058824, alpha 1.0, hue 0.010959112, saturation 0.93770593, and chroma 0.22296442.static final intThis color constant "CW Flush Sapphire" has RGBA8888 code172BDDFF, L 0.29803923, A 0.49019608, B 0.36862746, alpha 1.0, hue 0.74036574, saturation 0.82651377, and chroma 0.26244652.static final intThis color constant "CW Flush Seafoam" has RGBA8888 code1AE89EFF, L 0.7607843, A 0.4117647, B 0.5254902, alpha 1.0, hue 0.45097163, saturation 0.9234717, and chroma 0.18296935.static final intThis color constant "CW Flush Violet" has RGBA8888 code7F14DCFF, L 0.36862746, A 0.5686275, B 0.3882353, alpha 1.0, hue 0.84093124, saturation 0.93765163, and chroma 0.2612811.static final intThis color constant "CW Flush Yellow" has RGBA8888 codeEEEE13FF, L 0.8901961, A 0.4627451, B 0.5921569, alpha 1.0, hue 0.30710015, saturation 0.9493337, and chroma 0.198028.static final intThis color constant "CW Gold" has RGBA8888 codeEBCB1DFF, L 0.79607844, A 0.4862745, B 0.58431375, alpha 1.0, hue 0.27156967, saturation 0.9448342, and chroma 0.17017984.static final intThis color constant "CW Gray" has RGBA8888 code7F7F7FFF, L 0.49803922, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "CW Gray Black" has RGBA8888 code3F3F3FFF, L 0.24705882, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "CW Gray White" has RGBA8888 codeBFBFBFFF, L 0.7490196, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "CW Green" has RGBA8888 code3EE628FF, L 0.7411765, A 0.4, B 0.5764706, alpha 1.0, hue 0.39261138, saturation 0.8893228, and chroma 0.2507922.static final intThis color constant "CW Honeydew" has RGBA8888 codeA5F655FF, L 0.8509804, A 0.43137255, B 0.57254905, alpha 1.0, hue 0.3661673, saturation 0.78446454, and chroma 0.1989505.static final intThis color constant "CW Indigo" has RGBA8888 code5313DFFF, L 0.31764707, A 0.53333336, B 0.37254903, alpha 1.0, hue 0.79363537, saturation 0.9233761, and chroma 0.26244652.static final intThis color constant "CW Jade" has RGBA8888 code45E269FF, L 0.7411765, A 0.4117647, B 0.5529412, alpha 1.0, hue 0.40980223, saturation 0.766965, and chroma 0.2049944.static final intThis color constant "CW Light Apricot" has RGBA8888 codeF8CD90FF, L 0.83137256, A 0.5058824, B 0.5411765, alpha 1.0, hue 0.22137561, saturation 0.4563404, and chroma 0.082864076.static final intThis color constant "CW Light Azure" has RGBA8888 code8BD8EBFF, L 0.7882353, A 0.46666667, B 0.47843137, alpha 1.0, hue 0.58890384, saturation 0.47169906, and chroma 0.079095535.static final intThis color constant "CW Light Blue" has RGBA8888 code81B0EBFF, L 0.6745098, A 0.4862745, B 0.45490196, alpha 1.0, hue 0.70762444, saturation 0.33048564, and chroma 0.09391262.static final intThis color constant "CW Light Brown" has RGBA8888 codeDEBA9BFF, L 0.75686276, A 0.50980395, B 0.52156866, alpha 1.0, hue 0.17620845, saturation 0.26832816, and chroma 0.0471994.static final intThis color constant "CW Light Chartreuse" has RGBA8888 codeDFF58CFF, L 0.9098039, A 0.47058824, B 0.5529412, alpha 1.0, hue 0.32379153, saturation 0.5492097, and chroma 0.120651916.static final intThis color constant "CW Light Cyan" has RGBA8888 code7DEFECFF, L 0.84705883, A 0.4509804, B 0.4862745, alpha 1.0, hue 0.5389897, saturation 0.60338134, and chroma 0.10141215.static final intThis color constant "CW Light Gold" has RGBA8888 codeF1E081FF, L 0.87058824, A 0.49019608, B 0.5529412, alpha 1.0, hue 0.27258337, saturation 0.56568545, and chroma 0.107261956.static final intThis color constant "CW Light Gray" has RGBA8888 code9F9F9FFF, L 0.62352943, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "CW Light Green" has RGBA8888 code91EC85FF, L 0.8156863, A 0.4392157, B 0.54509807, alpha 1.0, hue 0.39261138, saturation 0.49894476, and chroma 0.15078327.static final intThis color constant "CW Light Honeydew" has RGBA8888 codeCCF8A0FF, L 0.90588236, A 0.4627451, B 0.5411765, alpha 1.0, hue 0.3591375, saturation 0.43731293, and chroma 0.11062346.static final intThis color constant "CW Light Indigo" has RGBA8888 code9774E2FF, L 0.54509807, A 0.53333336, B 0.43137255, alpha 1.0, hue 0.8274922, saturation 0.40495545, and chroma 0.15199278.static final intThis color constant "CW Light Jade" has RGBA8888 code95EAA9FF, L 0.8235294, A 0.44705883, B 0.5254902, alpha 1.0, hue 0.42138702, saturation 0.45430225, and chroma 0.11705722.static final intThis color constant "CW Light Lime" has RGBA8888 codeC6E97AFF, L 0.8509804, A 0.4627451, B 0.5529412, alpha 1.0, hue 0.3409312, saturation 0.57390743, and chroma 0.12896542.static final intThis color constant "CW Light Magenta" has RGBA8888 codeEA7ED2FF, L 0.6627451, A 0.5686275, B 0.46666667, alpha 1.0, hue 0.93343776, saturation 0.4426453, and chroma 0.15199278.static final intThis color constant "CW Light Orange" has RGBA8888 codeF2B383FF, L 0.7607843, A 0.52156866, B 0.5372549, alpha 1.0, hue 0.16398965, saturation 0.43192235, and chroma 0.08575976.static final intThis color constant "CW Light Purple" has RGBA8888 codeDA89ECFF, L 0.6745098, A 0.5568628, B 0.4509804, alpha 1.0, hue 0.8926114, saturation 0.40019527, and chroma 0.14956398.static final intThis color constant "CW Light Red" has RGBA8888 codeED8383FF, L 0.6431373, A 0.5529412, B 0.5176471, alpha 1.0, hue 0.054594062, saturation 0.38118124, and chroma 0.11117382.static final intThis color constant "CW Light Rose" has RGBA8888 codeE87AA9FF, L 0.6313726, A 0.5647059, B 0.49019608, alpha 1.0, hue 0.9813617, saturation 0.42793107, and chroma 0.1303775.static final intThis color constant "CW Light Sapphire" has RGBA8888 code8690E9FF, L 0.59607846, A 0.5058824, B 0.4392157, alpha 1.0, hue 0.771096, saturation 0.2631782, and chroma 0.121659465.static final intThis color constant "CW Light Seafoam" has RGBA8888 code8FF6D1FF, L 0.8666667, A 0.44705883, B 0.5058824, alpha 1.0, hue 0.47570536, saturation 0.54803944, and chroma 0.10611779.static final intThis color constant "CW Light Violet" has RGBA8888 codeBA83E9FF, L 0.61960787, A 0.5411765, B 0.44313726, alpha 1.0, hue 0.85599256, saturation 0.36710295, and chroma 0.13986339.static final intThis color constant "CW Light Yellow" has RGBA8888 codeFCFB88FF, L 0.9529412, A 0.47843137, B 0.56078434, alpha 1.0, hue 0.29820585, saturation 0.6095656, and chroma 0.12849128.static final intThis color constant "CW Lime" has RGBA8888 code9DDD11FF, L 0.76862746, A 0.43529412, B 0.58431375, alpha 1.0, hue 0.35007626, saturation 0.9544892, and chroma 0.21173172.static final intThis color constant "CW Magenta" has RGBA8888 codeE71FBCFF, L 0.5176471, A 0.62352943, B 0.44705883, alpha 1.0, hue 0.938585, saturation 0.92106223, and chroma 0.26774204.static final intThis color constant "CW Orange" has RGBA8888 codeF17C24FF, L 0.61960787, A 0.54509807, B 0.5647059, alpha 1.0, hue 0.15217316, saturation 0.84933275, and chroma 0.15712644.static final intThis color constant "CW Pale Apricot" has RGBA8888 codeF4DBB7FF, L 0.8745098, A 0.5019608, B 0.52156866, alpha 1.0, hue 0.22371602, saturation 0.24331051, and chroma 0.04314594.static final intThis color constant "CW Pale Azure" has RGBA8888 codeB2DFEAFF, L 0.8392157, A 0.47843137, B 0.4862745, alpha 1.0, hue 0.58601034, saturation 0.28443667, and chroma 0.050931267.static final intThis color constant "CW Pale Blue" has RGBA8888 codeA7C3E6FF, L 0.7529412, A 0.49019608, B 0.4745098, alpha 1.0, hue 0.6987916, saturation 0.19764236, and chroma 0.054407768.static final intThis color constant "CW Pale Brown" has RGBA8888 codeE2CDBBFF, L 0.81960785, A 0.5058824, B 0.5137255, alpha 1.0, hue 0.17620845, saturation 0.16875985, and chroma 0.029749114.static final intThis color constant "CW Pale Chartreuse" has RGBA8888 codeE8F5B8FF, L 0.92941177, A 0.48235294, B 0.5294118, alpha 1.0, hue 0.32379153, saturation 0.30842316, and chroma 0.068331465.static final intThis color constant "CW Pale Cyan" has RGBA8888 codeABEEECFF, L 0.8745098, A 0.46666667, B 0.49019608, alpha 1.0, hue 0.5389897, saturation 0.3926767, and chroma 0.069218926.static final intThis color constant "CW Pale Gold" has RGBA8888 codeF1E7B0FF, L 0.8980392, A 0.49411765, B 0.5294118, alpha 1.0, hue 0.26979154, saturation 0.31616697, and chroma 0.059754133.static final intThis color constant "CW Pale Green" has RGBA8888 codeB5EBAEFF, L 0.85490197, A 0.4627451, B 0.5254902, alpha 1.0, hue 0.39479145, saturation 0.288652, and chroma 0.08992863.static final intThis color constant "CW Pale Honeydew" has RGBA8888 codeDCF6C3FF, L 0.9254902, A 0.47843137, B 0.52156866, alpha 1.0, hue 0.36057127, saturation 0.22971323, and chroma 0.060766988.static final intThis color constant "CW Pale Indigo" has RGBA8888 codeAF9BDBFF, L 0.654902, A 0.5176471, B 0.45882353, alpha 1.0, hue 0.82379156, saturation 0.20704333, and chroma 0.08924734.static final intThis color constant "CW Pale Jade" has RGBA8888 codeB8EAC4FF, L 0.85882354, A 0.47058824, B 0.5137255, alpha 1.0, hue 0.41737548, saturation 0.23368864, and chroma 0.064659946.static final intThis color constant "CW Pale Lime" has RGBA8888 codeD6EBAAFF, L 0.88235295, A 0.47843137, B 0.53333336, alpha 1.0, hue 0.33070704, saturation 0.3612502, and chroma 0.079095535.static final intThis color constant "CW Pale Magenta" has RGBA8888 codeE4A5D6FF, L 0.7372549, A 0.5372549, B 0.47843137, alpha 1.0, hue 0.92620844, saturation 0.23292375, and chroma 0.08575976.static final intThis color constant "CW Pale Orange" has RGBA8888 codeEDC8ACFF, L 0.8156863, A 0.50980395, B 0.52156866, alpha 1.0, hue 0.17620845, saturation 0.25313976, and chroma 0.0471994.static final intThis color constant "CW Pale Purple" has RGBA8888 codeDCADE7FF, L 0.7529412, A 0.5294118, B 0.47058824, alpha 1.0, hue 0.8855944, saturation 0.20247898, and chroma 0.082864076.static final intThis color constant "CW Pale Red" has RGBA8888 codeE6A7A7FF, L 0.7254902, A 0.5294118, B 0.50980395, alpha 1.0, hue 0.057100154, saturation 0.20103538, and chroma 0.061763234.static final intThis color constant "CW Pale Rose" has RGBA8888 codeE2A2BDFF, L 0.7176471, A 0.5372549, B 0.49411765, alpha 1.0, hue 0.9841372, saturation 0.23103161, and chroma 0.07513822.static final intThis color constant "CW Pale Sapphire" has RGBA8888 codeA7ADE1FF, L 0.69411767, A 0.5019608, B 0.4627451, alpha 1.0, hue 0.76761156, saturation 0.1426045, and chroma 0.07432148.static final intThis color constant "CW Pale Seafoam" has RGBA8888 codeB6F3DDFF, L 0.8901961, A 0.46666667, B 0.5019608, alpha 1.0, hue 0.48020846, saturation 0.3359274, and chroma 0.06652104.static final intThis color constant "CW Pale Violet" has RGBA8888 codeC6A7E2FF, L 0.7137255, A 0.52156866, B 0.46666667, alpha 1.0, hue 0.85241663, saturation 0.18518518, and chroma 0.079095535.static final intThis color constant "CW Pale Yellow" has RGBA8888 codeFBFAB8FF, L 0.9607843, A 0.4862745, B 0.53333336, alpha 1.0, hue 0.30120838, saturation 0.33881545, and chroma 0.071815535.static final intThis color constant "CW Purple" has RGBA8888 codeC934E9FF, L 0.5137255, A 0.6, B 0.4117647, alpha 1.0, hue 0.8882321, saturation 0.84095734, and chroma 0.26568243.static final intThis color constant "CW Red" has RGBA8888 codeEE2A2AFF, L 0.4862745, A 0.6, B 0.54901963, alpha 1.0, hue 0.07379155, saturation 0.8808753, and chroma 0.22186674.static final intThis color constant "CW Rich Apricot" has RGBA8888 codeC77F17FF, L 0.5647059, A 0.5176471, B 0.5647059, alpha 1.0, hue 0.20447324, saturation 0.90872025, and chroma 0.1336143.static final intThis color constant "CW Rich Azure" has RGBA8888 code1596B6FF, L 0.52156866, A 0.45490196, B 0.4627451, alpha 1.0, hue 0.6091375, saturation 0.8882919, and chroma 0.11653464.static final intThis color constant "CW Rich Blue" has RGBA8888 code0F5ABBFF, L 0.36078432, A 0.47843137, B 0.41568628, alpha 1.0, hue 0.7127985, saturation 0.89945966, and chroma 0.17337766.static final intThis color constant "CW Rich Brown" has RGBA8888 codeA45D20FF, L 0.4392157, A 0.5294118, B 0.54901963, alpha 1.0, hue 0.16220142, saturation 0.8033862, and chroma 0.11388578.static final intThis color constant "CW Rich Chartreuse" has RGBA8888 code9BC112FF, L 0.6862745, A 0.4509804, B 0.5764706, alpha 1.0, hue 0.33601037, saturation 0.9329523, and chroma 0.1809568.static final intThis color constant "CW Rich Cyan" has RGBA8888 code09BAB6FF, L 0.627451, A 0.43529412, B 0.4862745, alpha 1.0, hue 0.5294989, saturation 0.95757765, and chroma 0.13177444.static final intThis color constant "CW Rich Gold" has RGBA8888 codeBCA20BFF, L 0.63529414, A 0.4862745, B 0.57254905, alpha 1.0, hue 0.2749237, saturation 0.9383114, and chroma 0.14709508.static final intThis color constant "CW Rich Green" has RGBA8888 code23B810FF, L 0.5882353, A 0.40784314, B 0.5686275, alpha 1.0, hue 0.3943135, saturation 0.9421343, and chroma 0.22890759.static final intThis color constant "CW Rich Honeydew" has RGBA8888 code73C522FF, L 0.6666667, A 0.43137255, B 0.57254905, alpha 1.0, hue 0.3661673, saturation 0.9105392, and chroma 0.1989505.static final intThis color constant "CW Rich Indigo" has RGBA8888 code3D07B3FF, L 0.24705882, A 0.5254902, B 0.38431373, alpha 1.0, hue 0.7876958, saturation 0.9623506, and chroma 0.23599699.static final intThis color constant "CW Rich Jade" has RGBA8888 code1BB53FFF, L 0.5803922, A 0.41568628, B 0.5529412, alpha 1.0, hue 0.4064164, saturation 0.8703055, and chroma 0.19833598.static final intThis color constant "CW Rich Lime" has RGBA8888 code7CB106FF, L 0.6117647, A 0.44313726, B 0.57254905, alpha 1.0, hue 0.35106787, saturation 0.9632999, and chroma 0.1836353.static final intThis color constant "CW Rich Magenta" has RGBA8888 codeB90D94FF, L 0.40784314, A 0.60784316, B 0.45490196, alpha 1.0, hue 0.940423, saturation 0.94010055, and chroma 0.23287278.static final intThis color constant "CW Rich Orange" has RGBA8888 codeC15B0FFF, L 0.47843137, A 0.54509807, B 0.5568628, alpha 1.0, hue 0.14261138, saturation 0.89345926, and chroma 0.14458403.static final intThis color constant "CW Rich Purple" has RGBA8888 code9E15BAFF, L 0.3882353, A 0.5921569, B 0.41960785, alpha 1.0, hue 0.88942873, saturation 0.9188529, and chroma 0.24363229.static final intThis color constant "CW Rich Red" has RGBA8888 codeBE1111FF, L 0.3764706, A 0.5882353, B 0.54901963, alpha 1.0, hue 0.0818773, saturation 0.9435603, and chroma 0.20108652.static final intThis color constant "CW Rich Rose" has RGBA8888 codeB60B54FF, L 0.37254903, A 0.6, B 0.5019608, alpha 1.0, hue 0.006118364, saturation 0.9461536, and chroma 0.19925705.static final intThis color constant "CW Rich Sapphire" has RGBA8888 code1424BAFF, L 0.2509804, A 0.49019608, B 0.38431373, alpha 1.0, hue 0.7390409, saturation 0.807469, and chroma 0.23129487.static final intThis color constant "CW Rich Seafoam" has RGBA8888 code16C385FF, L 0.6392157, A 0.42352942, B 0.52156866, alpha 1.0, hue 0.45131764, saturation 0.90567535, and chroma 0.1582875.static final intThis color constant "CW Rich Violet" has RGBA8888 code6B11B9FF, L 0.30980393, A 0.56078434, B 0.4, alpha 1.0, hue 0.840609, saturation 0.9275514, and chroma 0.23313475.static final intThis color constant "CW Rich Yellow" has RGBA8888 codeC9C80FFF, L 0.7490196, A 0.46666667, B 0.5803922, alpha 1.0, hue 0.30792907, saturation 0.9363418, and chroma 0.17337766.static final intThis color constant "CW Rose" has RGBA8888 codeE41A71FF, L 0.4745098, A 0.6156863, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.9230769, and chroma 0.23050185.static final intThis color constant "CW Sapphire" has RGBA8888 code3244E8FF, L 0.3647059, A 0.49803922, B 0.38039216, alpha 1.0, hue 0.75, saturation 0.6818182, and chroma 0.23831327.static final intThis color constant "CW Seafoam" has RGBA8888 code37F4B0FF, L 0.80784315, A 0.41568628, B 0.52156866, alpha 1.0, hue 0.45570695, saturation 0.8736132, and chroma 0.17337766.static final intThis color constant "CW Violet" has RGBA8888 code902BE7FF, L 0.41960785, A 0.57254905, B 0.39215687, alpha 1.0, hue 0.84759516, saturation 0.8575363, and chroma 0.2589346.static final intThis color constant "CW White" has RGBA8888 codeFFFFFFFF, L 1.0, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "CW Yellow" has RGBA8888 codeFBFA27FF, L 0.9372549, A 0.46666667, B 0.5921569, alpha 1.0, hue 0.30120838, saturation 0.91993535, and chroma 0.19523436.static final intThis color constant "Cyan" has RGBA8888 code00FFFFFF, L 0.8627451, A 0.42352942, B 0.47843137, alpha 1.0, hue 0.5409546, saturation 0.9583845, and chroma 0.1582875.static final intThis color constant "Cypress Bark" has RGBA8888 code752E23FF, L 0.27450982, A 0.54509807, B 0.5254902, alpha 1.0, hue 0.08404553, saturation 0.6040193, and chroma 0.10320191.static final intThis color constant "Cypress Bark Red" has RGBA8888 code6F3028FF, L 0.27058825, A 0.5411765, B 0.52156866, alpha 1.0, hue 0.07947329, saturation 0.5568873, and chroma 0.09260367.static final intThis color constant "Dark Blue" has RGBA8888 code0000C8FF, L 0.23921569, A 0.48235294, B 0.3647059, alpha 1.0, hue 0.7313617, saturation 0.97812814, and chroma 0.27181438.static final intThis color constant "Dark Blue Dye" has RGBA8888 code192236FF, L 0.13333334, A 0.49411765, B 0.4745098, alpha 1.0, hue 0.723716, saturation 0.3924363, and chroma 0.052115876.static final intThis color constant "Dark Blue Lapis Lazuli" has RGBA8888 code1B294BFF, L 0.16470589, A 0.49411765, B 0.4627451, alpha 1.0, hue 0.73238844, saturation 0.32928675, and chroma 0.07513822.static final intThis color constant "Dark Brown" has RGBA8888 code654321FF, L 0.29411766, A 0.5137255, B 0.53333336, alpha 1.0, hue 0.18343773, saturation 0.72954506, and chroma 0.071815535.static final intThis color constant "Dark Cerulean" has RGBA8888 code08457EFF, L 0.2627451, A 0.47843137, B 0.44313726, alpha 1.0, hue 0.69540596, saturation 0.90097386, and chroma 0.12115674.static final intThis color constant "Dark Chestnut" has RGBA8888 code986960FF, L 0.4627451, A 0.5254902, B 0.5137255, alpha 1.0, hue 0.08262452, saturation 0.25194556, and chroma 0.05767509.static final intThis color constant "Dark Coral" has RGBA8888 codeCD5B45FF, L 0.5019608, A 0.5568628, B 0.5372549, alpha 1.0, hue 0.09358362, saturation 0.5547002, and chroma 0.13542919.static final intThis color constant "Dark Goldenrod" has RGBA8888 codeB8860BFF, L 0.56078434, A 0.5058824, B 0.5686275, alpha 1.0, hue 0.23238842, saturation 0.97896063, and chroma 0.13722007.static final intThis color constant "Dark Gray" has RGBA8888 code404040FF, L 0.2509804, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Dark Green" has RGBA8888 code013220FF, L 0.16078432, A 0.46666667, B 0.50980395, alpha 1.0, hue 0.44289985, saturation 0.89936876, and chroma 0.069218926.static final intThis color constant "Dark Indigo" has RGBA8888 code614E6EFF, L 0.3372549, A 0.5176471, B 0.47843137, alpha 1.0, hue 0.875, saturation 0.22447835, and chroma 0.055518243.static final intThis color constant "Dark Khaki" has RGBA8888 codeBDB76BFF, L 0.7019608, A 0.4862745, B 0.54509807, alpha 1.0, hue 0.28898975, saturation 0.5622417, and chroma 0.09391262.static final intThis color constant "Dark Pastel Green" has RGBA8888 code03C03CFF, L 0.6117647, A 0.40784314, B 0.56078434, alpha 1.0, hue 0.40326515, saturation 0.9038016, and chroma 0.21993263.static final intThis color constant "Dark Pink" has RGBA8888 codeE75480FF, L 0.54901963, A 0.5882353, B 0.5019608, alpha 1.0, hue 0.0069155367, saturation 0.64849937, and chroma 0.17582464.static final intThis color constant "Dark Red" has RGBA8888 code800000FF, L 0.24705882, A 0.5686275, B 0.5372549, alpha 1.0, hue 0.08070704, saturation 0.9577331, and chroma 0.1555649.static final intThis color constant "Dark Red Dye" has RGBA8888 code23191EFF, L 0.10980392, A 0.50980395, B 0.49411765, alpha 1.0, hue 0.9487916, saturation 0.2342428, and chroma 0.022777155.static final intThis color constant "Dark Salmon" has RGBA8888 codeE9967AFF, L 0.6784314, A 0.5372549, B 0.5294118, alpha 1.0, hue 0.10738862, saturation 0.3766544, and chroma 0.0945603.static final intThis color constant "Dark Scarlet" has RGBA8888 code560319FF, L 0.16862746, A 0.5568628, B 0.5137255, alpha 1.0, hue 0.0414764, saturation 0.9408591, and chroma 0.11653464.static final intThis color constant "Dark Slate Gray" has RGBA8888 code2F4F4FFF, L 0.28235295, A 0.47843137, B 0.49411765, alpha 1.0, hue 0.53141636, saturation 0.48562092, and chroma 0.044538103.static final intThis color constant "Dark Spring Green" has RGBA8888 code177245FF, L 0.37254903, A 0.44313726, B 0.52156866, alpha 1.0, hue 0.43555963, saturation 0.8959733, and chroma 0.12115674.static final intThis color constant "Dark Tan" has RGBA8888 code918151FF, L 0.50980395, A 0.49803922, B 0.53333336, alpha 1.0, hue 0.25, saturation 0.51428574, and chroma 0.06652104.static final intThis color constant "Dark Turquoise" has RGBA8888 code00CED1FF, L 0.69803923, A 0.43529412, B 0.47843137, alpha 1.0, hue 0.54820585, saturation 0.9312808, and chroma 0.13587911.static final intThis color constant "Dark Violet" has RGBA8888 code9400D3FF, L 0.3882353, A 0.5882353, B 0.4, alpha 1.0, hue 0.8683725, saturation 0.9705879, and chroma 0.26568243.static final intThis color constant "Dawn" has RGBA8888 codeFA7B62FF, L 0.6392157, A 0.56078434, B 0.5372549, alpha 1.0, hue 0.08890383, saturation 0.47766992, and chroma 0.14202859.static final int[]DawnBringer's original 16-color palette, as posted on the Pixel Joint forums, and since then used in lots of pixel art.static final int[]DawnBringer's 32-color palette, as posted on, the Pixel Joint forums , and since then used in lots of pixel art.static final int[]DawnBringer's 256-color Aurora palette, modified slightly to fit one transparent color by removing one gray.static final intThis color constant "Daylily" has RGBA8888 codeFF8936FF, L 0.6666667, A 0.54509807, B 0.5647059, alpha 1.0, hue 0.15217316, saturation 0.8003328, and chroma 0.15712644.static final intThis color constant "DB Army Green" has RGBA8888 code8F974AFF, L 0.5647059, A 0.47843137, B 0.54509807, alpha 1.0, hue 0.31283283, saturation 0.63414633, and chroma 0.09959023.static final intThis color constant "DB Black" has RGBA8888 code000000FF, L 0.0, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "DB Blood" has RGBA8888 codeAC3232FF, L 0.3764706, A 0.57254905, B 0.53333336, alpha 1.0, hue 0.07040579, saturation 0.75084984, and chroma 0.15905683.static final intThis color constant "DB Cadet Blue" has RGBA8888 code597DCEFF, L 0.49803922, A 0.49019608, B 0.43529412, alpha 1.0, hue 0.73020846, saturation 0.39328086, and chroma 0.1303775.static final intThis color constant "DB Cappuccino" has RGBA8888 code8F563BFF, L 0.39607844, A 0.5254902, B 0.5294118, alpha 1.0, hue 0.13559444, saturation 0.5315073, and chroma 0.07753685.static final intThis color constant "DB Cerulean" has RGBA8888 code306082FF, L 0.3529412, A 0.47843137, B 0.4627451, alpha 1.0, hue 0.669293, saturation 0.6434769, and chroma 0.08575976.static final intThis color constant "DB Chestnut" has RGBA8888 code663931FF, L 0.27450982, A 0.5294118, B 0.5176471, alpha 1.0, hue 0.08890383, saturation 0.41928804, and chroma 0.068331465.static final intThis color constant "DB Cobalt" has RGBA8888 code3F3F74FF, L 0.27058825, A 0.5058824, B 0.45490196, alpha 1.0, hue 0.77862436, saturation 0.3337415, and chroma 0.09060479.static final intThis color constant "DB Compost" has RGBA8888 code8A6F30FF, L 0.44705883, A 0.49803922, B 0.54509807, alpha 1.0, hue 0.25, saturation 0.75, and chroma 0.08992863.static final intThis color constant "DB Coral" has RGBA8888 codeD95763FF, L 0.52156866, A 0.57254905, B 0.52156866, alpha 1.0, hue 0.04868237, saturation 0.58602524, and chroma 0.15078327.static final intThis color constant "DB Daffodil" has RGBA8888 codeFBF236FF, L 0.91764706, A 0.47058824, B 0.5882353, alpha 1.0, hue 0.29702112, saturation 0.89043075, and chroma 0.18528971.static final intThis color constant "DB Dark Leather" has RGBA8888 code442434FF, L 0.18431373, A 0.5294118, B 0.49019608, alpha 1.0, hue 0.9610103, saturation 0.44574115, and chroma 0.061763234.static final intThis color constant "DB Deep Ocean" has RGBA8888 code30346DFF, L 0.23137255, A 0.5058824, B 0.44705883, alpha 1.0, hue 0.7742946, saturation 0.43124413, and chroma 0.10611779.static final intThis color constant "DB Denim" has RGBA8888 code5B6EE1FF, L 0.4745098, A 0.5019608, B 0.41568628, alpha 1.0, hue 0.75757325, saturation 0.40430376, and chroma 0.16801417.static final intThis color constant "DB Drab" has RGBA8888 code757161FF, L 0.44313726, A 0.49803922, B 0.50980395, alpha 1.0, hue 0.25, saturation 0.1875, and chroma 0.019918045.static final intThis color constant "DB Earth" has RGBA8888 code854C30FF, L 0.36078432, A 0.5294118, B 0.53333336, alpha 1.0, hue 0.13435109, saturation 0.63376814, and chroma 0.08856081.static final intThis color constant "DB Eggplant" has RGBA8888 code76428AFF, L 0.3529412, A 0.54509807, B 0.45490196, alpha 1.0, hue 0.8819153, saturation 0.5008868, and chroma 0.12705825.static final intThis color constant "DB Eggshell" has RGBA8888 codeDEEED6FF, L 0.9098039, A 0.4862745, B 0.50980395, alpha 1.0, hue 0.375, saturation 0.116236724, and chroma 0.033602834.static final intThis color constant "DB Elephant" has RGBA8888 code847E87FF, L 0.5019608, A 0.5019608, B 0.49411765, alpha 1.0, hue 0.875, saturation 0.034493014, and chroma 0.012352647.static final intThis color constant "DB Fawn" has RGBA8888 codeD9A066FF, L 0.6745098, A 0.5176471, B 0.5411765, alpha 1.0, hue 0.18210036, saturation 0.5253498, and chroma 0.08924734.static final intThis color constant "DB Forest" has RGBA8888 code346524FF, L 0.3372549, A 0.45490196, B 0.5372549, alpha 1.0, hue 0.38257292, saturation 0.7433034, and chroma 0.11653464.static final intThis color constant "DB Graphite" has RGBA8888 code696A6AFF, L 0.41568628, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "DB Ink" has RGBA8888 code222034FF, L 0.13333334, A 0.5058824, B 0.47843137, alpha 1.0, hue 0.8105594, saturation 0.2761623, and chroma 0.044538103.static final intThis color constant "DB Iron" has RGBA8888 code8595A1FF, L 0.57254905, A 0.49019608, B 0.4862745, alpha 1.0, hue 0.65641636, saturation 0.18027756, and chroma 0.033602834.static final intThis color constant "DB Jungle" has RGBA8888 code37946EFF, L 0.49803922, A 0.44705883, B 0.5137255, alpha 1.0, hue 0.45249218, saturation 0.71586686, and chroma 0.10895567.static final intThis color constant "DB Key Lime" has RGBA8888 code99E550FF, L 0.7921569, A 0.43529412, B 0.5686275, alpha 1.0, hue 0.36564893, saturation 0.7645457, and chroma 0.18790646.static final intThis color constant "DB Lavender" has RGBA8888 codeD77BBAFF, L 0.61960787, A 0.56078434, B 0.4745098, alpha 1.0, hue 0.9428998, saturation 0.4117592, and chroma 0.13131043.static final intThis color constant "DB Lead" has RGBA8888 code4E4A4FFF, L 0.29411766, A 0.5019608, B 0.49411765, alpha 1.0, hue 0.875, saturation 0.048765983, and chroma 0.012352647.static final intThis color constant "DB Lobster" has RGBA8888 codeD04648FF, L 0.47058824, A 0.5764706, B 0.5294118, alpha 1.0, hue 0.0605594, saturation 0.6731456, and chroma 0.1632233.static final intThis color constant "DB Midnight" has RGBA8888 code140C1CFF, L 0.0627451, A 0.50980395, B 0.47843137, alpha 1.0, hue 0.83601034, saturation 0.50703925, and chroma 0.0471994.static final intThis color constant "DB Mud" has RGBA8888 code524B24FF, L 0.2901961, A 0.49411765, B 0.5294118, alpha 1.0, hue 0.26979154, saturation 0.6449806, and chroma 0.059754133.static final intThis color constant "DB Mustard" has RGBA8888 codeDAD45EFF, L 0.80784315, A 0.47843137, B 0.5647059, alpha 1.0, hue 0.29552677, saturation 0.72326714, and chroma 0.13587911.static final intThis color constant "DB Nude" has RGBA8888 codeEEC39AFF, L 0.8, A 0.50980395, B 0.5294118, alpha 1.0, hue 0.19289984, saturation 0.34176013, and chroma 0.061763234.static final intThis color constant "DB Olive" has RGBA8888 code4B692FFF, L 0.36862746, A 0.46666667, B 0.53333336, alpha 1.0, hue 0.36564893, saturation 0.63376814, and chroma 0.09391262.static final intThis color constant "DB Pea Soup" has RGBA8888 code6DAA2CFF, L 0.58431375, A 0.44313726, B 0.56078434, alpha 1.0, hue 0.36440554, saturation 0.83373696, and chroma 0.1658202.static final intThis color constant "DB Platinum" has RGBA8888 codeCBDBFCFF, L 0.85882354, A 0.49411765, B 0.4745098, alpha 1.0, hue 0.723716, saturation 0.115862146, and chroma 0.052115876.static final intThis color constant "DB Pumpkin" has RGBA8888 codeDF7126FF, L 0.5686275, A 0.54509807, B 0.56078434, alpha 1.0, hue 0.14758338, saturation 0.8333333, and chroma 0.15078327.static final intThis color constant "DB Putty" has RGBA8888 codeD2AA99FF, L 0.7058824, A 0.5137255, B 0.5137255, alpha 1.0, hue 0.125, saturation 0.18547063, and chroma 0.038669903.static final intThis color constant "DB Seafoam" has RGBA8888 code5FCDE4FF, L 0.7294118, A 0.45490196, B 0.47058824, alpha 1.0, hue 0.5901978, saturation 0.6862318, and chroma 0.107261956.static final intThis color constant "DB Seal Brown" has RGBA8888 code45283CFF, L 0.2, A 0.5254902, B 0.4862745, alpha 1.0, hue 0.93555963, saturation 0.37150112, and chroma 0.05767509.static final intThis color constant "DB Shadow" has RGBA8888 code323C39FF, L 0.22352941, A 0.49019608, B 0.49803922, alpha 1.0, hue 0.5, saturation 0.21052632, and chroma 0.019918045.static final intThis color constant "DB Shamrock" has RGBA8888 code6ABE30FF, L 0.6392157, A 0.43137255, B 0.5647059, alpha 1.0, hue 0.375, saturation 0.8290217, and chroma 0.18790646.static final intThis color constant "DB Sky Blue" has RGBA8888 code639BFFFF, L 0.6117647, A 0.4862745, B 0.42745098, alpha 1.0, hue 0.723716, saturation 0.43448302, and chroma 0.14709508.static final intThis color constant "DB Soot" has RGBA8888 code595652FF, L 0.3372549, A 0.49803922, B 0.5019608, alpha 1.0, hue 0.25, saturation 0.074074075, and chroma 0.0055242716.static final intThis color constant "DB Storm Cloud" has RGBA8888 code9BADB7FF, L 0.6666667, A 0.49019608, B 0.49019608, alpha 1.0, hue 0.625, saturation 0.14504755, and chroma 0.027621359.static final intThis color constant "DB Tawny Brown" has RGBA8888 codeD27D2CFF, L 0.5764706, A 0.5294118, B 0.56078434, alpha 1.0, hue 0.17620845, saturation 0.8518354, and chroma 0.1345248.static final intThis color constant "DB Turquoise" has RGBA8888 code6DC2CAFF, L 0.69411767, A 0.4627451, B 0.48235294, alpha 1.0, hue 0.56656224, saturation 0.5471588, and chroma 0.0821242.static final intThis color constant "DB White" has RGBA8888 codeFFFFFFFF, L 1.0, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Dead Man's Fingers Seaweed" has RGBA8888 code524B2AFF, L 0.2901961, A 0.49411765, B 0.5254902, alpha 1.0, hue 0.27258337, saturation 0.56568545, and chroma 0.052115876.static final intThis color constant "Decaying Leaves" has RGBA8888 codeD57835FF, L 0.5686275, A 0.5372549, B 0.5568628, alpha 1.0, hue 0.15641639, saturation 0.8012336, and chroma 0.13542919.static final intThis color constant "Deep Cerise" has RGBA8888 codeDA3287FF, L 0.48235294, A 0.6039216, B 0.4862745, alpha 1.0, hue 0.98238844, saturation 0.81093, and chroma 0.20882916.static final intThis color constant "Deep Chestnut" has RGBA8888 codeB94E48FF, L 0.44705883, A 0.56078434, B 0.5294118, alpha 1.0, hue 0.07379155, saturation 0.5770498, and chroma 0.1345248.static final intThis color constant "Deep Fuchsia" has RGBA8888 codeC154C1FF, L 0.5176471, A 0.5764706, B 0.44705883, alpha 1.0, hue 0.90826696, saturation 0.6038917, and chroma 0.18528971.static final intThis color constant "Deep Lilac" has RGBA8888 code9955BBFF, L 0.4627451, A 0.5529412, B 0.4392157, alpha 1.0, hue 0.86951417, saturation 0.51945025, and chroma 0.1605844.static final intThis color constant "Deep Magenta" has RGBA8888 codeCD00CCFF, L 0.47058824, A 0.6156863, B 0.42745098, alpha 1.0, hue 0.91398966, saturation 0.9585126, and chroma 0.27203885.static final intThis color constant "Deep Peach" has RGBA8888 codeFFCBA4FF, L 0.84313726, A 0.5176471, B 0.5294118, alpha 1.0, hue 0.16109617, saturation 0.33101687, and chroma 0.068331465.static final intThis color constant "Deep Pink" has RGBA8888 codeFF1493FF, L 0.53333336, A 0.6313726, B 0.4862745, alpha 1.0, hue 0.985993, saturation 0.96146744, and chroma 0.26314327.static final intThis color constant "Deep Purple" has RGBA8888 code3A243BFF, L 0.1764706, A 0.52156866, B 0.48235294, alpha 1.0, hue 0.90641636, saturation 0.36980012, and chroma 0.055518243.static final intThis color constant "Deep Scarlet" has RGBA8888 code7B3B3AFF, L 0.3137255, A 0.5411765, B 0.5137255, alpha 1.0, hue 0.055508707, saturation 0.47774285, and chroma 0.08646853.static final intThis color constant "Denim" has RGBA8888 code1560BDFF, L 0.38039216, A 0.47843137, B 0.41960785, alpha 1.0, hue 0.7110103, saturation 0.82462114, and chroma 0.1658202.static final intThis color constant "Disappearing Purple" has RGBA8888 code3F313AFF, L 0.20784314, A 0.50980395, B 0.49411765, alpha 1.0, hue 0.9487916, saturation 0.15425745, and chroma 0.022777155.static final intThis color constant "Distant River Brown" has RGBA8888 codeCB6649FF, L 0.52156866, A 0.54901963, B 0.5372549, alpha 1.0, hue 0.10435746, saturation 0.5559736, and chroma 0.12265874.static final intThis color constant "Dodger Blue" has RGBA8888 code1E90FFFF, L 0.5529412, A 0.46666667, B 0.4117647, alpha 1.0, hue 0.69449127, saturation 0.91801566, and chroma 0.18790646.static final intThis color constant "Dove Feather Grey" has RGBA8888 code755D5BFF, L 0.3882353, A 0.5137255, B 0.5058824, alpha 1.0, hue 0.07379155, saturation 0.15691705, and chroma 0.029749114.static final intThis color constant "Dried Weathered Bamboo" has RGBA8888 code7D4E2DFF, L 0.3529412, A 0.52156866, B 0.53333336, alpha 1.0, hue 0.15641639, saturation 0.6555548, and chroma 0.079095535.static final intThis color constant "Dull Blue" has RGBA8888 code4F4944FF, L 0.2901961, A 0.5019608, B 0.5019608, alpha 1.0, hue 0.125, saturation 0.08318903, and chroma 0.0055242716.static final intThis color constant "Earthen Yellow" has RGBA8888 codeBE7F51FF, L 0.5568628, A 0.52156866, B 0.5372549, alpha 1.0, hue 0.16398965, saturation 0.5300865, and chroma 0.08575976.static final intThis color constant "Earthen Yellow Red Brown" has RGBA8888 codeFF4E20FF, L 0.56078434, A 0.58431375, B 0.56078434, alpha 1.0, hue 0.10007626, saturation 0.85009193, and chroma 0.2070681.static final intThis color constant "Ecru" has RGBA8888 codeC2B280FF, L 0.69803923, A 0.49803922, B 0.5294118, alpha 1.0, hue 0.25, saturation 0.37209302, and chroma 0.058723815.static final intThis color constant "Edo Brown" has RGBA8888 codeA13D2DFF, L 0.37254903, A 0.5568628, B 0.53333336, alpha 1.0, hue 0.08601036, saturation 0.6361038, and chroma 0.13131043.static final intThis color constant "Egg Dye" has RGBA8888 codeFFA631FF, L 0.7294118, A 0.52156866, B 0.57254905, alpha 1.0, hue 0.20131762, saturation 0.8662982, and chroma 0.15078327.static final intThis color constant "Eggplant" has RGBA8888 code614051FF, L 0.29411766, A 0.5254902, B 0.49019608, alpha 1.0, hue 0.95570695, saturation 0.2912044, and chroma 0.054407768.static final intThis color constant "Eggshell Paper" has RGBA8888 codeECBE9FFF, L 0.78431374, A 0.5137255, B 0.5254902, alpha 1.0, hue 0.16737549, saturation 0.29860213, and chroma 0.05767509.static final intThis color constant "Egyptian Blue" has RGBA8888 code1034A6FF, L 0.25882354, A 0.4862745, B 0.40392157, alpha 1.0, hue 0.73020846, saturation 0.89580643, and chroma 0.19334951.static final intThis color constant "Electric Blue" has RGBA8888 code7DF9FFFF, L 0.88235295, A 0.44705883, B 0.48235294, alpha 1.0, hue 0.5475078, saturation 0.6476891, and chroma 0.11117382.static final intThis color constant "Electric Green" has RGBA8888 code00FF00FF, L 0.80784315, A 0.38039216, B 0.5882353, alpha 1.0, hue 0.39589924, saturation 0.9947925, and chroma 0.29610303.static final intThis color constant "Electric Indigo" has RGBA8888 code6600FFFF, L 0.36862746, A 0.54509807, B 0.36078432, alpha 1.0, hue 0.8025686, saturation 0.96103895, and chroma 0.29153293.static final intThis color constant "Electric Lime" has RGBA8888 codeCCFF00FF, L 0.90588236, A 0.4392157, B 0.5921569, alpha 1.0, hue 0.33890384, saturation 0.9433981, and chroma 0.21993263.static final intThis color constant "Electric Purple" has RGBA8888 codeBF00FFFF, L 0.4862745, A 0.6039216, B 0.3882353, alpha 1.0, hue 0.8721067, saturation 0.96042717, and chroma 0.30403575.static final intThis color constant "Emerald" has RGBA8888 code50C878FF, L 0.6666667, A 0.43137255, B 0.53333336, alpha 1.0, hue 0.42250782, saturation 0.6994685, and chroma 0.15199278.static final intThis color constant "Faded Chinese Tea Brown" has RGBA8888 code60281EFF, L 0.22745098, A 0.5372549, B 0.52156866, alpha 1.0, hue 0.08601036, saturation 0.5830952, and chroma 0.08575976.static final intThis color constant "Faded Sen No Rikyu's Tea" has RGBA8888 codeB0927AFF, L 0.59607846, A 0.50980395, B 0.5176471, alpha 1.0, hue 0.16398965, saturation 0.25351962, and chroma 0.040217306.static final intThis color constant "Fake Purple" has RGBA8888 code43242AFF, L 0.18039216, A 0.5254902, B 0.5019608, alpha 1.0, hue 0.022583367, saturation 0.41594517, and chroma 0.050931267.static final intThis color constant "Falu Red" has RGBA8888 code801818FF, L 0.2627451, A 0.5647059, B 0.53333336, alpha 1.0, hue 0.077492185, saturation 0.87433565, and chroma 0.14500555.static final intThis color constant "Fern Green" has RGBA8888 code4F7942FF, L 0.41960785, A 0.4627451, B 0.5294118, alpha 1.0, hue 0.38435107, saturation 0.51240826, and chroma 0.0945603.static final intThis color constant "Finch Brown" has RGBA8888 code957B38FF, L 0.49411765, A 0.49803922, B 0.54509807, alpha 1.0, hue 0.25, saturation 0.7058824, and chroma 0.08992863.static final intThis color constant "Firebrick" has RGBA8888 codeB22222FF, L 0.3647059, A 0.5803922, B 0.5411765, alpha 1.0, hue 0.07679413, saturation 0.86205596, and chroma 0.17994207.static final intThis color constant "Flattery Brown" has RGBA8888 code6B4423FF, L 0.3019608, A 0.5176471, B 0.53333336, alpha 1.0, hue 0.16929296, saturation 0.7100435, and chroma 0.07513822.static final intThis color constant "Flax" has RGBA8888 codeEEDC82FF, L 0.85490197, A 0.49019608, B 0.54901963, alpha 1.0, hue 0.27429464, saturation 0.536855, and chroma 0.09959023.static final intThis color constant "Flirtatious Indigo Tea" has RGBA8888 code473F2DFF, L 0.24705882, A 0.49803922, B 0.5137255, alpha 1.0, hue 0.25, saturation 0.36363637, and chroma 0.027621359.static final intThis color constant "Floral Leaf" has RGBA8888 codeFFB94EFF, L 0.78039217, A 0.5137255, B 0.5647059, alpha 1.0, hue 0.21322066, saturation 0.74315953, and chroma 0.13177444.static final intThis color constant "Foreign Crimson" has RGBA8888 codeC91F37FF, L 0.4117647, A 0.59607846, B 0.53333336, alpha 1.0, hue 0.054996975, saturation 0.90070033, and chroma 0.20259848.static final intThis color constant "Forest Green" has RGBA8888 code228B22FF, L 0.44705883, A 0.42745098, B 0.5529412, alpha 1.0, hue 0.39479145, saturation 0.877058, and chroma 0.1789216.static final intThis color constant "Fox" has RGBA8888 code985629FF, L 0.40784314, A 0.5294118, B 0.5411765, alpha 1.0, hue 0.14992374, saturation 0.71586686, and chroma 0.1008085.static final intThis color constant "Fragile Seaweed Brown" has RGBA8888 code2E372EFF, L 0.20392157, A 0.49019608, B 0.5058824, alpha 1.0, hue 0.375, saturation 0.20203051, and chroma 0.022777155.static final intThis color constant "French Rose" has RGBA8888 codeF64A8AFF, L 0.56078434, A 0.6, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.7222222, and chroma 0.19925705.static final intThis color constant "Fresh Onion" has RGBA8888 code5B8930FF, L 0.4745098, A 0.45490196, B 0.54901963, alpha 1.0, hue 0.36176792, saturation 0.77406305, and chroma 0.13269757.static final intThis color constant "Fuchsia Pink" has RGBA8888 codeFF77FFFF, L 0.69803923, A 0.5882353, B 0.4392157, alpha 1.0, hue 0.908024, saturation 0.57206374, and chroma 0.21345432.static final intThis color constant "Gamboge" has RGBA8888 codeE49B0FFF, L 0.6666667, A 0.5137255, B 0.5764706, alpha 1.0, hue 0.21858361, saturation 0.9486548, and chroma 0.15477823.static final intThis color constant "Gamboge Dye" has RGBA8888 codeFFB61EFF, L 0.76862746, A 0.50980395, B 0.5803922, alpha 1.0, hue 0.22741663, saturation 0.9223132, and chroma 0.16134278.static final intThis color constant "Glazed Persimmon" has RGBA8888 codeD34E36FF, L 0.4862745, A 0.5686275, B 0.54509807, alpha 1.0, hue 0.09358362, saturation 0.6867717, and chroma 0.16359681.static final intThis color constant "Gold" has RGBA8888 codeD4AF37FF, L 0.69803923, A 0.49411765, B 0.5686275, alpha 1.0, hue 0.2588331, saturation 0.83850026, and chroma 0.13722007.static final intThis color constant "Golden" has RGBA8888 codeFFD700FF, L 0.84705883, A 0.4862745, B 0.5882353, alpha 1.0, hue 0.2706426, saturation 0.9467276, and chroma 0.17789528.static final intThis color constant "Golden Brown" has RGBA8888 code996515FF, L 0.4392157, A 0.5137255, B 0.5529412, alpha 1.0, hue 0.20570697, saturation 0.8824376, and chroma 0.10895567.static final intThis color constant "Golden Brown Dye" has RGBA8888 codeC66B27FF, L 0.5176471, A 0.5372549, B 0.5568628, alpha 1.0, hue 0.15641639, saturation 0.85846454, and chroma 0.13542919.static final intThis color constant "Golden Fallen Leaves" has RGBA8888 codeE29C45FF, L 0.67058825, A 0.5176471, B 0.56078434, alpha 1.0, hue 0.20179413, saturation 0.761957, and chroma 0.12609385.static final intThis color constant "Golden Oak" has RGBA8888 codeBB8141FF, L 0.5568628, A 0.5176471, B 0.54901963, alpha 1.0, hue 0.19156247, saturation 0.6964194, and chroma 0.10379164.static final intThis color constant "Golden Yellow" has RGBA8888 codeFFDF00FF, L 0.87058824, A 0.48235294, B 0.5921569, alpha 1.0, hue 0.27628398, saturation 0.97324204, and chroma 0.18692946.static final intThis color constant "Goldenrod" has RGBA8888 codeDAA520FF, L 0.6784314, A 0.5019608, B 0.57254905, alpha 1.0, hue 0.24163093, saturation 0.9060142, and chroma 0.14458403.static final intThis color constant "Goryeo Storeroom" has RGBA8888 code203838FF, L 0.2, A 0.48235294, B 0.49411765, alpha 1.0, hue 0.5389897, saturation 0.48507124, and chroma 0.03705794.static final intThis color constant "Grape Mouse" has RGBA8888 code63424BFF, L 0.29803923, A 0.52156866, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.25, and chroma 0.04314594.static final intThis color constant "Gray" has RGBA8888 code808080FF, L 0.5019608, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Gray Asparagus" has RGBA8888 code465945FF, L 0.3254902, A 0.48235294, B 0.50980395, alpha 1.0, hue 0.39758337, saturation 0.23809524, and chroma 0.040217306.static final intThis color constant "Green" has RGBA8888 code008000FF, L 0.40392157, A 0.42352942, B 0.5529412, alpha 1.0, hue 0.39893213, saturation 0.9632999, and chroma 0.18528971.static final intThis color constant "Green Bamboo" has RGBA8888 code006442FF, L 0.3254902, A 0.44705883, B 0.5137255, alpha 1.0, hue 0.45249218, saturation 0.9380325, and chroma 0.10895567.static final intThis color constant "Green Tea Dye" has RGBA8888 code824B35FF, L 0.3529412, A 0.5294118, B 0.5254902, alpha 1.0, hue 0.11440556, saturation 0.50619745, and chroma 0.07753685.static final intThis color constant "Green Yellow" has RGBA8888 codeADFF2FFF, L 0.88235295, A 0.42745098, B 0.5882353, alpha 1.0, hue 0.3556865, saturation 0.9126926, and chroma 0.22757049.static final intThis color constant "Greenfinch" has RGBA8888 codeBDA928FF, L 0.654902, A 0.4862745, B 0.5686275, alpha 1.0, hue 0.27628398, saturation 0.86896604, and chroma 0.13942632.static final intThis color constant "Greyish Dark Green" has RGBA8888 code656255FF, L 0.38431373, A 0.49803922, B 0.50980395, alpha 1.0, hue 0.25, saturation 0.20689656, and chroma 0.019918045.static final intThis color constant "Half Purple" has RGBA8888 code8D608CFF, L 0.44313726, A 0.53333336, B 0.4745098, alpha 1.0, hue 0.90641636, saturation 0.30469447, and chroma 0.0835974.static final intThis color constant "Han Purple" has RGBA8888 code5218FAFF, L 0.34901962, A 0.5254902, B 0.35686275, alpha 1.0, hue 0.78056526, saturation 0.9284618, and chroma 0.28964257.static final intThis color constant "Harbor Rat" has RGBA8888 code757D75FF, L 0.47843137, A 0.49019608, B 0.5019608, alpha 1.0, hue 0.42620847, saturation 0.10400316, and chroma 0.019918045.static final intThis color constant "Heliotrope" has RGBA8888 codeDF73FFFF, L 0.64705884, A 0.5764706, B 0.43137255, alpha 1.0, hue 0.88787603, saturation 0.5584853, and chroma 0.20469645.static final intThis color constant "Hollywood Cerise" has RGBA8888 codeF400A1FF, L 0.5137255, A 0.6313726, B 0.47058824, alpha 1.0, hue 0.9676844, saturation 0.97783405, and chroma 0.26819757.static final intThis color constant "Horsetail" has RGBA8888 code3D5D42FF, L 0.3254902, A 0.47058824, B 0.5137255, alpha 1.0, hue 0.41737548, saturation 0.43579772, and chroma 0.064659946.static final intThis color constant "Hot Magenta" has RGBA8888 codeFF00CCFF, L 0.5568628, A 0.63529414, B 0.44313726, alpha 1.0, hue 0.9394406, saturation 0.9665681, and chroma 0.2923692.static final intThis color constant "Hot Pink" has RGBA8888 codeFF69B4FF, L 0.6392157, A 0.5921569, B 0.48235294, alpha 1.0, hue 0.973716, saturation 0.60076666, and chroma 0.18692946.static final intThis color constant "Ibis" has RGBA8888 code4C221BFF, L 0.18431373, A 0.5294118, B 0.5176471, alpha 1.0, hue 0.08890383, saturation 0.5390846, and chroma 0.068331465.static final intThis color constant "Ibis Wing" has RGBA8888 codeF58F84FF, L 0.68235296, A 0.54901963, B 0.5254902, alpha 1.0, hue 0.07861299, saturation 0.35577887, and chroma 0.11007033.static final intThis color constant "Indigo" has RGBA8888 code4B0082FF, L 0.21568628, A 0.54901963, B 0.41960785, alpha 1.0, hue 0.84173304, saturation 0.9541489, and chroma 0.18758136.static final intThis color constant "Indigo Dye" has RGBA8888 code00416AFF, L 0.23921569, A 0.47843137, B 0.45490196, alpha 1.0, hue 0.68210036, saturation 0.89504045, and chroma 0.09959023.static final intThis color constant "Indigo Ink Brown" has RGBA8888 code393432FF, L 0.20784314, A 0.5019608, B 0.5019608, alpha 1.0, hue 0.125, saturation 0.101015255, and chroma 0.0055242716.static final intThis color constant "Indigo White" has RGBA8888 codeEBF6F7FF, L 0.95686275, A 0.49411765, B 0.49411765, alpha 1.0, hue 0.625, saturation 0.057723, and chroma 0.016572814.static final intThis color constant "Ink" has RGBA8888 code27221FFF, L 0.13725491, A 0.5019608, B 0.5019608, alpha 1.0, hue 0.125, saturation 0.134687, and chroma 0.0055242716.static final intThis color constant "Insect Screen" has RGBA8888 code2D4436FF, L 0.23921569, A 0.47843137, B 0.5058824, alpha 1.0, hue 0.4394406, saturation 0.4308132, and chroma 0.044538103.static final intThis color constant "Inside Of A Bottle" has RGBA8888 codeC6C2B6FF, L 0.7607843, A 0.49803922, B 0.5058824, alpha 1.0, hue 0.25, saturation 0.08888889, and chroma 0.012352647.static final intThis color constant "International Klein Blue" has RGBA8888 code002FA7FF, L 0.24705882, A 0.4862745, B 0.4, alpha 1.0, hue 0.73099244, saturation 0.7092777, and chroma 0.20108652.static final intThis color constant "International Orange" has RGBA8888 codeFF4F00FF, L 0.56078434, A 0.5803922, B 0.5647059, alpha 1.0, hue 0.108308576, saturation 0.90061706, and chroma 0.20558903.static final intThis color constant "Iris" has RGBA8888 code763568FF, L 0.3137255, A 0.5529412, B 0.4745098, alpha 1.0, hue 0.93555963, saturation 0.5641313, and chroma 0.11705722.static final intThis color constant "Iron" has RGBA8888 code2B3733FF, L 0.20392157, A 0.4862745, B 0.49803922, alpha 1.0, hue 0.5, saturation 0.33333334, and chroma 0.027621359.static final intThis color constant "Iron Storage" has RGBA8888 code2B3736FF, L 0.20392157, A 0.49019608, B 0.49803922, alpha 1.0, hue 0.5, saturation 0.22222222, and chroma 0.019918045.static final intThis color constant "Ironhead Flower" has RGBA8888 code344D56FF, L 0.28235295, A 0.4862745, B 0.4862745, alpha 1.0, hue 0.625, saturation 0.36892527, and chroma 0.038669903.static final intThis color constant "Islamic Green" has RGBA8888 code009000FF, L 0.45490196, A 0.41960785, B 0.56078434, alpha 1.0, hue 0.39261138, saturation 0.98509604, and chroma 0.20078278.static final intThis color constant "Ivory" has RGBA8888 codeFFFFF0FF, L 0.99607843, A 0.49411765, B 0.5058824, alpha 1.0, hue 0.32379153, saturation 0.0745356, and chroma 0.016572814.static final intThis color constant "Iwai Brown" has RGBA8888 code5E5545FF, L 0.3372549, A 0.49803922, B 0.5137255, alpha 1.0, hue 0.25, saturation 0.2962963, and chroma 0.027621359.static final intThis color constant "Jade" has RGBA8888 code00A86BFF, L 0.54509807, A 0.42745098, B 0.52156866, alpha 1.0, hue 0.44879162, saturation 0.9255446, and chroma 0.15078327.static final intThis color constant "Japanese Indigo" has RGBA8888 code264348FF, L 0.23921569, A 0.48235294, B 0.49019608, alpha 1.0, hue 0.57379156, saturation 0.49690402, and chroma 0.040217306.static final intThis color constant "Japanese Iris" has RGBA8888 code7F5D3BFF, L 0.39215687, A 0.50980395, B 0.5294118, alpha 1.0, hue 0.19289984, saturation 0.5340002, and chroma 0.061763234.static final intThis color constant "Japanese Pale Blue" has RGBA8888 code8C9C76FF, L 0.58431375, A 0.48235294, B 0.52156866, alpha 1.0, hue 0.3435836, saturation 0.31352618, and chroma 0.055518243.static final intThis color constant "Japanese Triandra Grass" has RGBA8888 codeE2B13CFF, L 0.72156864, A 0.5019608, B 0.5686275, alpha 1.0, hue 0.2411669, saturation 0.81944346, and chroma 0.13677454.static final intThis color constant "Kelly Green" has RGBA8888 code4CBB17FF, L 0.6117647, A 0.41960785, B 0.5686275, alpha 1.0, hue 0.38336867, saturation 0.8969082, and chroma 0.2105755.static final intThis color constant "Khaki" has RGBA8888 codeC3B091FF, L 0.7019608, A 0.5019608, B 0.52156866, alpha 1.0, hue 0.22371602, saturation 0.27648923, and chroma 0.04314594.static final intThis color constant "Kimono Storage" has RGBA8888 code3D4C51FF, L 0.28627452, A 0.49019608, B 0.49019608, alpha 1.0, hue 0.625, saturation 0.24595018, and chroma 0.027621359.static final intThis color constant "Lapis Lazuli" has RGBA8888 code1F4788FF, L 0.28235295, A 0.4862745, B 0.4392157, alpha 1.0, hue 0.71858364, saturation 0.69532084, and chroma 0.124142565.static final intThis color constant "Lavender" has RGBA8888 codeE6E6FAFF, L 0.9098039, A 0.5019608, B 0.4862745, alpha 1.0, hue 0.8012084, saturation 0.0, and chroma 0.027621359.static final intThis color constant "Lavender Blue" has RGBA8888 codeCCCCFFFF, L 0.8235294, A 0.5058824, B 0.46666667, alpha 1.0, hue 0.7889897, saturation 0.0, and chroma 0.06743233.static final intThis color constant "Lavender Blush" has RGBA8888 codeFFF0F5FF, L 0.9607843, A 0.5058824, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.03883495, and chroma 0.012352647.static final intThis color constant "Lavender Floral" has RGBA8888 codeB57EDCFF, L 0.59607846, A 0.5411765, B 0.44705883, alpha 1.0, hue 0.8617679, saturation 0.36232737, and chroma 0.1336143.static final intThis color constant "Lavender Gray" has RGBA8888 codeC4C3D0FF, L 0.77254903, A 0.5019608, B 0.49019608, alpha 1.0, hue 0.82379156, saturation 0.0369598, and chroma 0.019918045.static final intThis color constant "Lavender Magenta" has RGBA8888 codeEE82EEFF, L 0.6862745, A 0.57254905, B 0.4509804, alpha 1.0, hue 0.91034544, saturation 0.478132, and chroma 0.17443058.static final intThis color constant "Lavender Pink" has RGBA8888 codeFBAED2FF, L 0.78431374, A 0.5411765, B 0.49019608, alpha 1.0, hue 0.97137564, saturation 0.24043742, and chroma 0.084324345.static final intThis color constant "Lavender Purple" has RGBA8888 code967BB6FF, L 0.5372549, A 0.52156866, B 0.4627451, alpha 1.0, hue 0.84358364, saturation 0.23772867, and chroma 0.08575976.static final intThis color constant "Lavender Rose" has RGBA8888 codeFBA0E3FF, L 0.7607843, A 0.5568628, B 0.4745098, alpha 1.0, hue 0.9394406, saturation 0.3365728, and chroma 0.124142565.static final intThis color constant "Lawn Green" has RGBA8888 code7CFC00FF, L 0.8352941, A 0.40784314, B 0.5882353, alpha 1.0, hue 0.375, saturation 0.92934036, and chroma 0.25417653.static final intThis color constant "Legal Dye" has RGBA8888 code2E211BFF, L 0.14117648, A 0.5058824, B 0.50980395, alpha 1.0, hue 0.15641639, saturation 0.3795317, and chroma 0.022777155.static final intThis color constant "Lemon" has RGBA8888 codeFDE910FF, L 0.89411765, A 0.4745098, B 0.5921569, alpha 1.0, hue 0.28898975, saturation 0.95148593, and chroma 0.19048727.static final intThis color constant "Lemon Chiffon" has RGBA8888 codeFFFACDFF, L 0.972549, A 0.49411765, B 0.5254902, alpha 1.0, hue 0.27258337, saturation 0.26683274, and chroma 0.052115876.static final intThis color constant "Light Blue" has RGBA8888 codeADD8E6FF, L 0.8156863, A 0.48235294, B 0.48235294, alpha 1.0, hue 0.625, saturation 0.25712973, and chroma 0.049718447.static final intThis color constant "Light Blue Dye" has RGBA8888 code48929BFF, L 0.5176471, A 0.4627451, B 0.48235294, alpha 1.0, hue 0.56656224, saturation 0.6565905, and chroma 0.0821242.static final intThis color constant "Light Blue Flower" has RGBA8888 code1D697CFF, L 0.36862746, A 0.46666667, B 0.4745098, alpha 1.0, hue 0.60241663, saturation 0.8, and chroma 0.0835974.static final intThis color constant "Light Blue Silk" has RGBA8888 code044F67FF, L 0.2784314, A 0.47058824, B 0.47058824, alpha 1.0, hue 0.625, saturation 0.8999541, and chroma 0.082864076.static final intThis color constant "Light Gray" has RGBA8888 codeC0C0C0FF, L 0.7529412, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Light Khaki" has RGBA8888 codeF0E68CFF, L 0.8862745, A 0.4862745, B 0.54901963, alpha 1.0, hue 0.28609625, saturation 0.52320254, and chroma 0.10141215.static final intThis color constant "Light Lime" has RGBA8888 codeBFFF00FF, L 0.89411765, A 0.43137255, B 0.5921569, alpha 1.0, hue 0.3480869, saturation 0.94873816, and chroma 0.22890759.static final intThis color constant "Light Maroon" has RGBA8888 codeB03060FF, L 0.39215687, A 0.58431375, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.7719298, and chroma 0.16801417.static final intThis color constant "Light Pink" has RGBA8888 codeFFB6C1FF, L 0.8, A 0.5372549, B 0.5019608, alpha 1.0, hue 0.0158628, saturation 0.22333056, and chroma 0.07432148.static final intThis color constant "Light Violet" has RGBA8888 codeEE82EEFF, L 0.6862745, A 0.57254905, B 0.4509804, alpha 1.0, hue 0.91034544, saturation 0.478132, and chroma 0.17443058.static final intThis color constant "Light Yellow Dye" has RGBA8888 codeF7BB7DFF, L 0.78431374, A 0.5176471, B 0.54509807, alpha 1.0, hue 0.18716717, saturation 0.52, and chroma 0.096477255.static final intThis color constant "Lilac" has RGBA8888 codeC8A2C8FF, L 0.6901961, A 0.5254902, B 0.48235294, alpha 1.0, hue 0.9173755, saturation 0.1715374, and chroma 0.061763234.static final intThis color constant "Lime" has RGBA8888 code00FF00FF, L 0.80784315, A 0.38039216, B 0.5882353, alpha 1.0, hue 0.39589924, saturation 0.9947925, and chroma 0.29610303.static final intThis color constant "Lime Green" has RGBA8888 code32CD32FF, L 0.65882355, A 0.40784314, B 0.5686275, alpha 1.0, hue 0.3943135, saturation 0.87182575, and chroma 0.22890759.static final intThis color constant "Linen" has RGBA8888 codeFAF0E6FF, L 0.9490196, A 0.5019608, B 0.5058824, alpha 1.0, hue 0.17620845, saturation 0.07710579, and chroma 0.012352647.static final com.github.tommyettinger.ds.IntListstatic final intThis color constant "Long Spring" has RGBA8888 codeB95754FF, L 0.46666667, A 0.5568628, B 0.52156866, alpha 1.0, hue 0.0605594, saturation 0.5048592, and chroma 0.12115674.static final intThis color constant "Loquat Brown" has RGBA8888 codeAB6134FF, L 0.45882353, A 0.53333336, B 0.5411765, alpha 1.0, hue 0.1408625, saturation 0.6767938, and chroma 0.105541065.static final intThis color constant "Lye" has RGBA8888 code7F6B5DFF, L 0.43529412, A 0.5058824, B 0.5137255, alpha 1.0, hue 0.17620845, saturation 0.25555062, and chroma 0.029749114.static final intThis color constant "Magenta" has RGBA8888 codeFF00FFFF, L 0.5882353, A 0.63529414, B 0.4117647, alpha 1.0, hue 0.91068804, saturation 0.97270715, and chroma 0.32178587.static final intThis color constant "Magenta Dye" has RGBA8888 codeCA1F7BFF, L 0.43529412, A 0.60784316, B 0.48235294, alpha 1.0, hue 0.97741663, saturation 0.8979134, and chroma 0.21770117.static final intThis color constant "Magic Mint" has RGBA8888 codeAAF0D1FF, L 0.87058824, A 0.4627451, B 0.5058824, alpha 1.0, hue 0.4651977, saturation 0.36878178, and chroma 0.07513822.static final intThis color constant "Magnolia" has RGBA8888 codeF8F4FFFF, L 0.96862745, A 0.5019608, B 0.49411765, alpha 1.0, hue 0.875, saturation 0.022447834, and chroma 0.012352647.static final intThis color constant "Malachite" has RGBA8888 code0BDA51FF, L 0.69803923, A 0.4, B 0.5568628, alpha 1.0, hue 0.41398963, saturation 0.92554796, and chroma 0.22917406.static final intThis color constant "Maroon" has RGBA8888 code800000FF, L 0.24705882, A 0.5686275, B 0.5372549, alpha 1.0, hue 0.08070704, saturation 0.9577331, and chroma 0.1555649.static final intThis color constant "Mauve" has RGBA8888 codeE0B0FFFF, L 0.7764706, A 0.53333336, B 0.45882353, alpha 1.0, hue 0.8666313, saturation 0.24240763, and chroma 0.105541065.static final intThis color constant "Mauve Taupe" has RGBA8888 code915F6DFF, L 0.43529412, A 0.53333336, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.29508197, and chroma 0.06652104.static final intThis color constant "Maya Blue" has RGBA8888 code73C2FBFF, L 0.72156864, A 0.47058824, B 0.4509804, alpha 1.0, hue 0.6659545, saturation 0.56703854, and chroma 0.11388578.static final intThis color constant "Meat" has RGBA8888 codeF9906FFF, L 0.68235296, A 0.54509807, B 0.5372549, alpha 1.0, hue 0.11057128, saturation 0.47334847, and chroma 0.11653464.static final intThis color constant "Medium Blue" has RGBA8888 code0000CDFF, L 0.24313726, A 0.48235294, B 0.3647059, alpha 1.0, hue 0.7313617, saturation 0.97812814, and chroma 0.27181438.static final intThis color constant "Medium Carmine" has RGBA8888 codeAF4035FF, L 0.40392157, A 0.56078434, B 0.53333336, alpha 1.0, hue 0.08154914, saturation 0.62229013, and chroma 0.1381068.static final intThis color constant "Medium Crimson" has RGBA8888 codeC93756FF, L 0.44313726, A 0.5882353, B 0.5176471, alpha 1.0, hue 0.034068827, saturation 0.77171165, and chroma 0.1792624.static final intThis color constant "Medium Lavender Magenta" has RGBA8888 codeCC99CCFF, L 0.6784314, A 0.53333336, B 0.4745098, alpha 1.0, hue 0.90641636, saturation 0.23014158, and chroma 0.0835974.static final intThis color constant "Medium Purple" has RGBA8888 code9370DBFF, L 0.5294118, A 0.53333336, B 0.43137255, alpha 1.0, hue 0.8274922, saturation 0.41366416, and chroma 0.15199278.static final intThis color constant "Medium Spring Green" has RGBA8888 code00FA9AFF, L 0.8117647, A 0.40392157, B 0.53333336, alpha 1.0, hue 0.44289985, saturation 0.9493337, and chroma 0.20259848.static final intThis color constant "Midnight Blue" has RGBA8888 code003366FF, L 0.2, A 0.48235294, B 0.44705883, alpha 1.0, hue 0.7024922, saturation 0.9380325, and chroma 0.11117382.static final intThis color constant "Midori" has RGBA8888 code2A606BFF, L 0.3372549, A 0.47058824, B 0.48235294, alpha 1.0, hue 0.5826245, saturation 0.7010659, and chroma 0.068331465.static final intThis color constant "Mint Green" has RGBA8888 code98FF98FF, L 0.88235295, A 0.43529412, B 0.54509807, alpha 1.0, hue 0.39758337, saturation 0.49382716, and chroma 0.15712644.static final intThis color constant "Misty Rose" has RGBA8888 codeFFE4E1FF, L 0.92156863, A 0.50980395, B 0.5019608, alpha 1.0, hue 0.051208384, saturation 0.0638844, and chroma 0.019918045.static final intThis color constant "Moss" has RGBA8888 code8B7D3AFF, L 0.4862745, A 0.49019608, B 0.54509807, alpha 1.0, hue 0.27628398, saturation 0.71561915, and chroma 0.091942206.static final intThis color constant "Moss Green" has RGBA8888 codeADDFADFF, L 0.8117647, A 0.46666667, B 0.52156866, alpha 1.0, hue 0.39758337, saturation 0.2631579, and chroma 0.079095535.static final intThis color constant "Mountbatten Pink" has RGBA8888 code997A8DFF, L 0.5176471, A 0.5176471, B 0.49019608, alpha 1.0, hue 0.9394406, saturation 0.1436044, and chroma 0.040217306.static final intThis color constant "Mousy Indigo" has RGBA8888 code5C544EFF, L 0.33333334, A 0.5019608, B 0.5058824, alpha 1.0, hue 0.17620845, saturation 0.1490712, and chroma 0.012352647.static final intThis color constant "Mousy Wisteria" has RGBA8888 code766980FF, L 0.43529412, A 0.50980395, B 0.48235294, alpha 1.0, hue 0.85241663, saturation 0.12820514, and chroma 0.040217306.static final intThis color constant "Mulberry" has RGBA8888 code59292CFF, L 0.22352941, A 0.53333336, B 0.50980395, alpha 1.0, hue 0.051208384, saturation 0.48650423, and chroma 0.069218926.static final intThis color constant "Mulberry Dyed" has RGBA8888 codeC57F2EFF, L 0.56078434, A 0.52156866, B 0.5568628, alpha 1.0, hue 0.1894406, saturation 0.8077747, and chroma 0.12115674.static final intThis color constant "Mustard" has RGBA8888 codeFFDB58FF, L 0.8666667, A 0.49019608, B 0.57254905, alpha 1.0, hue 0.26669168, saturation 0.7797948, and chroma 0.14584495.static final intThis color constant "Myrtle" has RGBA8888 code21421EFF, L 0.21960784, A 0.46666667, B 0.52156866, alpha 1.0, hue 0.39758337, saturation 0.6060606, and chroma 0.079095535.static final com.github.tommyettinger.ds.ObjectIntOrderedMap<String> static final com.github.tommyettinger.ds.ObjectList<String> All names for colors in this palette, in alphabetical order.static final com.github.tommyettinger.ds.ObjectList<String> All names for colors in this palette, with grayscale first, then sorted by hue from red to yellow to green to blue.static final com.github.tommyettinger.ds.ObjectList<String> All names for colors in this palette, sorted by lightness from black to white.static final intThis color constant "Navajo White" has RGBA8888 codeFFDEADFF, L 0.8901961, A 0.5058824, B 0.5294118, alpha 1.0, hue 0.21101025, saturation 0.31716198, and chroma 0.059754133.static final intThis color constant "Navy Blue" has RGBA8888 code000080FF, L 0.15294118, A 0.4862745, B 0.4, alpha 1.0, hue 0.73099244, saturation 0.96843684, and chroma 0.20108652.static final intThis color constant "Navy Blue Bellflower" has RGBA8888 code191F45FF, L 0.13725491, A 0.49803922, B 0.45882353, alpha 1.0, hue 0.75, saturation 0.42553192, and chroma 0.0821242.static final intThis color constant "Navy Blue Dye" has RGBA8888 code003171FF, L 0.20392157, A 0.4862745, B 0.43529412, alpha 1.0, hue 0.7205011, saturation 0.85678, and chroma 0.13177444.static final intThis color constant "New Bridge" has RGBA8888 code006C7FFF, L 0.37254903, A 0.45882353, B 0.47058824, alpha 1.0, hue 0.5972002, saturation 0.9765244, and chroma 0.1008085.static final intThis color constant "Nightingale" has RGBA8888 code645530FF, L 0.3372549, A 0.49803922, B 0.5294118, alpha 1.0, hue 0.25, saturation 0.5925926, and chroma 0.058723815.static final intThis color constant "Nightingale Brown" has RGBA8888 code5C4827FF, L 0.29411766, A 0.5019608, B 0.5294118, alpha 1.0, hue 0.23020846, saturation 0.6449806, and chroma 0.058723815.static final intThis color constant "Ocean Blue" has RGBA8888 code50B0B8FF, L 0.61960787, A 0.45490196, B 0.48235294, alpha 1.0, hue 0.55550873, saturation 0.70937574, and chroma 0.096477255.static final intThis color constant "Ochre" has RGBA8888 codeCC7722FF, L 0.5529412, A 0.5294118, B 0.56078434, alpha 1.0, hue 0.17620845, saturation 0.8726119, and chroma 0.1345248.static final intThis color constant "Old Bamboo" has RGBA8888 code5E644FFF, L 0.38039216, A 0.49019608, B 0.5137255, alpha 1.0, hue 0.32379153, saturation 0.2795085, and chroma 0.033602834.static final intThis color constant "Old Gold" has RGBA8888 codeCFB53BFF, L 0.70980394, A 0.49019608, B 0.5686275, alpha 1.0, hue 0.2676116, saturation 0.84236145, and chroma 0.1381068.static final intThis color constant "Old Lace" has RGBA8888 codeFDF5E6FF, L 0.9647059, A 0.49803922, B 0.5058824, alpha 1.0, hue 0.25, saturation 0.0754717, and chroma 0.012352647.static final intThis color constant "Old Lavender" has RGBA8888 code796878FF, L 0.43137255, A 0.50980395, B 0.49019608, alpha 1.0, hue 0.90641636, saturation 0.10301575, and chroma 0.027621359.static final intThis color constant "Old Rose" has RGBA8888 codeC08081FF, L 0.5764706, A 0.53333336, B 0.50980395, alpha 1.0, hue 0.051208384, saturation 0.25991324, and chroma 0.069218926.static final intThis color constant "Olive" has RGBA8888 code808000FF, L 0.47843137, A 0.4745098, B 0.56078434, alpha 1.0, hue 0.30710015, saturation 0.9493337, and chroma 0.13131043.static final intThis color constant "Olive Drab" has RGBA8888 code6B8E23FF, L 0.49803922, A 0.45490196, B 0.5568628, alpha 1.0, hue 0.35070533, saturation 0.8651663, and chroma 0.14458403.static final intThis color constant "Olivine" has RGBA8888 code9AB973FF, L 0.6745098, A 0.47058824, B 0.5372549, alpha 1.0, hue 0.3472002, saturation 0.47868845, and chroma 0.0945603.static final intThis color constant "Onando" has RGBA8888 code364141FF, L 0.24313726, A 0.49019608, B 0.49411765, alpha 1.0, hue 0.57379156, saturation 0.23537558, and chroma 0.022777155.static final intThis color constant "One Kin Dye" has RGBA8888 codeF08F90FF, L 0.6784314, A 0.54901963, B 0.5176471, alpha 1.0, hue 0.058437523, saturation 0.34391084, and chroma 0.10379164.static final intThis color constant "Opposite Flower" has RGBA8888 code4D646CFF, L 0.37254903, A 0.4862745, B 0.4862745, alpha 1.0, hue 0.625, saturation 0.31426966, and chroma 0.038669903.static final intThis color constant "Orange" has RGBA8888 codeFFC800FF, L 0.8117647, A 0.49803922, B 0.5882353, alpha 1.0, hue 0.25, saturation 0.9787234, and chroma 0.17582464.static final intThis color constant "Orange Peel" has RGBA8888 codeFFA000FF, L 0.7137255, A 0.5254902, B 0.5803922, alpha 1.0, hue 0.19879162, saturation 0.9624324, and chroma 0.16801417.static final intThis color constant "Orange Red" has RGBA8888 codeFF4500FF, L 0.54509807, A 0.5882353, B 0.5647059, alpha 1.0, hue 0.10130366, saturation 0.9079587, and chroma 0.21798135.static final intThis color constant "Orangutan" has RGBA8888 codeDC3023FF, L 0.45882353, A 0.5882353, B 0.54901963, alpha 1.0, hue 0.0818773, saturation 0.8256153, and chroma 0.20108652.static final intThis color constant "Orchid" has RGBA8888 codeDA70D6FF, L 0.6156863, A 0.57254905, B 0.45490196, alpha 1.0, hue 0.9164763, saturation 0.50470114, and chroma 0.17017984.static final intThis color constant "Overdyed Red Brown" has RGBA8888 codeE35C38FF, L 0.5372549, A 0.5647059, B 0.54901963, alpha 1.0, hue 0.103904024, saturation 0.70167, and chroma 0.16172063.static final intThis color constant "Pale Blue" has RGBA8888 codeAFEEEEFF, L 0.8784314, A 0.47058824, B 0.49019608, alpha 1.0, hue 0.54429305, saturation 0.3466719, and chroma 0.061763234.static final intThis color constant "Pale Brown" has RGBA8888 code987654FF, L 0.49019608, A 0.50980395, B 0.5294118, alpha 1.0, hue 0.19289984, saturation 0.46183804, and chroma 0.061763234.static final intThis color constant "Pale Carmine" has RGBA8888 codeAF4035FF, L 0.40392157, A 0.56078434, B 0.53333336, alpha 1.0, hue 0.08154914, saturation 0.62229013, and chroma 0.1381068.static final intThis color constant "Pale Chestnut" has RGBA8888 codeDDADAFFF, L 0.73333335, A 0.52156866, B 0.5058824, alpha 1.0, hue 0.051208384, saturation 0.14881307, and chroma 0.044538103.static final intThis color constant "Pale Cornflower Blue" has RGBA8888 codeABCDEFFF, L 0.7882353, A 0.4862745, B 0.4745098, alpha 1.0, hue 0.67620844, saturation 0.23957871, and chroma 0.05767509.static final intThis color constant "Pale Crimson" has RGBA8888 codeF2666CFF, L 0.5882353, A 0.5764706, B 0.5254902, alpha 1.0, hue 0.053583592, saturation 0.57269245, and chroma 0.1605844.static final intThis color constant "Pale Fallen Leaves" has RGBA8888 codeAA8736FF, L 0.54901963, A 0.5019608, B 0.5529412, alpha 1.0, hue 0.23865081, saturation 0.75868475, and chroma 0.105541065.static final intThis color constant "Pale Green Onion" has RGBA8888 code749F8DFF, L 0.5803922, A 0.4745098, B 0.5019608, alpha 1.0, hue 0.47371602, saturation 0.328798, and chroma 0.050931267.static final intThis color constant "Pale Incense" has RGBA8888 codeFFA565FF, L 0.7372549, A 0.53333336, B 0.54901963, alpha 1.0, hue 0.15362442, saturation 0.585607, and chroma 0.11809544.static final intThis color constant "Pale Magenta" has RGBA8888 codeF984E5FF, L 0.7019608, A 0.57254905, B 0.45882353, alpha 1.0, hue 0.92289317, saturation 0.46174002, and chroma 0.16618787.static final intThis color constant "Pale Oak" has RGBA8888 codeBBA46DFF, L 0.6509804, A 0.49803922, B 0.5372549, alpha 1.0, hue 0.25, saturation 0.4878049, and chroma 0.07432148.static final intThis color constant "Pale Persimmon" has RGBA8888 codeFCA474FF, L 0.73333335, A 0.53333336, B 0.5411765, alpha 1.0, hue 0.1408625, saturation 0.4986902, and chroma 0.105541065.static final intThis color constant "Pale Pink" has RGBA8888 codeFADADDFF, L 0.8901961, A 0.5137255, B 0.5019608, alpha 1.0, hue 0.03898975, saturation 0.085898034, and chroma 0.027621359.static final intThis color constant "Pale Red Violet" has RGBA8888 codeDB7093FF, L 0.58431375, A 0.5647059, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.45945945, and chroma 0.12896542.static final intThis color constant "Pale Young Green Onion" has RGBA8888 code8DB255FF, L 0.6392157, A 0.45882353, B 0.54901963, alpha 1.0, hue 0.35435745, saturation 0.64318514, and chroma 0.12753771.static final intThis color constant "Papaya Whip" has RGBA8888 codeFFEFD5FF, L 0.94509804, A 0.5019608, B 0.5137255, alpha 1.0, hue 0.21101025, saturation 0.1527076, and chroma 0.027621359.static final intThis color constant "Pastel Green" has RGBA8888 code77DD77FF, L 0.7529412, A 0.43137255, B 0.54509807, alpha 1.0, hue 0.40217316, saturation 0.57010007, and chroma 0.16359681.static final intThis color constant "Pastel Pink" has RGBA8888 codeFFD1DCFF, L 0.8745098, A 0.52156866, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.12371134, and chroma 0.04314594.static final intThis color constant "Patina" has RGBA8888 code407A52FF, L 0.41960785, A 0.45882353, B 0.5176471, alpha 1.0, hue 0.42620847, saturation 0.5733508, and chroma 0.08924734.static final intThis color constant "Patrinia Flower" has RGBA8888 codeD9B611FF, L 0.72156864, A 0.49019608, B 0.5803922, alpha 1.0, hue 0.26511213, saturation 0.9588646, and chroma 0.16134278.static final intThis color constant "Peach" has RGBA8888 codeFFE5B4FF, L 0.9098039, A 0.5019608, B 0.5294118, alpha 1.0, hue 0.23020846, saturation 0.31616697, and chroma 0.058723815.static final intThis color constant "Peach Dye" has RGBA8888 codeF47983FF, L 0.63529414, A 0.5647059, B 0.5176471, alpha 1.0, hue 0.045526765, saturation 0.4602609, and chroma 0.1336143.static final intThis color constant "Peach Orange" has RGBA8888 codeFFCC99FF, L 0.8392157, A 0.5137255, B 0.53333336, alpha 1.0, hue 0.18343773, saturation 0.37165502, and chroma 0.071815535.static final intThis color constant "Peach Yellow" has RGBA8888 codeFADFADFF, L 0.8862745, A 0.5019608, B 0.5294118, alpha 1.0, hue 0.23020846, saturation 0.3224903, and chroma 0.058723815.static final intThis color constant "Pear" has RGBA8888 codeD1E231FF, L 0.83137256, A 0.45882353, B 0.5803922, alpha 1.0, hue 0.32073125, saturation 0.8614595, and chroma 0.17994207.static final intThis color constant "Periwinkle" has RGBA8888 codeCCCCFFFF, L 0.8235294, A 0.5058824, B 0.46666667, alpha 1.0, hue 0.7889897, saturation 0.0, and chroma 0.06743233.static final intThis color constant "Persian Blue" has RGBA8888 code1C39BBFF, L 0.2901961, A 0.49019608, B 0.39607844, alpha 1.0, hue 0.73778117, saturation 0.6601724, and chroma 0.20795049.static final intThis color constant "Persian Green" has RGBA8888 code00A693FF, L 0.5529412, A 0.4392157, B 0.49411765, alpha 1.0, hue 0.5105949, saturation 0.9111089, and chroma 0.121659465.static final intThis color constant "Persian Indigo" has RGBA8888 code32127AFF, L 0.18431373, A 0.5254902, B 0.41568628, alpha 1.0, hue 0.8012084, saturation 0.90350795, and chroma 0.17547716.static final intThis color constant "Persian Pink" has RGBA8888 codeF77FBEFF, L 0.67058825, A 0.57254905, B 0.48235294, alpha 1.0, hue 0.966976, saturation 0.45685855, and chroma 0.14874557.static final intThis color constant "Persian Red" has RGBA8888 codeCC3333FF, L 0.43529412, A 0.58431375, B 0.5372549, alpha 1.0, hue 0.067899644, saturation 0.79233086, and chroma 0.1836353.static final intThis color constant "Persian Rose" has RGBA8888 codeFE28A2FF, L 0.54901963, A 0.62352943, B 0.4745098, alpha 1.0, hue 0.9705011, saturation 0.8799362, and chroma 0.25127846.static final intThis color constant "Persimmon" has RGBA8888 codeEC5800FF, L 0.5411765, A 0.5686275, B 0.5647059, alpha 1.0, hue 0.12045405, saturation 0.916994, and chroma 0.18790646.static final intThis color constant "Persimmon Juice" has RGBA8888 code934337FF, L 0.3647059, A 0.54509807, B 0.5254902, alpha 1.0, hue 0.08404553, saturation 0.50517976, and chroma 0.10320191.static final intThis color constant "Pigment Blue" has RGBA8888 code333399FF, L 0.2627451, A 0.5058824, B 0.41568628, alpha 1.0, hue 0.7651121, saturation 0.6114499, and chroma 0.16837704.static final intThis color constant "Pine Green" has RGBA8888 code01796FFF, L 0.40392157, A 0.4509804, B 0.49411765, alpha 1.0, hue 0.5132325, saturation 0.9262765, and chroma 0.098356865.static final intThis color constant "Pine Needle" has RGBA8888 code454D32FF, L 0.28627452, A 0.4862745, B 0.5176471, alpha 1.0, hue 0.33601037, saturation 0.4021346, and chroma 0.044538103.static final intThis color constant "Pink" has RGBA8888 codeFFAFAFFF, L 0.78039217, A 0.5372549, B 0.50980395, alpha 1.0, hue 0.04638705, saturation 0.2372797, and chroma 0.07674564.static final intThis color constant "Pink Orange" has RGBA8888 codeFF9966FF, L 0.70980394, A 0.5411765, B 0.54509807, alpha 1.0, hue 0.13191529, saturation 0.54262733, and chroma 0.121659465.static final intA fully-transparent color that is out-of-range for valid colors in Oklab, to be used as a placeholder for colors that aren't valid in some way.static final intThis color constant "Plain Mouse" has RGBA8888 code6E5F57FF, L 0.38431373, A 0.5058824, B 0.5058824, alpha 1.0, hue 0.125, saturation 0.13797206, and chroma 0.016572814.static final intThis color constant "Platinum" has RGBA8888 codeE5E4E2FF, L 0.89411765, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Plum" has RGBA8888 codeCC99CCFF, L 0.6784314, A 0.53333336, B 0.4745098, alpha 1.0, hue 0.90641636, saturation 0.23014158, and chroma 0.0835974.static final intThis color constant "Plum Blossom Mouse" has RGBA8888 code97645AFF, L 0.44705883, A 0.5254902, B 0.5176471, alpha 1.0, hue 0.09871597, saturation 0.3072259, and chroma 0.061763234.static final intThis color constant "Plum Dyed" has RGBA8888 codeFA9258FF, L 0.6862745, A 0.5411765, B 0.54901963, alpha 1.0, hue 0.1382321, saturation 0.6081924, and chroma 0.12753771.static final intThis color constant "Plum Purple" has RGBA8888 code8F4155FF, L 0.36078432, A 0.5529412, B 0.5019608, alpha 1.0, hue 0.011349191, saturation 0.5198396, and chroma 0.105541065.static final intThis color constant "Polished Brown" has RGBA8888 code9F5233FF, L 0.4117647, A 0.5372549, B 0.5372549, alpha 1.0, hue 0.125, saturation 0.65777373, and chroma 0.104961164.static final intThis color constant "Powder Blue" has RGBA8888 codeB0E0E6FF, L 0.8392157, A 0.47843137, B 0.4862745, alpha 1.0, hue 0.58601034, saturation 0.28443667, and chroma 0.050931267.static final intThis color constant "Prussian Blue" has RGBA8888 code003153FF, L 0.18431373, A 0.48235294, B 0.45882353, alpha 1.0, hue 0.6894406, saturation 0.89752746, and chroma 0.08924734.static final intThis color constant "Psychedelic Purple" has RGBA8888 codeDD00FFFF, L 0.53333336, A 0.61960787, B 0.4, alpha 1.0, hue 0.89198726, saturation 0.9596293, and chroma 0.31058988.static final intThis color constant "Puce" has RGBA8888 codeCC8899FF, L 0.61960787, A 0.5372549, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.25974026, and chroma 0.07432148.static final intThis color constant "Pumpkin" has RGBA8888 codeFF7518FF, L 0.62352943, A 0.5568628, B 0.5686275, alpha 1.0, hue 0.13942872, saturation 0.88417923, and chroma 0.17755185.static final intThis color constant "Pure Crimson" has RGBA8888 codeC3272BFF, L 0.40392157, A 0.58431375, B 0.5411765, alpha 1.0, hue 0.07379155, saturation 0.8481637, and chroma 0.18692946.static final intThis color constant "Pure Dark Gray" has RGBA8888 code3F4041FF, L 0.2509804, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Purple" has RGBA8888 code800080FF, L 0.29411766, A 0.58431375, B 0.44313726, alpha 1.0, hue 0.9098022, saturation 0.9482476, and chroma 0.20259848.static final intThis color constant "Purple Dye" has RGBA8888 code4F284BFF, L 0.21960784, A 0.5372549, B 0.47843137, alpha 1.0, hue 0.92620844, saturation 0.50819725, and chroma 0.08575976.static final intThis color constant "Purple Kite" has RGBA8888 code512C31FF, L 0.21960784, A 0.5294118, B 0.5058824, alpha 1.0, hue 0.03898975, saturation 0.42288262, and chroma 0.059754133.static final intThis color constant "Purple Taupe" has RGBA8888 code50404DFF, L 0.27058825, A 0.5137255, B 0.49019608, alpha 1.0, hue 0.92620844, saturation 0.17888544, and chroma 0.033602834.static final intThis color constant "Rabbit Ear Iris" has RGBA8888 code491E3CFF, L 0.18431373, A 0.5411765, B 0.48235294, alpha 1.0, hue 0.94449127, saturation 0.61603683, and chroma 0.08924734.static final int[]This array is loaded with the colors found in the rainbow, in the standard ROYGBIV order.static final intThis color constant "Rapeblossom Brown" has RGBA8888 codeE3B130FF, L 0.72156864, A 0.5019608, B 0.57254905, alpha 1.0, hue 0.24163093, saturation 0.86483175, and chroma 0.14458403.static final intThis color constant "Rapeseed Oil" has RGBA8888 codeA17917FF, L 0.49803922, A 0.5019608, B 0.56078434, alpha 1.0, hue 0.24006547, saturation 0.9430129, and chroma 0.12115674.static final intThis color constant "Raw Umber" has RGBA8888 code734A12FF, L 0.3254902, A 0.5137255, B 0.54509807, alpha 1.0, hue 0.19879162, saturation 0.9035079, and chroma 0.09391262.static final intThis color constant "Razzamatazz" has RGBA8888 codeE30B5CFF, L 0.45882353, A 0.6156863, B 0.5137255, alpha 1.0, hue 0.021096015, saturation 0.96080923, and chroma 0.23208517.static final intThis color constant "Red" has RGBA8888 codeFF0000FF, L 0.49803922, A 0.6117647, B 0.56078434, alpha 1.0, hue 0.0802403, saturation 0.98868626, and chroma 0.25345513.static final intThis color constant "Red Bean" has RGBA8888 code672422FF, L 0.23529412, A 0.54509807, B 0.52156866, alpha 1.0, hue 0.07379155, saturation 0.6544589, and chroma 0.09959023.static final intThis color constant "Red Birch" has RGBA8888 code9D2B22FF, L 0.3372549, A 0.5647059, B 0.5372549, alpha 1.0, hue 0.08462641, saturation 0.75858015, and chroma 0.14874557.static final intThis color constant "Red Dye Turmeric" has RGBA8888 codeFB8136FF, L 0.6431373, A 0.54901963, B 0.56078434, alpha 1.0, hue 0.14140569, saturation 0.7929049, and chroma 0.1555649.static final intThis color constant "Red Incense" has RGBA8888 codeF07F5EFF, L 0.6313726, A 0.5529412, B 0.5411765, alpha 1.0, hue 0.105992556, saturation 0.5478306, and chroma 0.1336143.static final intThis color constant "Red Kite" has RGBA8888 code913228FF, L 0.32941177, A 0.5568628, B 0.5294118, alpha 1.0, hue 0.0779789, saturation 0.6666667, and chroma 0.12753771.static final intThis color constant "Red Ochre" has RGBA8888 code9F5233FF, L 0.4117647, A 0.5372549, B 0.5372549, alpha 1.0, hue 0.125, saturation 0.65777373, and chroma 0.104961164.static final intThis color constant "Red Pigment" has RGBA8888 codeED1C24FF, L 0.4745098, A 0.6039216, B 0.54901963, alpha 1.0, hue 0.07141628, saturation 0.9220507, and chroma 0.22890759.static final intThis color constant "Red Plum" has RGBA8888 codeDB5A6BFF, L 0.53333336, A 0.57254905, B 0.5176471, alpha 1.0, hue 0.04095457, saturation 0.5694749, and chroma 0.14874557.static final int[]This array is loaded with the colors from the traditional Japanese Red Series found on Wikipedia.static final intThis color constant "Red Violet" has RGBA8888 codeC71585FF, L 0.42745098, A 0.6117647, B 0.4745098, alpha 1.0, hue 0.9675296, saturation 0.94013286, and chroma 0.22837369.static final int[]This array is loaded with the colors from the traditional Japanese Red-Violet Series found on Wikipedia.static final intThis color constant "Red Wisteria" has RGBA8888 codeBB7796FF, L 0.5568628, A 0.5411765, B 0.49019608, alpha 1.0, hue 0.97137564, saturation 0.2981424, and chroma 0.084324345.static final intThis color constant "Rich Carmine" has RGBA8888 codeD70040FF, L 0.42745098, A 0.60784316, B 0.5294118, alpha 1.0, hue 0.04429303, saturation 0.9706813, and chroma 0.22269051.static final intThis color constant "Rich Gardenia" has RGBA8888 codeF57F4FFF, L 0.63529414, A 0.5529412, B 0.54901963, alpha 1.0, hue 0.11910819, saturation 0.6368324, and chroma 0.14373726.static final intThis color constant "Rikan Brown" has RGBA8888 code534A32FF, L 0.2901961, A 0.49803922, B 0.5176471, alpha 1.0, hue 0.25, saturation 0.41666666, and chroma 0.0353726.static final intThis color constant "Rinsed Out Red" has RGBA8888 codeFF7952FF, L 0.6392157, A 0.56078434, B 0.54901963, alpha 1.0, hue 0.10859431, saturation 0.62471294, and chroma 0.1555649.static final intThis color constant "Robin Egg Blue" has RGBA8888 code00CCCCFF, L 0.6901961, A 0.43529412, B 0.48235294, alpha 1.0, hue 0.5389897, saturation 0.9162457, and chroma 0.1336143.static final intThis color constant "Rose" has RGBA8888 codeFF007FFF, L 0.52156866, A 0.6313726, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.98550725, and chroma 0.2617479.static final intThis color constant "Rose Madder" has RGBA8888 codeE32636FF, L 0.4627451, A 0.6, B 0.5411765, alpha 1.0, hue 0.063700125, saturation 0.8962282, and chroma 0.21544659.static final intThis color constant "Rose Taupe" has RGBA8888 code905D5DFF, L 0.42352942, A 0.5294118, B 0.50980395, alpha 1.0, hue 0.057100154, saturation 0.2848001, and chroma 0.061763234.static final intThis color constant "Royal Blue" has RGBA8888 code4169E1FF, L 0.44705883, A 0.49019608, B 0.40784314, alpha 1.0, hue 0.736195, saturation 0.4397484, and chroma 0.18462972.static final intThis color constant "Royal Purple" has RGBA8888 code6B3FA0FF, L 0.34901962, A 0.5411765, B 0.43529412, alpha 1.0, hue 0.84585714, saturation 0.5710732, and chroma 0.15279381.static final intThis color constant "Ruby" has RGBA8888 codeE0115FFF, L 0.45490196, A 0.6156863, B 0.50980395, alpha 1.0, hue 0.0158628, saturation 0.97256863, and chroma 0.23129487.static final intThis color constant "Russet" has RGBA8888 code80461BFF, L 0.3372549, A 0.5254902, B 0.5411765, alpha 1.0, hue 0.15980223, saturation 0.8149003, and chroma 0.096477255.static final intThis color constant "Rust" has RGBA8888 codeB7410EFF, L 0.4117647, A 0.56078434, B 0.5529412, alpha 1.0, hue 0.11440556, saturation 0.9046933, and chroma 0.1605844.static final intThis color constant "Rusted Light Blue" has RGBA8888 code6A7F7AFF, L 0.4745098, A 0.4862745, B 0.49803922, alpha 1.0, hue 0.5, saturation 0.2, and chroma 0.027621359.static final intThis color constant "Rusty Celadon" has RGBA8888 code898A74FF, L 0.53333336, A 0.49411765, B 0.5137255, alpha 1.0, hue 0.28898975, saturation 0.22287057, and chroma 0.029749114.static final intThis color constant "Rusty Storage" has RGBA8888 code455859FF, L 0.3254902, A 0.4862745, B 0.49411765, alpha 1.0, hue 0.5512084, saturation 0.2874798, and chroma 0.029749114.static final intThis color constant "Rusty Storeroom" has RGBA8888 code3A403BFF, L 0.24313726, A 0.49411765, B 0.5019608, alpha 1.0, hue 0.375, saturation 0.09123959, and chroma 0.012352647.static final intThis color constant "Safety Orange" has RGBA8888 codeFF6600FF, L 0.59607846, A 0.5647059, B 0.5686275, alpha 1.0, hue 0.12954596, saturation 0.9342957, and chroma 0.18790646.static final intThis color constant "Safflower" has RGBA8888 code5A4F74FF, L 0.3372549, A 0.5137255, B 0.47058824, alpha 1.0, hue 0.8326245, saturation 0.23712523, and chroma 0.064659946.static final intThis color constant "Saffron" has RGBA8888 codeF4C430FF, L 0.7882353, A 0.49411765, B 0.5764706, alpha 1.0, hue 0.25795132, saturation 0.8706515, and chroma 0.15279381.static final intThis color constant "Salmon" has RGBA8888 codeFF8C69FF, L 0.68235296, A 0.5529412, B 0.5411765, alpha 1.0, hue 0.105992556, saturation 0.5160723, and chroma 0.1336143.static final intThis color constant "Sandy Brown" has RGBA8888 codeF4A460FF, L 0.7176471, A 0.5254902, B 0.5529412, alpha 1.0, hue 0.17620845, saturation 0.63887656, and chroma 0.11705722.static final intThis color constant "Sangria" has RGBA8888 code92000AFF, L 0.28235295, A 0.5764706, B 0.5411765, alpha 1.0, hue 0.08002978, saturation 0.97129464, and chroma 0.17302527.static final intThis color constant "Sappanwood" has RGBA8888 code7E2639FF, L 0.28235295, A 0.56078434, B 0.50980395, alpha 1.0, hue 0.029498879, saturation 0.70777476, and chroma 0.12265874.static final intThis color constant "Sappanwood Incense" has RGBA8888 codeA24F46FF, L 0.4117647, A 0.54509807, B 0.5254902, alpha 1.0, hue 0.08404553, saturation 0.4709303, and chroma 0.10320191.static final intThis color constant "Sapphire" has RGBA8888 code082567FF, L 0.16862746, A 0.49019608, B 0.43137255, alpha 1.0, hue 0.7313617, saturation 0.62244517, and chroma 0.1381068.static final intThis color constant "Sawtooth Oak" has RGBA8888 codeEC956CFF, L 0.6745098, A 0.5372549, B 0.5372549, alpha 1.0, hue 0.125, saturation 0.47939444, and chroma 0.104961164.static final intThis color constant "Scarlet" has RGBA8888 codeFF2400FF, L 0.50980395, A 0.6039216, B 0.56078434, alpha 1.0, hue 0.085140646, saturation 0.9230797, and chroma 0.23984502.static final intThis color constant "School Bus Yellow" has RGBA8888 codeFFD800FF, L 0.8509804, A 0.4862745, B 0.5882353, alpha 1.0, hue 0.2706426, saturation 0.9467276, and chroma 0.17789528.static final intThis color constant "Scorched Brown" has RGBA8888 code351F19FF, L 0.14509805, A 0.5137255, B 0.50980395, alpha 1.0, hue 0.10241663, saturation 0.3846154, and chroma 0.033602834.static final intThis color constant "Sea Green" has RGBA8888 code2E8B57FF, L 0.45882353, A 0.44313726, B 0.52156866, alpha 1.0, hue 0.43555963, saturation 0.7811049, and chroma 0.12115674.static final intThis color constant "Seashell" has RGBA8888 codeFFF5EEFF, L 0.96862745, A 0.5019608, B 0.5019608, alpha 1.0, hue 0.125, saturation 0.03771236, and chroma 0.0055242716.static final intThis color constant "Selective Yellow" has RGBA8888 codeFFBA00FF, L 0.7764706, A 0.5058824, B 0.58431375, alpha 1.0, hue 0.23557091, saturation 0.96046615, and chroma 0.16837704.static final intThis color constant "Sen No Rikyu's Tea" has RGBA8888 code826B58FF, L 0.4392157, A 0.5058824, B 0.5176471, alpha 1.0, hue 0.1894406, saturation 0.3167744, and chroma 0.03705794.static final intThis color constant "Sepia" has RGBA8888 code704214FF, L 0.30588236, A 0.5176471, B 0.5411765, alpha 1.0, hue 0.18210036, saturation 0.8630747, and chroma 0.08924734.static final intThis color constant "Shamrock Green" has RGBA8888 code009E60FF, L 0.5137255, A 0.42745098, B 0.5254902, alpha 1.0, hue 0.44097084, saturation 0.9421077, and chroma 0.15319274.static final intThis color constant "Shocking Pink" has RGBA8888 codeFC0FC0FF, L 0.54901963, A 0.63529414, B 0.4509804, alpha 1.0, hue 0.9474314, saturation 0.9736842, and chroma 0.28667724.static final intThis color constant "Shrimp Brown" has RGBA8888 code5E2824FF, L 0.22745098, A 0.5372549, B 0.5176471, alpha 1.0, hue 0.07379155, saturation 0.559017, and chroma 0.0821242.static final intThis color constant "Silk Crepe Brown" has RGBA8888 code354E4BFF, L 0.28235295, A 0.48235294, B 0.49411765, alpha 1.0, hue 0.5389897, saturation 0.41231054, and chroma 0.03705794.static final intThis color constant "Silver" has RGBA8888 codeC0C0C0FF, L 0.7529412, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "Silver Grey" has RGBA8888 code97867CFF, L 0.5411765, A 0.5058824, B 0.5058824, alpha 1.0, hue 0.125, saturation 0.11091871, and chroma 0.016572814.static final intThis color constant "Silvered Red" has RGBA8888 codeBC2D29FF, L 0.39607844, A 0.5803922, B 0.5411765, alpha 1.0, hue 0.07679413, saturation 0.81746686, and chroma 0.17994207.static final intThis color constant "Simmered Seawead" has RGBA8888 code4C3D30FF, L 0.2509804, A 0.5058824, B 0.5137255, alpha 1.0, hue 0.17620845, saturation 0.3577709, and chroma 0.029749114.static final intThis color constant "Siskin Sprout Yellow" has RGBA8888 code7A942EFF, L 0.5294118, A 0.4627451, B 0.5568628, alpha 1.0, hue 0.33601037, saturation 0.8329931, and chroma 0.13542919.static final intThis color constant "Sky" has RGBA8888 code4D8FACFF, L 0.52156866, A 0.47058824, B 0.47058824, alpha 1.0, hue 0.625, saturation 0.5999694, and chroma 0.082864076.static final intThis color constant "Sky Blue" has RGBA8888 code87CEEBFF, L 0.7607843, A 0.47058824, B 0.47058824, alpha 1.0, hue 0.625, saturation 0.47140452, and chroma 0.082864076.static final intThis color constant "Slate Gray" has RGBA8888 code708090FF, L 0.49411765, A 0.49411765, B 0.48235294, alpha 1.0, hue 0.7110103, saturation 0.13976629, and chroma 0.03705794.static final intThis color constant "Smalt" has RGBA8888 code003399FF, L 0.24313726, A 0.4862745, B 0.4117647, alpha 1.0, hue 0.72843033, saturation 0.8539848, and chroma 0.17789528.static final intThis color constant "Sooty Bamboo" has RGBA8888 code593A27FF, L 0.25882354, A 0.5137255, B 0.52156866, alpha 1.0, hue 0.15641639, saturation 0.5341557, and chroma 0.050931267.static final intThis color constant "Sooty Willow Bamboo" has RGBA8888 code4D4B3AFF, L 0.2901961, A 0.49411765, B 0.5137255, alpha 1.0, hue 0.28898975, saturation 0.32984844, and chroma 0.029749114.static final intThis color constant "Sparrow Brown" has RGBA8888 code8C4736FF, L 0.36078432, A 0.5372549, B 0.5254902, alpha 1.0, hue 0.09720023, saturation 0.4882622, and chroma 0.08992863.static final intThis color constant "Spring Bud" has RGBA8888 codeA7FC00FF, L 0.8666667, A 0.42352942, B 0.5921569, alpha 1.0, hue 0.35657662, saturation 0.95657676, and chroma 0.23856924.static final intThis color constant "Spring Green" has RGBA8888 code00FF7FFF, L 0.8235294, A 0.39607844, B 0.54901963, alpha 1.0, hue 0.42620847, saturation 0.95307815, and chroma 0.22890759.static final intThis color constant "Stained Red" has RGBA8888 code78779BFF, L 0.48235294, A 0.5058824, B 0.4745098, alpha 1.0, hue 0.8012084, saturation 0.13749033, and chroma 0.052115876.static final intThis color constant "Steamed Chestnut" has RGBA8888 codeD3B17DFF, L 0.7137255, A 0.5058824, B 0.53333336, alpha 1.0, hue 0.21519771, saturation 0.4190702, and chroma 0.06743233.static final intThis color constant "Steel Blue" has RGBA8888 code4682B4FF, L 0.4862745, A 0.47843137, B 0.45490196, alpha 1.0, hue 0.68210036, saturation 0.5753831, and chroma 0.09959023.static final intThis color constant "Storeroom Brown" has RGBA8888 code3D4035FF, L 0.24313726, A 0.49411765, B 0.5058824, alpha 1.0, hue 0.32379153, saturation 0.186339, and chroma 0.016572814.static final intThis color constant "Stylish Persimnmon" has RGBA8888 codeFFA26BFF, L 0.7294118, A 0.53333336, B 0.54509807, alpha 1.0, hue 0.14758338, saturation 0.53571427, and chroma 0.11172148.static final intThis color constant "Sumac" has RGBA8888 code592B1FFF, L 0.22352941, A 0.5294118, B 0.52156866, alpha 1.0, hue 0.10241663, saturation 0.5882353, and chroma 0.07266045.static final intThis color constant "Sumac Dyed" has RGBA8888 codeE08A1EFF, L 0.62352943, A 0.5254902, B 0.5686275, alpha 1.0, hue 0.19097084, saturation 0.8982887, and chroma 0.14584495.static final intThis color constant "Tan" has RGBA8888 codeD2B48CFF, L 0.7254902, A 0.5058824, B 0.5254902, alpha 1.0, hue 0.20570697, saturation 0.3165265, and chroma 0.052115876.static final intThis color constant "Tangerine" has RGBA8888 codeF28500FF, L 0.63529414, A 0.5372549, B 0.57254905, alpha 1.0, hue 0.17289318, saturation 0.9335179, and chroma 0.16247371.static final intThis color constant "Tangerine Yellow" has RGBA8888 codeFFCC00FF, L 0.81960785, A 0.49411765, B 0.5882353, alpha 1.0, hue 0.25691554, saturation 0.979648, and chroma 0.17617144.static final intThis color constant "Tatarian Aster" has RGBA8888 code976E9AFF, L 0.49411765, A 0.5294118, B 0.4745098, alpha 1.0, hue 0.89758337, saturation 0.25641027, and chroma 0.07753685.static final intThis color constant "Taupe" has RGBA8888 code483C32FF, L 0.24313726, A 0.5058824, B 0.50980395, alpha 1.0, hue 0.15641639, saturation 0.2773501, and chroma 0.022777155.static final intThis color constant "Tawny" has RGBA8888 codeCD5700FF, L 0.4862745, A 0.5529412, B 0.56078434, alpha 1.0, hue 0.13559444, saturation 0.9243605, and chroma 0.1605844.static final intThis color constant "Tea Garden Contemplation" has RGBA8888 code665343FF, L 0.34117648, A 0.5058824, B 0.5137255, alpha 1.0, hue 0.17620845, saturation 0.2981424, and chroma 0.029749114.static final intThis color constant "Tea Green" has RGBA8888 codeD0F0C0FF, L 0.89411765, A 0.4745098, B 0.52156866, alpha 1.0, hue 0.375, saturation 0.23247345, and chroma 0.06652104.static final intThis color constant "Tea Orange" has RGBA8888 codeF88379FF, L 0.65882355, A 0.5568628, B 0.5254902, alpha 1.0, hue 0.069491126, saturation 0.41382366, and chroma 0.124142565.static final intThis color constant "Tea Rose" has RGBA8888 codeF4C2C2FF, L 0.8156863, A 0.52156866, B 0.5058824, alpha 1.0, hue 0.051208384, saturation 0.13900122, and chroma 0.044538103.static final intThis color constant "Teal" has RGBA8888 code008080FF, L 0.43137255, A 0.4509804, B 0.4862745, alpha 1.0, hue 0.5389897, saturation 0.9162457, and chroma 0.10141215.static final intThis color constant "Terra Cotta" has RGBA8888 codeE2725BFF, L 0.58431375, A 0.5529412, B 0.5372549, alpha 1.0, hue 0.09871597, saturation 0.52135307, and chroma 0.12896542.static final intThis color constant "Thin Violet" has RGBA8888 codeA87CA0FF, L 0.54901963, A 0.5294118, B 0.48235294, alpha 1.0, hue 0.92620844, saturation 0.22643727, and chroma 0.068331465.static final intThis color constant "Thistle" has RGBA8888 codeD8BFD8FF, L 0.78431374, A 0.5137255, B 0.4862745, alpha 1.0, hue 0.89758337, saturation 0.094339624, and chroma 0.038669903.static final intThis color constant "Thousand Herb" has RGBA8888 code317589FF, L 0.41568628, A 0.46666667, B 0.4745098, alpha 1.0, hue 0.60241663, saturation 0.7407407, and chroma 0.0835974.static final intThis color constant "Thousand Year Old Brown" has RGBA8888 code3B3429FF, L 0.20784314, A 0.5019608, B 0.50980395, alpha 1.0, hue 0.19879162, saturation 0.3011693, and chroma 0.019918045.static final intThis color constant "Thousand Year Old Green" has RGBA8888 code374231FF, L 0.24313726, A 0.4862745, B 0.50980395, alpha 1.0, hue 0.375, saturation 0.27371874, and chroma 0.033602834.static final intThis color constant "Thrice Dyed Crimson" has RGBA8888 codeF7665AFF, L 0.5921569, A 0.57254905, B 0.5372549, alpha 1.0, hue 0.07710682, saturation 0.5725576, and chroma 0.16247371.static final intThis color constant "Tomato" has RGBA8888 codeFF6347FF, L 0.59607846, A 0.5764706, B 0.54901963, alpha 1.0, hue 0.09173302, saturation 0.6626034, and chroma 0.1809568.static final intThis color constant "Tree Peony" has RGBA8888 codeA4345DFF, L 0.3764706, A 0.5764706, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.71428573, and chroma 0.15239382.static final intThis color constant "True Pink" has RGBA8888 codeFFC0CBFF, L 0.827451, A 0.5294118, B 0.5019608, alpha 1.0, hue 0.019791542, saturation 0.17526647, and chroma 0.058723815.static final intThis color constant "True Red" has RGBA8888 code8F1D21FF, L 0.29803923, A 0.5686275, B 0.5294118, alpha 1.0, hue 0.06656226, saturation 0.82073814, and chroma 0.14874557.static final intThis color constant "Turmeric" has RGBA8888 codeE69B3AFF, L 0.6745098, A 0.5176471, B 0.5647059, alpha 1.0, hue 0.20447324, saturation 0.8054566, and chroma 0.1336143.static final intThis color constant "Turquoise" has RGBA8888 code30D5C8FF, L 0.72156864, A 0.43529412, B 0.49019608, alpha 1.0, hue 0.51979154, saturation 0.84865874, and chroma 0.1303775.static final intThis color constant "Tyrian Purple" has RGBA8888 code66023CFF, L 0.21176471, A 0.57254905, B 0.49019608, alpha 1.0, hue 0.9833083, saturation 0.97974217, and chroma 0.14584495.static final intThis color constant "Ultramarine" has RGBA8888 code120A8FFF, L 0.1764706, A 0.49411765, B 0.39607844, alpha 1.0, hue 0.74388164, saturation 0.929258, and chroma 0.20736265.static final intThis color constant "Ultramarine Dye" has RGBA8888 code5D8CAEFF, L 0.52156866, A 0.47843137, B 0.46666667, alpha 1.0, hue 0.66109616, saturation 0.48379388, and chroma 0.079095535.static final intThis color constant "Unbleached Silk" has RGBA8888 codeFFDDCAFF, L 0.8980392, A 0.50980395, B 0.5137255, alpha 1.0, hue 0.14758338, saturation 0.15625, and chroma 0.033602834.static final intThis color constant "Undried Wall" has RGBA8888 code785E49FF, L 0.3882353, A 0.50980395, B 0.5176471, alpha 1.0, hue 0.16398965, saturation 0.33319724, and chroma 0.040217306.static final intThis color constant "Vanishing Red Mouse" has RGBA8888 code44312EFF, L 0.21176471, A 0.5137255, B 0.5058824, alpha 1.0, hue 0.07379155, saturation 0.22934031, and chroma 0.029749114.static final int[]An array of Oklab int colors that should all be fairly different from any other in the group.static final intThis color constant "Vegas Gold" has RGBA8888 codeC5B358FF, L 0.69803923, A 0.49019608, B 0.5529412, alpha 1.0, hue 0.27258337, saturation 0.65777373, and chroma 0.107261956.static final intThis color constant "Velvet" has RGBA8888 code224634FF, L 0.23921569, A 0.47058824, B 0.5058824, alpha 1.0, hue 0.45570695, saturation 0.633053, and chroma 0.059754133.static final intThis color constant "Vermillion" has RGBA8888 codeE34234FF, L 0.49411765, A 0.58431375, B 0.54509807, alpha 1.0, hue 0.07947329, saturation 0.7480576, and chroma 0.19048727.static final intThis color constant "Vine Grape" has RGBA8888 code6D2B50FF, L 0.27058825, A 0.5529412, B 0.4862745, alpha 1.0, hue 0.9664035, saturation 0.609269, and chroma 0.10895567.static final intThis color constant "Violet" has RGBA8888 code8B00FFFF, L 0.4117647, A 0.57254905, B 0.37254903, alpha 1.0, hue 0.8352769, saturation 0.95424587, and chroma 0.29216033.static final intThis color constant "Violet Dye" has RGBA8888 code5B3256FF, L 0.25882354, A 0.5372549, B 0.47843137, alpha 1.0, hue 0.92620844, saturation 0.4658475, and chroma 0.08575976.static final int[]This array is loaded with the colors from the traditional Japanese Violet Series found on Wikipedia.static final intThis color constant "Viridian" has RGBA8888 code40826DFF, L 0.4509804, A 0.45882353, B 0.5019608, alpha 1.0, hue 0.4841372, saturation 0.648379, and chroma 0.0821242.static final intThis color constant "Walnut" has RGBA8888 code9F7462FF, L 0.49803922, A 0.5176471, B 0.5176471, alpha 1.0, hue 0.125, saturation 0.28861502, and chroma 0.049718447.static final intThis color constant "Washed Out Crimson" has RGBA8888 codeFFB3A7FF, L 0.78431374, A 0.53333336, B 0.5176471, alpha 1.0, hue 0.08070704, saturation 0.22627759, and chroma 0.07513822.static final intThis color constant "Washed Out Persimmon" has RGBA8888 codeEC8254FF, L 0.6313726, A 0.54509807, B 0.54509807, alpha 1.0, hue 0.125, saturation 0.5954583, and chroma 0.12705825.static final intThis color constant "Water" has RGBA8888 code86ABA5FF, L 0.63529414, A 0.47843137, B 0.49803922, alpha 1.0, hue 0.5, saturation 0.2777778, and chroma 0.04314594.static final intThis color constant "Water Persimmon" has RGBA8888 codeB56C60FF, L 0.5058824, A 0.5372549, B 0.52156866, alpha 1.0, hue 0.08601036, saturation 0.34299716, and chroma 0.08575976.static final intThis color constant "Wheat" has RGBA8888 codeF5DEB3FF, L 0.88235295, A 0.5019608, B 0.5254902, alpha 1.0, hue 0.22741663, saturation 0.28284273, and chroma 0.050931267.static final intThis color constant "White" has RGBA8888 codeFFFFFFFF, L 1.0, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716.static final intThis color constant "White Mouse" has RGBA8888 codeB9A193FF, L 0.6509804, A 0.50980395, B 0.50980395, alpha 1.0, hue 0.125, saturation 0.14629795, and chroma 0.027621359.static final intThis color constant "White Oak" has RGBA8888 codeCE9F6FFF, L 0.6627451, A 0.5137255, B 0.5372549, alpha 1.0, hue 0.1894406, saturation 0.4786813, and chroma 0.079095535.static final intThis color constant "White Tea Dye" has RGBA8888 codeC48E69FF, L 0.60784316, A 0.52156866, B 0.5294118, alpha 1.0, hue 0.14758338, saturation 0.4, and chroma 0.07266045.static final intThis color constant "Whitish Green" has RGBA8888 codeA5BA93FF, L 0.69803923, A 0.47843137, B 0.5176471, alpha 1.0, hue 0.375, saturation 0.22809896, and chroma 0.055518243.static final intThis color constant "Willow Dye" has RGBA8888 code8C9E5EFF, L 0.58431375, A 0.4745098, B 0.5372549, alpha 1.0, hue 0.33601037, saturation 0.5183068, and chroma 0.08992863.static final intThis color constant "Willow Grey" has RGBA8888 code817B69FF, L 0.48235294, A 0.49803922, B 0.50980395, alpha 1.0, hue 0.25, saturation 0.1764706, and chroma 0.019918045.static final intThis color constant "Willow Leaves Underside" has RGBA8888 codeBCB58CFF, L 0.7058824, A 0.49411765, B 0.5254902, alpha 1.0, hue 0.27258337, saturation 0.32888687, and chroma 0.052115876.static final intThis color constant "Willow Tea" has RGBA8888 code9C8A4DFF, L 0.5411765, A 0.49411765, B 0.5411765, alpha 1.0, hue 0.2644291, saturation 0.6136311, and chroma 0.082864076.static final intThis color constant "Wilted Lawn Clippings" has RGBA8888 codeAB4C3DFF, L 0.41960785, A 0.5529412, B 0.5294118, alpha 1.0, hue 0.08262452, saturation 0.5374839, and chroma 0.120651916.static final intThis color constant "Wisteria" has RGBA8888 codeC9A0DCFF, L 0.69803923, A 0.5294118, B 0.46666667, alpha 1.0, hue 0.875, saturation 0.22183742, and chroma 0.08856081.static final intThis color constant "Wisteria Dye" has RGBA8888 code89729EFF, L 0.49019608, A 0.5176471, B 0.47058824, alpha 1.0, hue 0.84871596, saturation 0.20240766, and chroma 0.068331465.static final intThis color constant "Wisteria Purple" has RGBA8888 code875F9AFF, L 0.44313726, A 0.53333336, B 0.4627451, alpha 1.0, hue 0.875, saturation 0.33941126, and chroma 0.09959023.static final intThis color constant "Yellow" has RGBA8888 codeFFFF00FF, L 0.9529412, A 0.4627451, B 0.59607846, alpha 1.0, hue 0.30499697, saturation 0.94895214, and chroma 0.20529193.static final intThis color constant "Yellow Green" has RGBA8888 code9ACD32FF, L 0.72156864, A 0.44313726, B 0.57254905, alpha 1.0, hue 0.35106787, saturation 0.87410545, and chroma 0.1836353.static final int[]This array is loaded with the colors from the traditional Japanese Yellow Green Series found on Wikipedia.static final int[]This array is loaded with the colors from the traditional Japanese Yellow Red Series found on Wikipedia.static final intThis color constant "Yellow Sea Pine Brown" has RGBA8888 code896C39FF, L 0.44313726, A 0.5019608, B 0.5372549, alpha 1.0, hue 0.2341372, saturation 0.6281172, and chroma 0.07432148.static final int[]This array is loaded with the colors from the traditional Japanese Yellow Series found on Wikipedia.static final intThis color constant "Young Bamboo" has RGBA8888 code6B9362FF, L 0.5254902, A 0.46666667, B 0.5254902, alpha 1.0, hue 0.38559446, saturation 0.39370912, and chroma 0.0835974.static final intThis color constant "Zinnwaldite" has RGBA8888 codeEBC2AFFF, L 0.8, A 0.5137255, B 0.5176471, alpha 1.0, hue 0.14261138, saturation 0.21343748, and chroma 0.044538103. -
Method Summary
Modifier and TypeMethodDescriptionstatic intindexedColorWheel(int idx) Gets a color by a shuffled index from the paletteCOLOR_WHEEL_PALETTE_REDUCED, using the given index to ensure similar index values usually return very different colors.static intindexedColorWheel(int idx, int sat) Gets a color by a shuffled index from the paletteCOLOR_WHEEL_PALETTE_REDUCED, with the specified saturation (0 is grayest, 1 is mid-saturation, 2 is fully saturated), using the given index to ensure similar index values usually return very different colors.static intindexedColorWheel(int idx, int bright, int sat) Gets a color by a shuffled index from the paletteCOLOR_WHEEL_PALETTE_REDUCED, with the specified brightness (0 is darkest, 1 is middle-bright, 2 is brightest) and saturation (0 is grayest, 1 is mid-saturation, 2 is fully saturated), using the given index to ensure similar index values usually return very different colors.static intrandomColorWheel(com.github.tommyettinger.random.EnhancedRandom rng) Gets a random color from the paletteCOLOR_WHEEL_PALETTE_REDUCED, using the specified EnhancedRandom to determine saturation, brightness, and hue.static intrandomColorWheel(com.github.tommyettinger.random.EnhancedRandom rng, int bright, int sat) Gets a random color from the paletteCOLOR_WHEEL_PALETTE_REDUCED, with the specified brightness (0 is darkest, 1 is middle-bright, 2 is brightest) and saturation (0 is grayest, 1 is mid-saturation, 2 is fully saturated), using the specified EnhancedRandom.
-
Field Details
-
NAMED
-
LIST
public static final com.github.tommyettinger.ds.IntList LIST -
PLACEHOLDER
public static final int PLACEHOLDERA fully-transparent color that is out-of-range for valid colors in Oklab, to be used as a placeholder for colors that aren't valid in some way. This is not included inNAMEDorLIST.
If this is shown for some reason, it should look black, nearly-black, or deep blue-green, depending on how out-of-range colors are handled. That shouldn't happen very often, because this color has 0.0 alpha (making it fully transparent).- See Also:
-
ALICE_BLUE
public static final int ALICE_BLUEThis color constant "Alice Blue" has RGBA8888 codeF0F8FFFF, L 0.96862745, A 0.49411765, B 0.49411765, alpha 1.0, hue 0.625, saturation 0.05656854, and chroma 0.016572814. It has the encoded Oklab value0xff7e7ef7.@ @ @ @ @ @
- See Also:
-
ALIZARIN
public static final int ALIZARINThis color constant "Alizarin" has RGBA8888 codeE32636FF, L 0.4627451, A 0.6, B 0.5411765, alpha 1.0, hue 0.063700125, saturation 0.8962282, and chroma 0.21544659. It has the encoded Oklab value0xff8a9976.@ @ @ @ @ @
- See Also:
-
ALOEWOOD
public static final int ALOEWOODThis color constant "Aloewood" has RGBA8888 code6A432DFF, L 0.3019608, A 0.5176471, B 0.5254902, alpha 1.0, hue 0.15128402, saturation 0.55498874, and chroma 0.061763234. It has the encoded Oklab value0xff86844d.@ @ @ @ @ @
- See Also:
-
ALOEWOOD_BROWN
public static final int ALOEWOOD_BROWNThis color constant "Aloewood Brown" has RGBA8888 code5A6457FF, L 0.3764706, A 0.49019608, B 0.5058824, alpha 1.0, hue 0.375, saturation 0.13797206, and chroma 0.022777155. It has the encoded Oklab value0xff817d60.@ @ @ @ @ @
- See Also:
-
AMARANTH
public static final int AMARANTHThis color constant "Amaranth" has RGBA8888 codeE52B50FF, L 0.47843137, A 0.6039216, B 0.5254902, alpha 1.0, hue 0.0403737, saturation 0.87164533, and chroma 0.21316819. It has the encoded Oklab value0xff869a7a.@ @ @ @ @ @
- See Also:
-
AMBER
public static final int AMBERThis color constant "Amber" has RGBA8888 codeFFBF00FF, L 0.7882353, A 0.5019608, B 0.58431375, alpha 1.0, hue 0.24277052, saturation 0.95750934, and chroma 0.16801417. It has the encoded Oklab value0xff9580c9.@ @ @ @ @ @
- See Also:
-
AMBER_DYE
public static final int AMBER_DYEThis color constant "Amber Dye" has RGBA8888 codeCA6924FF, L 0.52156866, A 0.5411765, B 0.5568628, alpha 1.0, hue 0.14929467, saturation 0.84550345, and chroma 0.13986339. It has the encoded Oklab value0xff8e8a85.@ @ @ @ @ @
- See Also:
-
AMETHYST
public static final int AMETHYSTThis color constant "Amethyst" has RGBA8888 code9966CCFF, L 0.5058824, A 0.5411765, B 0.4392157, alpha 1.0, hue 0.8507053, saturation 0.42761093, and chroma 0.14626285. It has the encoded Oklab value0xff708a81.@ @ @ @ @ @
- See Also:
-
AMUR_CORK_TREE
public static final int AMUR_CORK_TREEThis color constant "Amur Cork Tree" has RGBA8888 codeF3C13AFF, L 0.78039217, A 0.49803922, B 0.5764706, alpha 1.0, hue 0.25, saturation 0.8695652, and chroma 0.15239382. It has the encoded Oklab value0xff937fc7.@ @ @ @ @ @
- See Also:
-
APRICOT
public static final int APRICOTThis color constant "Apricot" has RGBA8888 codeFBCEB1FF, L 0.84705883, A 0.5137255, B 0.52156866, alpha 1.0, hue 0.15641639, saturation 0.2486587, and chroma 0.050931267. It has the encoded Oklab value0xff8583d8.@ @ @ @ @ @
- See Also:
-
AQUA
public static final int AQUAThis color constant "Aqua" has RGBA8888 code00FFFFFF, L 0.8627451, A 0.42352942, B 0.47843137, alpha 1.0, hue 0.5409546, saturation 0.9583845, and chroma 0.1582875. It has the encoded Oklab value0xff7a6cdc.@ @ @ @ @ @
- See Also:
-
AQUAMARINE
public static final int AQUAMARINEThis color constant "Aquamarine" has RGBA8888 code7FFFD4FF, L 0.88235295, A 0.4392157, B 0.50980395, alpha 1.0, hue 0.4685836, saturation 0.6118823, and chroma 0.12265874. It has the encoded Oklab value0xff8270e1.@ @ @ @ @ @
- See Also:
-
ARMY_GREEN
public static final int ARMY_GREENThis color constant "Army Green" has RGBA8888 code4B5320FF, L 0.3019608, A 0.47843137, B 0.53333336, alpha 1.0, hue 0.33070704, saturation 0.7100435, and chroma 0.079095535. It has the encoded Oklab value0xff887a4d.@ @ @ @ @ @
- See Also:
-
ASPARAGUS
public static final int ASPARAGUSThis color constant "Asparagus" has RGBA8888 code7BA05BFF, L 0.57254905, A 0.4627451, B 0.5372549, alpha 1.0, hue 0.36663133, saturation 0.5275931, and chroma 0.104961164. It has the encoded Oklab value0xff897692.@ @ @ @ @ @
- See Also:
-
ATOMIC_TANGERINE
public static final int ATOMIC_TANGERINEThis color constant "Atomic Tangerine" has RGBA8888 codeFF9966FF, L 0.70980394, A 0.5411765, B 0.54509807, alpha 1.0, hue 0.13191529, saturation 0.54262733, and chroma 0.121659465. It has the encoded Oklab value0xff8b8ab5.@ @ @ @ @ @
- See Also:
-
AUBURN
public static final int AUBURNThis color constant "Auburn" has RGBA8888 code6D351AFF, L 0.27450982, A 0.5294118, B 0.53333336, alpha 1.0, hue 0.13435109, saturation 0.75259966, and chroma 0.08856081. It has the encoded Oklab value0xff888746.@ @ @ @ @ @
- See Also:
-
AZUL
public static final int AZULThis color constant "Azul" has RGBA8888 code007FFFFF, L 0.5019608, A 0.47058824, B 0.4, alpha 1.0, hue 0.70654905, saturation 0.9615374, and chroma 0.20765679. It has the encoded Oklab value0xff667880.@ @ @ @ @ @
- See Also:
-
AZURE
public static final int AZUREThis color constant "Azure" has RGBA8888 codeF0FFFFFF, L 0.9882353, A 0.49019608, B 0.49411765, alpha 1.0, hue 0.57379156, saturation 0.0993808, and chroma 0.022777155. It has the encoded Oklab value0xff7e7dfc.@ @ @ @ @ @
- See Also:
-
BABY_BLUE
public static final int BABY_BLUEThis color constant "Baby Blue" has RGBA8888 codeE0FFFFFF, L 0.972549, A 0.4862745, B 0.49411765, alpha 1.0, hue 0.5512084, saturation 0.1437399, and chroma 0.029749114. It has the encoded Oklab value0xff7e7cf8.@ @ @ @ @ @
- See Also:
-
BAIKO_BROWN
public static final int BAIKO_BROWNThis color constant "Baiko Brown" has RGBA8888 code857C55FF, L 0.48235294, A 0.49411765, B 0.5254902, alpha 1.0, hue 0.27258337, saturation 0.41594517, and chroma 0.052115876. It has the encoded Oklab value0xff867e7b.@ @ @ @ @ @
- See Also:
-
BEIGE
public static final int BEIGEThis color constant "Beige" has RGBA8888 codeF5F5DCFF, L 0.9529412, A 0.49411765, B 0.5137255, alpha 1.0, hue 0.28898975, saturation 0.1527076, and chroma 0.029749114. It has the encoded Oklab value0xff837ef3.@ @ @ @ @ @
- See Also:
-
BELLFLOWER
public static final int BELLFLOWERThis color constant "Bellflower" has RGBA8888 code5D3F6AFF, L 0.29803923, A 0.5254902, B 0.47058824, alpha 1.0, hue 0.875, saturation 0.3413619, and chroma 0.07753685. It has the encoded Oklab value0xff78864c.@ @ @ @ @ @
- See Also:
-
BENI_DYE
public static final int BENI_DYEThis color constant "Beni Dye" has RGBA8888 code913225FF, L 0.32941177, A 0.5568628, B 0.53333336, alpha 1.0, hue 0.08601036, saturation 0.6859943, and chroma 0.13131043. It has the encoded Oklab value0xff888e54.@ @ @ @ @ @
- See Also:
-
BETEL_NUT_DYE
public static final int BETEL_NUT_DYEThis color constant "Betel Nut Dye" has RGBA8888 code352925FF, L 0.17254902, A 0.5058824, B 0.5058824, alpha 1.0, hue 0.125, saturation 0.22627416, and chroma 0.016572814. It has the encoded Oklab value0xff81812c.@ @ @ @ @ @
- See Also:
-
BIRCH_BROWN
public static final int BIRCH_BROWNThis color constant "Birch Brown" has RGBA8888 codeB14A30FF, L 0.42352942, A 0.5529412, B 0.5411765, alpha 1.0, hue 0.105992556, saturation 0.7121797, and chroma 0.1336143. It has the encoded Oklab value0xff8a8d6c.@ @ @ @ @ @
- See Also:
-
BISTRE
public static final int BISTREThis color constant "Bistre" has RGBA8888 code3D2B1FFF, L 0.18431373, A 0.50980395, B 0.5137255, alpha 1.0, hue 0.14758338, saturation 0.4347826, and chroma 0.033602834. It has the encoded Oklab value0xff83822f.@ @ @ @ @ @
- See Also:
-
BLACK
public static final int BLACKThis color constant "Black" has RGBA8888 code000000FF, L 0.0, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f00.@ @ @ @ @ @
- See Also:
-
BLACK_CHESTNUT_OAK
public static final int BLACK_CHESTNUT_OAKThis color constant "Black Chestnut Oak" has RGBA8888 code252321FF, L 0.13725491, A 0.49803922, B 0.5019608, alpha 1.0, hue 0.25, saturation 0.13333334, and chroma 0.0055242716. It has the encoded Oklab value0xff807f23.@ @ @ @ @ @
- See Also:
-
BLACK_DYE
public static final int BLACK_DYEThis color constant "Black Dye" has RGBA8888 code171412FF, L 0.078431375, A 0.5019608, B 0.5019608, alpha 1.0, hue 0.125, saturation 0.18856181, and chroma 0.0055242716. It has the encoded Oklab value0xff808014.@ @ @ @ @ @
- See Also:
-
BLACK_KITE
public static final int BLACK_KITEThis color constant "Black Kite" has RGBA8888 code351E1CFF, L 0.14509805, A 0.5176471, B 0.5058824, alpha 1.0, hue 0.0605594, saturation 0.359011, and chroma 0.03705794. It has the encoded Oklab value0xff818425.@ @ @ @ @ @
- See Also:
-
BLOOD
public static final int BLOODThis color constant "Blood" has RGBA8888 codeCF3A24FF, L 0.44705883, A 0.5764706, B 0.54901963, alpha 1.0, hue 0.09173302, saturation 0.79512405, and chroma 0.1809568. It has the encoded Oklab value0xff8c9372.@ @ @ @ @ @
- See Also:
-
BLOOD_RED
public static final int BLOOD_REDThis color constant "Blood Red" has RGBA8888 codeF35336FF, L 0.54901963, A 0.5803922, B 0.5529412, alpha 1.0, hue 0.09358362, saturation 0.7423194, and chroma 0.19176465. It has the encoded Oklab value0xff8d948c.@ @ @ @ @ @
- See Also:
-
BLUE
public static final int BLUEThis color constant "Blue" has RGBA8888 code0000FFFF, L 0.3019608, A 0.48235294, B 0.34117648, alpha 1.0, hue 0.7341372, saturation 0.9925803, and chroma 0.31835338. It has the encoded Oklab value0xff577b4d.@ @ @ @ @ @
- See Also:
-
BLUE_BLACK_CRAYFISH
public static final int BLUE_BLACK_CRAYFISHThis color constant "Blue Black Crayfish" has RGBA8888 code62693BFF, L 0.39215687, A 0.48235294, B 0.5294118, alpha 1.0, hue 0.32379153, saturation 0.54207706, and chroma 0.068331465. It has the encoded Oklab value0xff877b64.@ @ @ @ @ @
- See Also:
-
BLUE_GREEN
public static final int BLUE_GREENThis color constant "Blue Green" has RGBA8888 code00DDDDFF, L 0.7490196, A 0.43137255, B 0.47843137, alpha 1.0, hue 0.54552674, saturation 0.93263394, and chroma 0.143312. It has the encoded Oklab value0xff7a6ebf.@ @ @ @ @ @
- See Also:
-
BLUE_GREEN_DYE
public static final int BLUE_GREEN_DYEThis color constant "Blue Green Dye" has RGBA8888 code3A6960FF, L 0.36862746, A 0.47058824, B 0.49803922, alpha 1.0, hue 0.5, saturation 0.53846157, and chroma 0.058723815. It has the encoded Oklab value0xff7f785e.@ @ @ @ @ @
- See Also:
-
BLUE_VIOLET
public static final int BLUE_VIOLETThis color constant "Blue Violet" has RGBA8888 code8A2BE2FF, L 0.40784314, A 0.5686275, B 0.39215687, alpha 1.0, hue 0.84358364, saturation 0.8539464, and chroma 0.25465634. It has the encoded Oklab value0xff649168.@ @ @ @ @ @
- See Also:
-
BLUE_VIOLET_DYE
public static final int BLUE_VIOLET_DYEThis color constant "Blue Violet Dye" has RGBA8888 code2B2028FF, L 0.14117648, A 0.50980395, B 0.49411765, alpha 1.0, hue 0.9487916, saturation 0.19764236, and chroma 0.022777155. It has the encoded Oklab value0xff7e8224.@ @ @ @ @ @
- See Also:
-
BOILED_RED_BEAN_BROWN
public static final int BOILED_RED_BEAN_BROWNThis color constant "Boiled Red Bean Brown" has RGBA8888 code542D24FF, L 0.21960784, A 0.5254902, B 0.5176471, alpha 1.0, hue 0.09871597, saturation 0.49156144, and chroma 0.061763234. It has the encoded Oklab value0xff848638.@ @ @ @ @ @
- See Also:
-
BONDI_BLUE
public static final int BONDI_BLUEThis color constant "Bondi Blue" has RGBA8888 code0095B6FF, L 0.5176471, A 0.4509804, B 0.4627451, alpha 1.0, hue 0.60241663, saturation 0.9677419, and chroma 0.12265874. It has the encoded Oklab value0xff767384.@ @ @ @ @ @
- See Also:
-
BRASS
public static final int BRASSThis color constant "Brass" has RGBA8888 codeB5A642FF, L 0.6431373, A 0.4862745, B 0.5568628, alpha 1.0, hue 0.2814164, saturation 0.72843134, and chroma 0.11653464. It has the encoded Oklab value0xff8e7ca4.@ @ @ @ @ @
- See Also:
-
BREWED_MUSTARD_BROWN
public static final int BREWED_MUSTARD_BROWNThis color constant "Brewed Mustard Brown" has RGBA8888 codeE68364FF, L 0.627451, A 0.54509807, B 0.5372549, alpha 1.0, hue 0.11057128, saturation 0.4958889, and chroma 0.11653464. It has the encoded Oklab value0xff898ba0.@ @ @ @ @ @
- See Also:
-
BRIGHT_GOLD_BROWN
public static final int BRIGHT_GOLD_BROWNThis color constant "Bright Gold Brown" has RGBA8888 codeCB7E1FFF, L 0.5647059, A 0.52156866, B 0.5647059, alpha 1.0, hue 0.19599979, saturation 0.9013878, and chroma 0.13587911. It has the encoded Oklab value0xff908590.@ @ @ @ @ @
- See Also:
-
BRIGHT_GOLDEN_YELLOW
public static final int BRIGHT_GOLDEN_YELLOWThis color constant "Bright Golden Yellow" has RGBA8888 codeFFA400FF, L 0.7254902, A 0.52156866, B 0.5803922, alpha 1.0, hue 0.20570697, saturation 0.9495796, and chroma 0.1658202. It has the encoded Oklab value0xff9485b9.@ @ @ @ @ @
- See Also:
-
BRIGHT_GREEN
public static final int BRIGHT_GREENThis color constant "Bright Green" has RGBA8888 code66FF00FF, L 0.83137256, A 0.39607844, B 0.5882353, alpha 1.0, hue 0.38473183, saturation 0.9510441, and chroma 0.27158973. It has the encoded Oklab value0xff9665d4.@ @ @ @ @ @
- See Also:
-
BRIGHT_PINK
public static final int BRIGHT_PINKThis color constant "Bright Pink" has RGBA8888 codeFF0080FF, L 0.52156866, A 0.6313726, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.98550725, and chroma 0.2617479. It has the encoded Oklab value0xff7fa185.@ @ @ @ @ @
- See Also:
-
BRIGHT_TURQUOISE
public static final int BRIGHT_TURQUOISEThis color constant "Bright Turquoise" has RGBA8888 code08E8DEFF, L 0.78039217, A 0.42745098, B 0.4862745, alpha 1.0, hue 0.526284, saturation 0.9358096, and chroma 0.14709508. It has the encoded Oklab value0xff7c6dc7.@ @ @ @ @ @
- See Also:
-
BRILLIANT_ROSE
public static final int BRILLIANT_ROSEThis color constant "Brilliant Rose" has RGBA8888 codeFF55A3FF, L 0.6, A 0.6, B 0.4862745, alpha 1.0, hue 0.98171693, saturation 0.67980534, and chroma 0.20108652. It has the encoded Oklab value0xff7c9999.@ @ @ @ @ @
- See Also:
-
BRONZE
public static final int BRONZEThis color constant "Bronze" has RGBA8888 codeCD7F32FF, L 0.57254905, A 0.5254902, B 0.5568628, alpha 1.0, hue 0.18050888, saturation 0.78823555, and chroma 0.124142565. It has the encoded Oklab value0xff8e8692.@ @ @ @ @ @
- See Also:
-
BROWN
public static final int BROWNThis color constant "Brown" has RGBA8888 code808000FF, L 0.47843137, A 0.4745098, B 0.56078434, alpha 1.0, hue 0.30710015, saturation 0.9493337, and chroma 0.13131043. It has the encoded Oklab value0xff8f797a.@ @ @ @ @ @
- See Also:
-
BROWN_RAT_GREY
public static final int BROWN_RAT_GREYThis color constant "Brown Rat Grey" has RGBA8888 code4B3C39FF, L 0.2509804, A 0.50980395, B 0.5058824, alpha 1.0, hue 0.09358362, saturation 0.17588055, and chroma 0.022777155. It has the encoded Oklab value0xff818240.@ @ @ @ @ @
- See Also:
-
BROWNER
public static final int BROWNERThis color constant "Browner" has RGBA8888 code964B00FF, L 0.3764706, A 0.53333336, B 0.5529412, alpha 1.0, hue 0.15906878, saturation 0.95104665, and chroma 0.12463325. It has the encoded Oklab value0xff8d8860.@ @ @ @ @ @
- See Also:
-
BRUSHWOOD_DYED
public static final int BRUSHWOOD_DYEDThis color constant "Brushwood Dyed" has RGBA8888 code8C5939FF, L 0.4, A 0.52156866, B 0.53333336, alpha 1.0, hue 0.15641639, saturation 0.6009252, and chroma 0.079095535. It has the encoded Oklab value0xff888566.@ @ @ @ @ @
- See Also:
-
BUFF
public static final int BUFFThis color constant "Buff" has RGBA8888 codeF0DC82FF, L 0.85882354, A 0.49019608, B 0.54901963, alpha 1.0, hue 0.27429464, saturation 0.52611786, and chroma 0.09959023. It has the encoded Oklab value0xff8c7ddb.@ @ @ @ @ @
- See Also:
-
BURGUNDY
public static final int BURGUNDYThis color constant "Burgundy" has RGBA8888 code900020FF, L 0.28235295, A 0.5803922, B 0.5294118, alpha 1.0, hue 0.057929058, saturation 0.97705233, and chroma 0.17053813. It has the encoded Oklab value0xff879448.@ @ @ @ @ @
- See Also:
-
BURNT_BAMBOO
public static final int BURNT_BAMBOOThis color constant "Burnt Bamboo" has RGBA8888 code4D3B3CFF, L 0.2509804, A 0.50980395, B 0.5019608, alpha 1.0, hue 0.051208384, saturation 0.15058465, and chroma 0.019918045. It has the encoded Oklab value0xff808240.@ @ @ @ @ @
- See Also:
-
BURNT_ORANGE
public static final int BURNT_ORANGEThis color constant "Burnt Orange" has RGBA8888 codeCC5500FF, L 0.48235294, A 0.5529412, B 0.56078434, alpha 1.0, hue 0.13559444, saturation 0.9449019, and chroma 0.1605844. It has the encoded Oklab value0xff8f8d7b.@ @ @ @ @ @
- See Also:
-
BURNT_SIENNA
public static final int BURNT_SIENNAThis color constant "Burnt Sienna" has RGBA8888 codeE97451FF, L 0.59607846, A 0.5529412, B 0.54509807, alpha 1.0, hue 0.11278161, saturation 0.6045603, and chroma 0.13854803. It has the encoded Oklab value0xff8b8d98.@ @ @ @ @ @
- See Also:
-
BURNT_UMBER
public static final int BURNT_UMBERThis color constant "Burnt Umber" has RGBA8888 code8A3324FF, L 0.31764707, A 0.5529412, B 0.53333336, alpha 1.0, hue 0.09093122, saturation 0.6934715, and chroma 0.12463325. It has the encoded Oklab value0xff888d51.@ @ @ @ @ @
- See Also:
-
CAMO_GREEN
public static final int CAMO_GREENThis color constant "Camo Green" has RGBA8888 code78866BFF, L 0.5019608, A 0.4862745, B 0.5137255, alpha 1.0, hue 0.35241663, saturation 0.22727273, and chroma 0.038669903. It has the encoded Oklab value0xff837c80.@ @ @ @ @ @
- See Also:
-
CAPE_JASMINE
public static final int CAPE_JASMINEThis color constant "Cape Jasmine" has RGBA8888 codeFFB95AFF, L 0.78039217, A 0.5137255, B 0.56078434, alpha 1.0, hue 0.21101025, saturation 0.7018052, and chroma 0.124142565. It has the encoded Oklab value0xff8f83c7.@ @ @ @ @ @
- See Also:
-
CAPUT_MORTUUM
public static final int CAPUT_MORTUUMThis color constant "Caput Mortuum" has RGBA8888 code592720FF, L 0.21568628, A 0.53333336, B 0.5176471, alpha 1.0, hue 0.08070704, saturation 0.52798104, and chroma 0.07513822. It has the encoded Oklab value0xff848837.@ @ @ @ @ @
- See Also:
-
CARDINAL
public static final int CARDINALThis color constant "Cardinal" has RGBA8888 codeC41E3AFF, L 0.4, A 0.5921569, B 0.5294118, alpha 1.0, hue 0.051208384, saturation 0.8876569, and chroma 0.19271713. It has the encoded Oklab value0xff879766.@ @ @ @ @ @
- See Also:
-
CARMINE
public static final int CARMINEThis color constant "Carmine" has RGBA8888 code960018FF, L 0.29411766, A 0.5803922, B 0.5372549, alpha 1.0, hue 0.07073126, saturation 0.96914196, and chroma 0.17651756. It has the encoded Oklab value0xff89944b.@ @ @ @ @ @
- See Also:
-
CARNATION_PINK
public static final int CARNATION_PINKThis color constant "Carnation Pink" has RGBA8888 codeFFA6C9FF, L 0.76862746, A 0.54901963, B 0.49411765, alpha 1.0, hue 0.98778117, saturation 0.28974232, and chroma 0.098356865. It has the encoded Oklab value0xff7e8cc4.@ @ @ @ @ @
- See Also:
-
CAROLINA_BLUE
public static final int CAROLINA_BLUEThis color constant "Carolina Blue" has RGBA8888 code99BADDFF, L 0.7137255, A 0.4862745, B 0.47058824, alpha 1.0, hue 0.68555963, saturation 0.2719919, and chroma 0.064659946. It has the encoded Oklab value0xff787cb6.@ @ @ @ @ @
- See Also:
-
CARROT_ORANGE
public static final int CARROT_ORANGEThis color constant "Carrot Orange" has RGBA8888 codeED9121FF, L 0.65882355, A 0.5254902, B 0.57254905, alpha 1.0, hue 0.19381978, saturation 0.9203844, and chroma 0.15319274. It has the encoded Oklab value0xff9286a8.@ @ @ @ @ @
- See Also:
-
CATTAIL
public static final int CATTAILThis color constant "Cattail" has RGBA8888 codeB64925FF, L 0.42745098, A 0.5568628, B 0.54509807, alpha 1.0, hue 0.10738862, saturation 0.7533088, and chroma 0.14458403. It has the encoded Oklab value0xff8b8e6d.@ @ @ @ @ @
- See Also:
-
CELADON
public static final int CELADONThis color constant "Celadon" has RGBA8888 codeACE1AFFF, L 0.81960785, A 0.4627451, B 0.52156866, alpha 1.0, hue 0.4064164, saturation 0.3004626, and chroma 0.08575976. It has the encoded Oklab value0xff8576d1.@ @ @ @ @ @
- See Also:
-
CELADON_DYE
public static final int CELADON_DYEThis color constant "Celadon Dye" has RGBA8888 code819C8BFF, L 0.5803922, A 0.48235294, B 0.5058824, alpha 1.0, hue 0.42620847, saturation 0.18253617, and chroma 0.03705794. It has the encoded Oklab value0xff817b94.@ @ @ @ @ @
- See Also:
-
CERISE
public static final int CERISEThis color constant "Cerise" has RGBA8888 codeDE3163FF, L 0.47843137, A 0.6, B 0.50980395, alpha 1.0, hue 0.01828308, saturation 0.8053078, and chroma 0.20017387. It has the encoded Oklab value0xff82997a.@ @ @ @ @ @
- See Also:
-
CERULEAN
public static final int CERULEANThis color constant "Cerulean" has RGBA8888 code007BA7FF, L 0.43529412, A 0.4627451, B 0.45490196, alpha 1.0, hue 0.6408625, saturation 0.8882919, and chroma 0.11653464. It has the encoded Oklab value0xff74766f.@ @ @ @ @ @
- See Also:
-
CERULEAN_BLUE
public static final int CERULEAN_BLUEThis color constant "Cerulean Blue" has RGBA8888 code2A52BEFF, L 0.3529412, A 0.49019608, B 0.4117647, alpha 1.0, hue 0.7355709, saturation 0.49090493, and chroma 0.17686298. It has the encoded Oklab value0xff697d5a.@ @ @ @ @ @
- See Also:
-
CHARTREUSE
public static final int CHARTREUSEThis color constant "Chartreuse" has RGBA8888 codeDFFF00FF, L 0.92156863, A 0.44705883, B 0.59607846, alpha 1.0, hue 0.3263176, saturation 0.97165537, and chroma 0.21854064. It has the encoded Oklab value0xff9872eb.@ @ @ @ @ @
- See Also:
-
CHARTREUSE_GREEN
public static final int CHARTREUSE_GREENThis color constant "Chartreuse Green" has RGBA8888 code7FFF00FF, L 0.84705883, A 0.40784314, B 0.5921569, alpha 1.0, hue 0.3716143, saturation 0.9776923, and chroma 0.25964078. It has the encoded Oklab value0xff9768d8.@ @ @ @ @ @
- See Also:
-
CHERRY_BLOSSOM
public static final int CHERRY_BLOSSOMThis color constant "Cherry Blossom" has RGBA8888 codeFFB7C5FF, L 0.8039216, A 0.5372549, B 0.5019608, alpha 1.0, hue 0.0158628, saturation 0.22087638, and chroma 0.07432148. It has the encoded Oklab value0xff8089cd.@ @ @ @ @ @
- See Also:
-
CHERRY_BLOSSOM_DYE
public static final int CHERRY_BLOSSOM_DYEThis color constant "Cherry Blossom Dye" has RGBA8888 codeFCC9B9FF, L 0.8392157, A 0.52156866, B 0.5137255, alpha 1.0, hue 0.09358362, saturation 0.16024671, and chroma 0.050931267. It has the encoded Oklab value0xff8385d6.@ @ @ @ @ @
- See Also:
-
CHERRY_BLOSSOM_MOUSE
public static final int CHERRY_BLOSSOM_MOUSEThis color constant "Cherry Blossom Mouse" has RGBA8888 codeAC8181FF, L 0.5529412, A 0.52156866, B 0.5058824, alpha 1.0, hue 0.051208384, saturation 0.1781565, and chroma 0.044538103. It has the encoded Oklab value0xff81858d.@ @ @ @ @ @
- See Also:
-
CHESTNUT
public static final int CHESTNUTThis color constant "Chestnut" has RGBA8888 codeCD5C5CFF, L 0.50980395, A 0.56078434, B 0.5254902, alpha 1.0, hue 0.06563697, saturation 0.51365435, and chroma 0.13131043. It has the encoded Oklab value0xff868f82.@ @ @ @ @ @
- See Also:
-
CHESTNUT_LEATHER_BROWN
public static final int CHESTNUT_LEATHER_BROWNThis color constant "Chestnut Leather Brown" has RGBA8888 code60281EFF, L 0.22745098, A 0.5372549, B 0.52156866, alpha 1.0, hue 0.08601036, saturation 0.5830952, and chroma 0.08575976. It has the encoded Oklab value0xff85893a.@ @ @ @ @ @
- See Also:
-
CHESTNUT_PLUM
public static final int CHESTNUT_PLUMThis color constant "Chestnut Plum" has RGBA8888 code8B352DFF, L 0.3254902, A 0.5529412, B 0.5254902, alpha 1.0, hue 0.07379155, saturation 0.6138226, and chroma 0.11705722. It has the encoded Oklab value0xff868d53.@ @ @ @ @ @
- See Also:
-
CHINESE_TEA_BROWN
public static final int CHINESE_TEA_BROWNThis color constant "Chinese Tea Brown" has RGBA8888 codeB35C44FF, L 0.4627451, A 0.54509807, B 0.53333336, alpha 1.0, hue 0.10241663, saturation 0.54545456, and chroma 0.11172148. It has the encoded Oklab value0xff888b76.@ @ @ @ @ @
- See Also:
-
CHINESE_TEA_YELLOW
public static final int CHINESE_TEA_YELLOWThis color constant "Chinese Tea Yellow" has RGBA8888 codeB7702DFF, L 0.50980395, A 0.5254902, B 0.5529412, alpha 1.0, hue 0.17620845, saturation 0.8026911, and chroma 0.11705722. It has the encoded Oklab value0xff8d8682.@ @ @ @ @ @
- See Also:
-
CHOCOLATE
public static final int CHOCOLATEThis color constant "Chocolate" has RGBA8888 code7B3F00FF, L 0.3137255, A 0.5254902, B 0.54509807, alpha 1.0, hue 0.16595447, saturation 0.9261629, and chroma 0.10320191. It has the encoded Oklab value0xff8b8650.@ @ @ @ @ @
- See Also:
-
CINNABAR
public static final int CINNABARThis color constant "Cinnabar" has RGBA8888 codeE34234FF, L 0.49411765, A 0.58431375, B 0.54509807, alpha 1.0, hue 0.07947329, saturation 0.7480576, and chroma 0.19048727. It has the encoded Oklab value0xff8b957e.@ @ @ @ @ @
- See Also:
-
CINNAMON
public static final int CINNAMONThis color constant "Cinnamon" has RGBA8888 codeD2691EFF, L 0.53333336, A 0.54509807, B 0.56078434, alpha 1.0, hue 0.14758338, saturation 0.8695652, and chroma 0.15078327. It has the encoded Oklab value0xff8f8b88.@ @ @ @ @ @
- See Also:
-
CLOVE_BROWN
public static final int CLOVE_BROWNThis color constant "Clove Brown" has RGBA8888 code8F583CFF, L 0.40392157, A 0.5254902, B 0.5294118, alpha 1.0, hue 0.13559444, saturation 0.5185437, and chroma 0.07753685. It has the encoded Oklab value0xff878667.@ @ @ @ @ @
- See Also:
-
CLOVE_DYED
public static final int CLOVE_DYEDThis color constant "Clove Dyed" has RGBA8888 codeC66B27FF, L 0.5176471, A 0.5372549, B 0.5568628, alpha 1.0, hue 0.15641639, saturation 0.85846454, and chroma 0.13542919. It has the encoded Oklab value0xff8e8984.@ @ @ @ @ @
- See Also:
-
COARSE_WOOL
public static final int COARSE_WOOLThis color constant "Coarse Wool" has RGBA8888 code181B26FF, L 0.105882354, A 0.49803922, B 0.4862745, alpha 1.0, hue 0.75, saturation 0.15, and chroma 0.027621359. It has the encoded Oklab value0xff7c7f1b.@ @ @ @ @ @
- See Also:
-
COBALT
public static final int COBALTThis color constant "Cobalt" has RGBA8888 code0047ABFF, L 0.3019608, A 0.48235294, B 0.4117647, alpha 1.0, hue 0.72137564, saturation 0.9126808, and chroma 0.1792624. It has the encoded Oklab value0xff697b4d.@ @ @ @ @ @
- See Also:
-
COCHINEAL_RED
public static final int COCHINEAL_REDThis color constant "Cochineal Red" has RGBA8888 code9D2933FF, L 0.3372549, A 0.57254905, B 0.5254902, alpha 1.0, hue 0.056180224, saturation 0.79405713, and chroma 0.15319274. It has the encoded Oklab value0xff869256.@ @ @ @ @ @
- See Also:
-
COLUMBIA_BLUE
public static final int COLUMBIA_BLUEThis color constant "Columbia Blue" has RGBA8888 code9BDDFFFF, L 0.8235294, A 0.4745098, B 0.47058824, alpha 1.0, hue 0.6372184, saturation 0.39232105, and chroma 0.07753685. It has the encoded Oklab value0xff7879d2.@ @ @ @ @ @
- See Also:
-
COPPER
public static final int COPPERThis color constant "Copper" has RGBA8888 codeB87333FF, L 0.5176471, A 0.5254902, B 0.54901963, alpha 1.0, hue 0.17138702, saturation 0.7202353, and chroma 0.11007033. It has the encoded Oklab value0xff8c8684.@ @ @ @ @ @
- See Also:
-
COPPER_ROSE
public static final int COPPER_ROSEThis color constant "Copper Rose" has RGBA8888 code996666FF, L 0.45882353, A 0.5294118, B 0.50980395, alpha 1.0, hue 0.057100154, saturation 0.2712382, and chroma 0.061763234. It has the encoded Oklab value0xff828775.@ @ @ @ @ @
- See Also:
-
CORAL
public static final int CORALThis color constant "Coral" has RGBA8888 codeFF7F50FF, L 0.6509804, A 0.5568628, B 0.54901963, alpha 1.0, hue 0.11365128, saturation 0.6301408, and chroma 0.14956398. It has the encoded Oklab value0xff8c8ea6.@ @ @ @ @ @
- See Also:
-
CORAL_DYE
public static final int CORAL_DYEThis color constant "Coral Dye" has RGBA8888 codeF8674FFF, L 0.59607846, A 0.57254905, B 0.54509807, alpha 1.0, hue 0.08965457, saturation 0.5992588, and chroma 0.17017984. It has the encoded Oklab value0xff8b9298.@ @ @ @ @ @
- See Also:
-
CORAL_RED
public static final int CORAL_REDThis color constant "Coral Red" has RGBA8888 codeFF4040FF, L 0.54509807, A 0.59607846, B 0.54509807, alpha 1.0, hue 0.07122476, saturation 0.78115064, and chroma 0.21144326. It has the encoded Oklab value0xff8b988b.@ @ @ @ @ @
- See Also:
-
CORN
public static final int CORNThis color constant "Corn" has RGBA8888 codeFBEC5DFF, L 0.90588236, A 0.47843137, B 0.57254905, alpha 1.0, hue 0.29095456, saturation 0.7556493, and chroma 0.15078327. It has the encoded Oklab value0xff927ae7.@ @ @ @ @ @
- See Also:
-
CORN_DYE
public static final int CORN_DYEThis color constant "Corn Dye" has RGBA8888 codeFAA945FF, L 0.73333335, A 0.52156866, B 0.5647059, alpha 1.0, hue 0.19599979, saturation 0.76713854, and chroma 0.13587911. It has the encoded Oklab value0xff9085bb.@ @ @ @ @ @
- See Also:
-
CORNFLOWER_BLUE
public static final int CORNFLOWER_BLUEThis color constant "Cornflower Blue" has RGBA8888 code6495EDFF, L 0.58431375, A 0.4862745, B 0.43529412, alpha 1.0, hue 0.7205011, saturation 0.43410188, and chroma 0.13177444. It has the encoded Oklab value0xff6f7c95.@ @ @ @ @ @
- See Also:
-
COSMIC_LATTE
public static final int COSMIC_LATTEThis color constant "Cosmic Latte" has RGBA8888 codeFFF8E7FF, L 0.9764706, A 0.49803922, B 0.50980395, alpha 1.0, hue 0.25, saturation 0.11320755, and chroma 0.019918045. It has the encoded Oklab value0xff827ff9.@ @ @ @ @ @
- See Also:
-
CREAM
public static final int CREAMThis color constant "Cream" has RGBA8888 codeFFFDD0FF, L 0.98039216, A 0.49019608, B 0.52156866, alpha 1.0, hue 0.30120838, saturation 0.22191423, and chroma 0.0471994. It has the encoded Oklab value0xff857dfa.@ @ @ @ @ @
- See Also:
-
CRIMSON
public static final int CRIMSONThis color constant "Crimson" has RGBA8888 codeDC143CFF, L 0.4392157, A 0.6039216, B 0.53333336, alpha 1.0, hue 0.051208384, saturation 0.9331311, and chroma 0.21742062. It has the encoded Oklab value0xff889a70.@ @ @ @ @ @
- See Also:
-
CYAN
public static final int CYANThis color constant "Cyan" has RGBA8888 code00FFFFFF, L 0.8627451, A 0.42352942, B 0.47843137, alpha 1.0, hue 0.5409546, saturation 0.9583845, and chroma 0.1582875. It has the encoded Oklab value0xff7a6cdc.@ @ @ @ @ @
- See Also:
-
CYPRESS_BARK
public static final int CYPRESS_BARKThis color constant "Cypress Bark" has RGBA8888 code752E23FF, L 0.27450982, A 0.54509807, B 0.5254902, alpha 1.0, hue 0.08404553, saturation 0.6040193, and chroma 0.10320191. It has the encoded Oklab value0xff868b46.@ @ @ @ @ @
- See Also:
-
CYPRESS_BARK_RED
public static final int CYPRESS_BARK_REDThis color constant "Cypress Bark Red" has RGBA8888 code6F3028FF, L 0.27058825, A 0.5411765, B 0.52156866, alpha 1.0, hue 0.07947329, saturation 0.5568873, and chroma 0.09260367. It has the encoded Oklab value0xff858a45.@ @ @ @ @ @
- See Also:
-
DARK_BLUE
public static final int DARK_BLUEThis color constant "Dark Blue" has RGBA8888 code0000C8FF, L 0.23921569, A 0.48235294, B 0.3647059, alpha 1.0, hue 0.7313617, saturation 0.97812814, and chroma 0.27181438. It has the encoded Oklab value0xff5d7b3d.@ @ @ @ @ @
- See Also:
-
DARK_BLUE_DYE
public static final int DARK_BLUE_DYEThis color constant "Dark Blue Dye" has RGBA8888 code192236FF, L 0.13333334, A 0.49411765, B 0.4745098, alpha 1.0, hue 0.723716, saturation 0.3924363, and chroma 0.052115876. It has the encoded Oklab value0xff797e22.@ @ @ @ @ @
- See Also:
-
DARK_BLUE_LAPIS_LAZULI
public static final int DARK_BLUE_LAPIS_LAZULIThis color constant "Dark Blue Lapis Lazuli" has RGBA8888 code1B294BFF, L 0.16470589, A 0.49411765, B 0.4627451, alpha 1.0, hue 0.73238844, saturation 0.32928675, and chroma 0.07513822. It has the encoded Oklab value0xff767e2a.@ @ @ @ @ @
- See Also:
-
DARK_BROWN
public static final int DARK_BROWNThis color constant "Dark Brown" has RGBA8888 code654321FF, L 0.29411766, A 0.5137255, B 0.53333336, alpha 1.0, hue 0.18343773, saturation 0.72954506, and chroma 0.071815535. It has the encoded Oklab value0xff88834b.@ @ @ @ @ @
- See Also:
-
DARK_CERULEAN
public static final int DARK_CERULEANThis color constant "Dark Cerulean" has RGBA8888 code08457EFF, L 0.2627451, A 0.47843137, B 0.44313726, alpha 1.0, hue 0.69540596, saturation 0.90097386, and chroma 0.12115674. It has the encoded Oklab value0xff717a43.@ @ @ @ @ @
- See Also:
-
DARK_CHESTNUT
public static final int DARK_CHESTNUTThis color constant "Dark Chestnut" has RGBA8888 code986960FF, L 0.4627451, A 0.5254902, B 0.5137255, alpha 1.0, hue 0.08262452, saturation 0.25194556, and chroma 0.05767509. It has the encoded Oklab value0xff838676.@ @ @ @ @ @
- See Also:
-
DARK_CORAL
public static final int DARK_CORALThis color constant "Dark Coral" has RGBA8888 codeCD5B45FF, L 0.5019608, A 0.5568628, B 0.5372549, alpha 1.0, hue 0.09358362, saturation 0.5547002, and chroma 0.13542919. It has the encoded Oklab value0xff898e80.@ @ @ @ @ @
- See Also:
-
DARK_GOLDENROD
public static final int DARK_GOLDENRODThis color constant "Dark Goldenrod" has RGBA8888 codeB8860BFF, L 0.56078434, A 0.5058824, B 0.5686275, alpha 1.0, hue 0.23238842, saturation 0.97896063, and chroma 0.13722007. It has the encoded Oklab value0xff91818f.@ @ @ @ @ @
- See Also:
-
DARK_GRAY
public static final int DARK_GRAYThis color constant "Dark Gray" has RGBA8888 code404040FF, L 0.2509804, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f40.@ @ @ @ @ @
- See Also:
-
DARK_GREEN
public static final int DARK_GREENThis color constant "Dark Green" has RGBA8888 code013220FF, L 0.16078432, A 0.46666667, B 0.50980395, alpha 1.0, hue 0.44289985, saturation 0.89936876, and chroma 0.069218926. It has the encoded Oklab value0xff827729.@ @ @ @ @ @
- See Also:
-
DARK_INDIGO
public static final int DARK_INDIGOThis color constant "Dark Indigo" has RGBA8888 code614E6EFF, L 0.3372549, A 0.5176471, B 0.47843137, alpha 1.0, hue 0.875, saturation 0.22447835, and chroma 0.055518243. It has the encoded Oklab value0xff7a8456.@ @ @ @ @ @
- See Also:
-
DARK_KHAKI
public static final int DARK_KHAKIThis color constant "Dark Khaki" has RGBA8888 codeBDB76BFF, L 0.7019608, A 0.4862745, B 0.54509807, alpha 1.0, hue 0.28898975, saturation 0.5622417, and chroma 0.09391262. It has the encoded Oklab value0xff8b7cb3.@ @ @ @ @ @
- See Also:
-
DARK_PASTEL_GREEN
public static final int DARK_PASTEL_GREENThis color constant "Dark Pastel Green" has RGBA8888 code03C03CFF, L 0.6117647, A 0.40784314, B 0.56078434, alpha 1.0, hue 0.40326515, saturation 0.9038016, and chroma 0.21993263. It has the encoded Oklab value0xff8f689c.@ @ @ @ @ @
- See Also:
-
DARK_PINK
public static final int DARK_PINKThis color constant "Dark Pink" has RGBA8888 codeE75480FF, L 0.54901963, A 0.5882353, B 0.5019608, alpha 1.0, hue 0.0069155367, saturation 0.64849937, and chroma 0.17582464. It has the encoded Oklab value0xff80968c.@ @ @ @ @ @
- See Also:
-
DARK_SCARLET
public static final int DARK_SCARLETThis color constant "Dark Scarlet" has RGBA8888 code560319FF, L 0.16862746, A 0.5568628, B 0.5137255, alpha 1.0, hue 0.0414764, saturation 0.9408591, and chroma 0.11653464. It has the encoded Oklab value0xff838e2b.@ @ @ @ @ @
- See Also:
-
DARK_RED
public static final int DARK_REDThis color constant "Dark Red" has RGBA8888 code800000FF, L 0.24705882, A 0.5686275, B 0.5372549, alpha 1.0, hue 0.08070704, saturation 0.9577331, and chroma 0.1555649. It has the encoded Oklab value0xff89913f.@ @ @ @ @ @
- See Also:
-
DARK_RED_DYE
public static final int DARK_RED_DYEThis color constant "Dark Red Dye" has RGBA8888 code23191EFF, L 0.10980392, A 0.50980395, B 0.49411765, alpha 1.0, hue 0.9487916, saturation 0.2342428, and chroma 0.022777155. It has the encoded Oklab value0xff7e821c.@ @ @ @ @ @
- See Also:
-
DARK_SALMON
public static final int DARK_SALMONThis color constant "Dark Salmon" has RGBA8888 codeE9967AFF, L 0.6784314, A 0.5372549, B 0.5294118, alpha 1.0, hue 0.10738862, saturation 0.3766544, and chroma 0.0945603. It has the encoded Oklab value0xff8789ad.@ @ @ @ @ @
- See Also:
-
DARK_SLATE_GRAY
public static final int DARK_SLATE_GRAYThis color constant "Dark Slate Gray" has RGBA8888 code2F4F4FFF, L 0.28235295, A 0.47843137, B 0.49411765, alpha 1.0, hue 0.53141636, saturation 0.48562092, and chroma 0.044538103. It has the encoded Oklab value0xff7e7a48.@ @ @ @ @ @
- See Also:
-
DARK_SPRING_GREEN
public static final int DARK_SPRING_GREENThis color constant "Dark Spring Green" has RGBA8888 code177245FF, L 0.37254903, A 0.44313726, B 0.52156866, alpha 1.0, hue 0.43555963, saturation 0.8959733, and chroma 0.12115674. It has the encoded Oklab value0xff85715f.@ @ @ @ @ @
- See Also:
-
DARK_TAN
public static final int DARK_TANThis color constant "Dark Tan" has RGBA8888 code918151FF, L 0.50980395, A 0.49803922, B 0.53333336, alpha 1.0, hue 0.25, saturation 0.51428574, and chroma 0.06652104. It has the encoded Oklab value0xff887f82.@ @ @ @ @ @
- See Also:
-
DARK_TURQUOISE
public static final int DARK_TURQUOISEThis color constant "Dark Turquoise" has RGBA8888 code00CED1FF, L 0.69803923, A 0.43529412, B 0.47843137, alpha 1.0, hue 0.54820585, saturation 0.9312808, and chroma 0.13587911. It has the encoded Oklab value0xff7a6fb2.@ @ @ @ @ @
- See Also:
-
DARK_VIOLET
public static final int DARK_VIOLETThis color constant "Dark Violet" has RGBA8888 code9400D3FF, L 0.3882353, A 0.5882353, B 0.4, alpha 1.0, hue 0.8683725, saturation 0.9705879, and chroma 0.26568243. It has the encoded Oklab value0xff669663.@ @ @ @ @ @
- See Also:
-
DAWN
public static final int DAWNThis color constant "Dawn" has RGBA8888 codeFA7B62FF, L 0.6392157, A 0.56078434, B 0.5372549, alpha 1.0, hue 0.08890383, saturation 0.47766992, and chroma 0.14202859. It has the encoded Oklab value0xff898fa3.@ @ @ @ @ @
- See Also:
-
DAYLILY
public static final int DAYLILYThis color constant "Daylily" has RGBA8888 codeFF8936FF, L 0.6666667, A 0.54509807, B 0.5647059, alpha 1.0, hue 0.15217316, saturation 0.8003328, and chroma 0.15712644. It has the encoded Oklab value0xff908baa.@ @ @ @ @ @
- See Also:
-
DEAD_MANS_FINGERS_SEAWEED
public static final int DEAD_MANS_FINGERS_SEAWEEDThis color constant "Dead Man's Fingers Seaweed" has RGBA8888 code524B2AFF, L 0.2901961, A 0.49411765, B 0.5254902, alpha 1.0, hue 0.27258337, saturation 0.56568545, and chroma 0.052115876. It has the encoded Oklab value0xff867e4a.@ @ @ @ @ @
- See Also:
-
DECAYING_LEAVES
public static final int DECAYING_LEAVESThis color constant "Decaying Leaves" has RGBA8888 codeD57835FF, L 0.5686275, A 0.5372549, B 0.5568628, alpha 1.0, hue 0.15641639, saturation 0.8012336, and chroma 0.13542919. It has the encoded Oklab value0xff8e8991.@ @ @ @ @ @
- See Also:
-
DEEP_CERISE
public static final int DEEP_CERISEThis color constant "Deep Cerise" has RGBA8888 codeDA3287FF, L 0.48235294, A 0.6039216, B 0.4862745, alpha 1.0, hue 0.98238844, saturation 0.81093, and chroma 0.20882916. It has the encoded Oklab value0xff7c9a7b.@ @ @ @ @ @
- See Also:
-
DEEP_CHESTNUT
public static final int DEEP_CHESTNUTThis color constant "Deep Chestnut" has RGBA8888 codeB94E48FF, L 0.44705883, A 0.56078434, B 0.5294118, alpha 1.0, hue 0.07379155, saturation 0.5770498, and chroma 0.1345248. It has the encoded Oklab value0xff878f72.@ @ @ @ @ @
- See Also:
-
DEEP_FUCHSIA
public static final int DEEP_FUCHSIAThis color constant "Deep Fuchsia" has RGBA8888 codeC154C1FF, L 0.5176471, A 0.5764706, B 0.44705883, alpha 1.0, hue 0.90826696, saturation 0.6038917, and chroma 0.18528971. It has the encoded Oklab value0xff729384.@ @ @ @ @ @
- See Also:
-
DEEP_LILAC
public static final int DEEP_LILACThis color constant "Deep Lilac" has RGBA8888 code9955BBFF, L 0.4627451, A 0.5529412, B 0.4392157, alpha 1.0, hue 0.86951417, saturation 0.51945025, and chroma 0.1605844. It has the encoded Oklab value0xff708d76.@ @ @ @ @ @
- See Also:
-
DEEP_MAGENTA
public static final int DEEP_MAGENTAThis color constant "Deep Magenta" has RGBA8888 codeCD00CCFF, L 0.47058824, A 0.6156863, B 0.42745098, alpha 1.0, hue 0.91398966, saturation 0.9585126, and chroma 0.27203885. It has the encoded Oklab value0xff6d9d78.@ @ @ @ @ @
- See Also:
-
DEEP_PEACH
public static final int DEEP_PEACHThis color constant "Deep Peach" has RGBA8888 codeFFCBA4FF, L 0.84313726, A 0.5176471, B 0.5294118, alpha 1.0, hue 0.16109617, saturation 0.33101687, and chroma 0.068331465. It has the encoded Oklab value0xff8784d7.@ @ @ @ @ @
- See Also:
-
DEEP_PINK
public static final int DEEP_PINKThis color constant "Deep Pink" has RGBA8888 codeFF1493FF, L 0.53333336, A 0.6313726, B 0.4862745, alpha 1.0, hue 0.985993, saturation 0.96146744, and chroma 0.26314327. It has the encoded Oklab value0xff7ca188.@ @ @ @ @ @
- See Also:
-
DEEP_PURPLE
public static final int DEEP_PURPLEThis color constant "Deep Purple" has RGBA8888 code3A243BFF, L 0.1764706, A 0.52156866, B 0.48235294, alpha 1.0, hue 0.90641636, saturation 0.36980012, and chroma 0.055518243. It has the encoded Oklab value0xff7b852d.@ @ @ @ @ @
- See Also:
-
DEEP_SCARLET
public static final int DEEP_SCARLETThis color constant "Deep Scarlet" has RGBA8888 code7B3B3AFF, L 0.3137255, A 0.5411765, B 0.5137255, alpha 1.0, hue 0.055508707, saturation 0.47774285, and chroma 0.08646853. It has the encoded Oklab value0xff838a50.@ @ @ @ @ @
- See Also:
-
DENIM
public static final int DENIMThis color constant "Denim" has RGBA8888 code1560BDFF, L 0.38039216, A 0.47843137, B 0.41960785, alpha 1.0, hue 0.7110103, saturation 0.82462114, and chroma 0.1658202. It has the encoded Oklab value0xff6b7a61.@ @ @ @ @ @
- See Also:
-
DISAPPEARING_PURPLE
public static final int DISAPPEARING_PURPLEThis color constant "Disappearing Purple" has RGBA8888 code3F313AFF, L 0.20784314, A 0.50980395, B 0.49411765, alpha 1.0, hue 0.9487916, saturation 0.15425745, and chroma 0.022777155. It has the encoded Oklab value0xff7e8235.@ @ @ @ @ @
- See Also:
-
DISTANT_RIVER_BROWN
public static final int DISTANT_RIVER_BROWNThis color constant "Distant River Brown" has RGBA8888 codeCB6649FF, L 0.52156866, A 0.54901963, B 0.5372549, alpha 1.0, hue 0.10435746, saturation 0.5559736, and chroma 0.12265874. It has the encoded Oklab value0xff898c85.@ @ @ @ @ @
- See Also:
-
DODGER_BLUE
public static final int DODGER_BLUEThis color constant "Dodger Blue" has RGBA8888 code1E90FFFF, L 0.5529412, A 0.46666667, B 0.4117647, alpha 1.0, hue 0.69449127, saturation 0.91801566, and chroma 0.18790646. It has the encoded Oklab value0xff69778d.@ @ @ @ @ @
- See Also:
-
DOVE_FEATHER_GREY
public static final int DOVE_FEATHER_GREYThis color constant "Dove Feather Grey" has RGBA8888 code755D5BFF, L 0.3882353, A 0.5137255, B 0.5058824, alpha 1.0, hue 0.07379155, saturation 0.15691705, and chroma 0.029749114. It has the encoded Oklab value0xff818363.@ @ @ @ @ @
- See Also:
-
DRIED_WEATHERED_BAMBOO
public static final int DRIED_WEATHERED_BAMBOOThis color constant "Dried Weathered Bamboo" has RGBA8888 code7D4E2DFF, L 0.3529412, A 0.52156866, B 0.53333336, alpha 1.0, hue 0.15641639, saturation 0.6555548, and chroma 0.079095535. It has the encoded Oklab value0xff88855a.@ @ @ @ @ @
- See Also:
-
DULL_BLUE
public static final int DULL_BLUEThis color constant "Dull Blue" has RGBA8888 code4F4944FF, L 0.2901961, A 0.5019608, B 0.5019608, alpha 1.0, hue 0.125, saturation 0.08318903, and chroma 0.0055242716. It has the encoded Oklab value0xff80804a.@ @ @ @ @ @
- See Also:
-
EARTHEN_YELLOW
public static final int EARTHEN_YELLOWThis color constant "Earthen Yellow" has RGBA8888 codeBE7F51FF, L 0.5568628, A 0.52156866, B 0.5372549, alpha 1.0, hue 0.16398965, saturation 0.5300865, and chroma 0.08575976. It has the encoded Oklab value0xff89858e.@ @ @ @ @ @
- See Also:
-
EARTHEN_YELLOW_RED_BROWN
public static final int EARTHEN_YELLOW_RED_BROWNThis color constant "Earthen Yellow Red Brown" has RGBA8888 codeFF4E20FF, L 0.56078434, A 0.58431375, B 0.56078434, alpha 1.0, hue 0.10007626, saturation 0.85009193, and chroma 0.2070681. It has the encoded Oklab value0xff8f958f.@ @ @ @ @ @
- See Also:
-
ECRU
public static final int ECRUThis color constant "Ecru" has RGBA8888 codeC2B280FF, L 0.69803923, A 0.49803922, B 0.5294118, alpha 1.0, hue 0.25, saturation 0.37209302, and chroma 0.058723815. It has the encoded Oklab value0xff877fb2.@ @ @ @ @ @
- See Also:
-
EDO_BROWN
public static final int EDO_BROWNThis color constant "Edo Brown" has RGBA8888 codeA13D2DFF, L 0.37254903, A 0.5568628, B 0.53333336, alpha 1.0, hue 0.08601036, saturation 0.6361038, and chroma 0.13131043. It has the encoded Oklab value0xff888e5f.@ @ @ @ @ @
- See Also:
-
EGG_DYE
public static final int EGG_DYEThis color constant "Egg Dye" has RGBA8888 codeFFA631FF, L 0.7294118, A 0.52156866, B 0.57254905, alpha 1.0, hue 0.20131762, saturation 0.8662982, and chroma 0.15078327. It has the encoded Oklab value0xff9285ba.@ @ @ @ @ @
- See Also:
-
EGGSHELL_PAPER
public static final int EGGSHELL_PAPERThis color constant "Eggshell Paper" has RGBA8888 codeECBE9FFF, L 0.78431374, A 0.5137255, B 0.5254902, alpha 1.0, hue 0.16737549, saturation 0.29860213, and chroma 0.05767509. It has the encoded Oklab value0xff8683c8.@ @ @ @ @ @
- See Also:
-
EGYPTIAN_BLUE
public static final int EGYPTIAN_BLUEThis color constant "Egyptian Blue" has RGBA8888 code1034A6FF, L 0.25882354, A 0.4862745, B 0.40392157, alpha 1.0, hue 0.73020846, saturation 0.89580643, and chroma 0.19334951. It has the encoded Oklab value0xff677c42.@ @ @ @ @ @
- See Also:
-
ELECTRIC_BLUE
public static final int ELECTRIC_BLUEThis color constant "Electric Blue" has RGBA8888 code7DF9FFFF, L 0.88235295, A 0.44705883, B 0.48235294, alpha 1.0, hue 0.5475078, saturation 0.6476891, and chroma 0.11117382. It has the encoded Oklab value0xff7b72e1.@ @ @ @ @ @
- See Also:
-
ELECTRIC_GREEN
public static final int ELECTRIC_GREENThis color constant "Electric Green" has RGBA8888 code00FF00FF, L 0.80784315, A 0.38039216, B 0.5882353, alpha 1.0, hue 0.39589924, saturation 0.9947925, and chroma 0.29610303. It has the encoded Oklab value0xff9661ce.@ @ @ @ @ @
- See Also:
-
ELECTRIC_INDIGO
public static final int ELECTRIC_INDIGOThis color constant "Electric Indigo" has RGBA8888 code6600FFFF, L 0.36862746, A 0.54509807, B 0.36078432, alpha 1.0, hue 0.8025686, saturation 0.96103895, and chroma 0.29153293. It has the encoded Oklab value0xff5c8b5e.@ @ @ @ @ @
- See Also:
-
ELECTRIC_LIME
public static final int ELECTRIC_LIMEThis color constant "Electric Lime" has RGBA8888 codeCCFF00FF, L 0.90588236, A 0.4392157, B 0.5921569, alpha 1.0, hue 0.33890384, saturation 0.9433981, and chroma 0.21993263. It has the encoded Oklab value0xff9770e7.@ @ @ @ @ @
- See Also:
-
ELECTRIC_PURPLE
public static final int ELECTRIC_PURPLEThis color constant "Electric Purple" has RGBA8888 codeBF00FFFF, L 0.4862745, A 0.6039216, B 0.3882353, alpha 1.0, hue 0.8721067, saturation 0.96042717, and chroma 0.30403575. It has the encoded Oklab value0xff639a7c.@ @ @ @ @ @
- See Also:
-
EMERALD
public static final int EMERALDThis color constant "Emerald" has RGBA8888 code50C878FF, L 0.6666667, A 0.43137255, B 0.53333336, alpha 1.0, hue 0.42250782, saturation 0.6994685, and chroma 0.15199278. It has the encoded Oklab value0xff886eaa.@ @ @ @ @ @
- See Also:
-
EGGPLANT
public static final int EGGPLANTThis color constant "Eggplant" has RGBA8888 code614051FF, L 0.29411766, A 0.5254902, B 0.49019608, alpha 1.0, hue 0.95570695, saturation 0.2912044, and chroma 0.054407768. It has the encoded Oklab value0xff7d864b.@ @ @ @ @ @
- See Also:
-
FADED_CHINESE_TEA_BROWN
public static final int FADED_CHINESE_TEA_BROWNThis color constant "Faded Chinese Tea Brown" has RGBA8888 code60281EFF, L 0.22745098, A 0.5372549, B 0.52156866, alpha 1.0, hue 0.08601036, saturation 0.5830952, and chroma 0.08575976. It has the encoded Oklab value0xff85893a.@ @ @ @ @ @
- See Also:
-
FADED_SEN_NO_RIKYUS_TEA
public static final int FADED_SEN_NO_RIKYUS_TEAThis color constant "Faded Sen No Rikyu's Tea" has RGBA8888 codeB0927AFF, L 0.59607846, A 0.50980395, B 0.5176471, alpha 1.0, hue 0.16398965, saturation 0.25351962, and chroma 0.040217306. It has the encoded Oklab value0xff848298.@ @ @ @ @ @
- See Also:
-
FAKE_PURPLE
public static final int FAKE_PURPLEThis color constant "Fake Purple" has RGBA8888 code43242AFF, L 0.18039216, A 0.5254902, B 0.5019608, alpha 1.0, hue 0.022583367, saturation 0.41594517, and chroma 0.050931267. It has the encoded Oklab value0xff80862e.@ @ @ @ @ @
- See Also:
-
FALU_RED
public static final int FALU_REDThis color constant "Falu Red" has RGBA8888 code801818FF, L 0.2627451, A 0.5647059, B 0.53333336, alpha 1.0, hue 0.077492185, saturation 0.87433565, and chroma 0.14500555. It has the encoded Oklab value0xff889043.@ @ @ @ @ @
- See Also:
-
FERN_GREEN
public static final int FERN_GREENThis color constant "Fern Green" has RGBA8888 code4F7942FF, L 0.41960785, A 0.4627451, B 0.5294118, alpha 1.0, hue 0.38435107, saturation 0.51240826, and chroma 0.0945603. It has the encoded Oklab value0xff87766b.@ @ @ @ @ @
- See Also:
-
FINCH_BROWN
public static final int FINCH_BROWNThis color constant "Finch Brown" has RGBA8888 code957B38FF, L 0.49411765, A 0.49803922, B 0.54509807, alpha 1.0, hue 0.25, saturation 0.7058824, and chroma 0.08992863. It has the encoded Oklab value0xff8b7f7e.@ @ @ @ @ @
- See Also:
-
FIREBRICK
public static final int FIREBRICKThis color constant "Firebrick" has RGBA8888 codeB22222FF, L 0.3647059, A 0.5803922, B 0.5411765, alpha 1.0, hue 0.07679413, saturation 0.86205596, and chroma 0.17994207. It has the encoded Oklab value0xff8a945d.@ @ @ @ @ @
- See Also:
-
FLATTERY_BROWN
public static final int FLATTERY_BROWNThis color constant "Flattery Brown" has RGBA8888 code6B4423FF, L 0.3019608, A 0.5176471, B 0.53333336, alpha 1.0, hue 0.16929296, saturation 0.7100435, and chroma 0.07513822. It has the encoded Oklab value0xff88844d.@ @ @ @ @ @
- See Also:
-
FLAX
public static final int FLAXThis color constant "Flax" has RGBA8888 codeEEDC82FF, L 0.85490197, A 0.49019608, B 0.54901963, alpha 1.0, hue 0.27429464, saturation 0.536855, and chroma 0.09959023. It has the encoded Oklab value0xff8c7dda.@ @ @ @ @ @
- See Also:
-
FLIRTATIOUS_INDIGO_TEA
public static final int FLIRTATIOUS_INDIGO_TEAThis color constant "Flirtatious Indigo Tea" has RGBA8888 code473F2DFF, L 0.24705882, A 0.49803922, B 0.5137255, alpha 1.0, hue 0.25, saturation 0.36363637, and chroma 0.027621359. It has the encoded Oklab value0xff837f3f.@ @ @ @ @ @
- See Also:
-
FLORAL_LEAF
public static final int FLORAL_LEAFThis color constant "Floral Leaf" has RGBA8888 codeFFB94EFF, L 0.78039217, A 0.5137255, B 0.5647059, alpha 1.0, hue 0.21322066, saturation 0.74315953, and chroma 0.13177444. It has the encoded Oklab value0xff9083c7.@ @ @ @ @ @
- See Also:
-
FOREIGN_CRIMSON
public static final int FOREIGN_CRIMSONThis color constant "Foreign Crimson" has RGBA8888 codeC91F37FF, L 0.4117647, A 0.59607846, B 0.53333336, alpha 1.0, hue 0.054996975, saturation 0.90070033, and chroma 0.20259848. It has the encoded Oklab value0xff889869.@ @ @ @ @ @
- See Also:
-
FOREST_GREEN
public static final int FOREST_GREENThis color constant "Forest Green" has RGBA8888 code228B22FF, L 0.44705883, A 0.42745098, B 0.5529412, alpha 1.0, hue 0.39479145, saturation 0.877058, and chroma 0.1789216. It has the encoded Oklab value0xff8d6d72.@ @ @ @ @ @
- See Also:
-
FOX
public static final int FOXThis color constant "Fox" has RGBA8888 code985629FF, L 0.40784314, A 0.5294118, B 0.5411765, alpha 1.0, hue 0.14992374, saturation 0.71586686, and chroma 0.1008085. It has the encoded Oklab value0xff8a8768.@ @ @ @ @ @
- See Also:
-
FRAGILE_SEAWEED_BROWN
public static final int FRAGILE_SEAWEED_BROWNThis color constant "Fragile Seaweed Brown" has RGBA8888 code2E372EFF, L 0.20392157, A 0.49019608, B 0.5058824, alpha 1.0, hue 0.375, saturation 0.20203051, and chroma 0.022777155. It has the encoded Oklab value0xff817d34.@ @ @ @ @ @
- See Also:
-
FRENCH_ROSE
public static final int FRENCH_ROSEThis color constant "French Rose" has RGBA8888 codeF64A8AFF, L 0.56078434, A 0.6, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.7222222, and chroma 0.19925705. It has the encoded Oklab value0xff7f998f.@ @ @ @ @ @
- See Also:
-
FRESH_ONION
public static final int FRESH_ONIONThis color constant "Fresh Onion" has RGBA8888 code5B8930FF, L 0.4745098, A 0.45490196, B 0.54901963, alpha 1.0, hue 0.36176792, saturation 0.77406305, and chroma 0.13269757. It has the encoded Oklab value0xff8c7479.@ @ @ @ @ @
- See Also:
-
FUCHSIA_PINK
public static final int FUCHSIA_PINKThis color constant "Fuchsia Pink" has RGBA8888 codeFF77FFFF, L 0.69803923, A 0.5882353, B 0.4392157, alpha 1.0, hue 0.908024, saturation 0.57206374, and chroma 0.21345432. It has the encoded Oklab value0xff7096b2.@ @ @ @ @ @
- See Also:
-
GAMBOGE
public static final int GAMBOGEThis color constant "Gamboge" has RGBA8888 codeE49B0FFF, L 0.6666667, A 0.5137255, B 0.5764706, alpha 1.0, hue 0.21858361, saturation 0.9486548, and chroma 0.15477823. It has the encoded Oklab value0xff9383aa.@ @ @ @ @ @
- See Also:
-
GAMBOGE_DYE
public static final int GAMBOGE_DYEThis color constant "Gamboge Dye" has RGBA8888 codeFFB61EFF, L 0.76862746, A 0.50980395, B 0.5803922, alpha 1.0, hue 0.22741663, saturation 0.9223132, and chroma 0.16134278. It has the encoded Oklab value0xff9482c4.@ @ @ @ @ @
- See Also:
-
GLAZED_PERSIMMON
public static final int GLAZED_PERSIMMONThis color constant "Glazed Persimmon" has RGBA8888 codeD34E36FF, L 0.4862745, A 0.5686275, B 0.54509807, alpha 1.0, hue 0.09358362, saturation 0.6867717, and chroma 0.16359681. It has the encoded Oklab value0xff8b917c.@ @ @ @ @ @
- See Also:
-
GOLD
public static final int GOLDThis color constant "Gold" has RGBA8888 codeD4AF37FF, L 0.69803923, A 0.49411765, B 0.5686275, alpha 1.0, hue 0.2588331, saturation 0.83850026, and chroma 0.13722007. It has the encoded Oklab value0xff917eb2.@ @ @ @ @ @
- See Also:
-
GOLDEN
public static final int GOLDENThis color constant "Golden" has RGBA8888 codeFFD700FF, L 0.84705883, A 0.4862745, B 0.5882353, alpha 1.0, hue 0.2706426, saturation 0.9467276, and chroma 0.17789528. It has the encoded Oklab value0xff967cd8.@ @ @ @ @ @
- See Also:
-
GOLDEN_BROWN
public static final int GOLDEN_BROWNThis color constant "Golden Brown" has RGBA8888 code996515FF, L 0.4392157, A 0.5137255, B 0.5529412, alpha 1.0, hue 0.20570697, saturation 0.8824376, and chroma 0.10895567. It has the encoded Oklab value0xff8d8370.@ @ @ @ @ @
- See Also:
-
GOLDEN_BROWN_DYE
public static final int GOLDEN_BROWN_DYEThis color constant "Golden Brown Dye" has RGBA8888 codeC66B27FF, L 0.5176471, A 0.5372549, B 0.5568628, alpha 1.0, hue 0.15641639, saturation 0.85846454, and chroma 0.13542919. It has the encoded Oklab value0xff8e8984.@ @ @ @ @ @
- See Also:
-
GOLDEN_FALLEN_LEAVES
public static final int GOLDEN_FALLEN_LEAVESThis color constant "Golden Fallen Leaves" has RGBA8888 codeE29C45FF, L 0.67058825, A 0.5176471, B 0.56078434, alpha 1.0, hue 0.20179413, saturation 0.761957, and chroma 0.12609385. It has the encoded Oklab value0xff8f84ab.@ @ @ @ @ @
- See Also:
-
GOLDEN_OAK
public static final int GOLDEN_OAKThis color constant "Golden Oak" has RGBA8888 codeBB8141FF, L 0.5568628, A 0.5176471, B 0.54901963, alpha 1.0, hue 0.19156247, saturation 0.6964194, and chroma 0.10379164. It has the encoded Oklab value0xff8c848e.@ @ @ @ @ @
- See Also:
-
GOLDEN_YELLOW
public static final int GOLDEN_YELLOWThis color constant "Golden Yellow" has RGBA8888 codeFFDF00FF, L 0.87058824, A 0.48235294, B 0.5921569, alpha 1.0, hue 0.27628398, saturation 0.97324204, and chroma 0.18692946. It has the encoded Oklab value0xff977bde.@ @ @ @ @ @
- See Also:
-
GOLDENROD
public static final int GOLDENRODThis color constant "Goldenrod" has RGBA8888 codeDAA520FF, L 0.6784314, A 0.5019608, B 0.57254905, alpha 1.0, hue 0.24163093, saturation 0.9060142, and chroma 0.14458403. It has the encoded Oklab value0xff9280ad.@ @ @ @ @ @
- See Also:
-
GORYEO_STOREROOM
public static final int GORYEO_STOREROOMThis color constant "Goryeo Storeroom" has RGBA8888 code203838FF, L 0.2, A 0.48235294, B 0.49411765, alpha 1.0, hue 0.5389897, saturation 0.48507124, and chroma 0.03705794. It has the encoded Oklab value0xff7e7b33.@ @ @ @ @ @
- See Also:
-
GRAPE_MOUSE
public static final int GRAPE_MOUSEThis color constant "Grape Mouse" has RGBA8888 code63424BFF, L 0.29803923, A 0.52156866, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.25, and chroma 0.04314594. It has the encoded Oklab value0xff7f854c.@ @ @ @ @ @
- See Also:
-
GRAY
public static final int GRAYThis color constant "Gray" has RGBA8888 code808080FF, L 0.5019608, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f80.@ @ @ @ @ @
- See Also:
-
GRAY_ASPARAGUS
public static final int GRAY_ASPARAGUSThis color constant "Gray Asparagus" has RGBA8888 code465945FF, L 0.3254902, A 0.48235294, B 0.50980395, alpha 1.0, hue 0.39758337, saturation 0.23809524, and chroma 0.040217306. It has the encoded Oklab value0xff827b53.@ @ @ @ @ @
- See Also:
-
GREEN
public static final int GREENThis color constant "Green" has RGBA8888 code008000FF, L 0.40392157, A 0.42352942, B 0.5529412, alpha 1.0, hue 0.39893213, saturation 0.9632999, and chroma 0.18528971. It has the encoded Oklab value0xff8d6c67.@ @ @ @ @ @
- See Also:
-
GREENFINCH
public static final int GREENFINCHThis color constant "Greenfinch" has RGBA8888 codeBDA928FF, L 0.654902, A 0.4862745, B 0.5686275, alpha 1.0, hue 0.27628398, saturation 0.86896604, and chroma 0.13942632. It has the encoded Oklab value0xff917ca7.@ @ @ @ @ @
- See Also:
-
GREEN_BAMBOO
public static final int GREEN_BAMBOOThis color constant "Green Bamboo" has RGBA8888 code006442FF, L 0.3254902, A 0.44705883, B 0.5137255, alpha 1.0, hue 0.45249218, saturation 0.9380325, and chroma 0.10895567. It has the encoded Oklab value0xff837253.@ @ @ @ @ @
- See Also:
-
GREEN_TEA_DYE
public static final int GREEN_TEA_DYEThis color constant "Green Tea Dye" has RGBA8888 code824B35FF, L 0.3529412, A 0.5294118, B 0.5254902, alpha 1.0, hue 0.11440556, saturation 0.50619745, and chroma 0.07753685. It has the encoded Oklab value0xff86875a.@ @ @ @ @ @
- See Also:
-
GREEN_YELLOW
public static final int GREEN_YELLOWThis color constant "Green Yellow" has RGBA8888 codeADFF2FFF, L 0.88235295, A 0.42745098, B 0.5882353, alpha 1.0, hue 0.3556865, saturation 0.9126926, and chroma 0.22757049. It has the encoded Oklab value0xff966de1.@ @ @ @ @ @
- See Also:
-
GREYISH_DARK_GREEN
public static final int GREYISH_DARK_GREENThis color constant "Greyish Dark Green" has RGBA8888 code656255FF, L 0.38431373, A 0.49803922, B 0.50980395, alpha 1.0, hue 0.25, saturation 0.20689656, and chroma 0.019918045. It has the encoded Oklab value0xff827f62.@ @ @ @ @ @
- See Also:
-
HALF_PURPLE
public static final int HALF_PURPLEThis color constant "Half Purple" has RGBA8888 code8D608CFF, L 0.44313726, A 0.53333336, B 0.4745098, alpha 1.0, hue 0.90641636, saturation 0.30469447, and chroma 0.0835974. It has the encoded Oklab value0xff798871.@ @ @ @ @ @
- See Also:
-
HAN_PURPLE
public static final int HAN_PURPLEThis color constant "Han Purple" has RGBA8888 code5218FAFF, L 0.34901962, A 0.5254902, B 0.35686275, alpha 1.0, hue 0.78056526, saturation 0.9284618, and chroma 0.28964257. It has the encoded Oklab value0xff5b8659.@ @ @ @ @ @
- See Also:
-
HARBOR_RAT
public static final int HARBOR_RATThis color constant "Harbor Rat" has RGBA8888 code757D75FF, L 0.47843137, A 0.49019608, B 0.5019608, alpha 1.0, hue 0.42620847, saturation 0.10400316, and chroma 0.019918045. It has the encoded Oklab value0xff807d7a.@ @ @ @ @ @
- See Also:
-
HELIOTROPE
public static final int HELIOTROPEThis color constant "Heliotrope" has RGBA8888 codeDF73FFFF, L 0.64705884, A 0.5764706, B 0.43137255, alpha 1.0, hue 0.88787603, saturation 0.5584853, and chroma 0.20469645. It has the encoded Oklab value0xff6e93a5.@ @ @ @ @ @
- See Also:
-
HOLLYWOOD_CERISE
public static final int HOLLYWOOD_CERISEThis color constant "Hollywood Cerise" has RGBA8888 codeF400A1FF, L 0.5137255, A 0.6313726, B 0.47058824, alpha 1.0, hue 0.9676844, saturation 0.97783405, and chroma 0.26819757. It has the encoded Oklab value0xff78a183.@ @ @ @ @ @
- See Also:
-
HORSETAIL
public static final int HORSETAILThis color constant "Horsetail" has RGBA8888 code3D5D42FF, L 0.3254902, A 0.47058824, B 0.5137255, alpha 1.0, hue 0.41737548, saturation 0.43579772, and chroma 0.064659946. It has the encoded Oklab value0xff837853.@ @ @ @ @ @
- See Also:
-
HOT_MAGENTA
public static final int HOT_MAGENTAThis color constant "Hot Magenta" has RGBA8888 codeFF00CCFF, L 0.5568628, A 0.63529414, B 0.44313726, alpha 1.0, hue 0.9394406, saturation 0.9665681, and chroma 0.2923692. It has the encoded Oklab value0xff71a28e.@ @ @ @ @ @
- See Also:
-
HOT_PINK
public static final int HOT_PINKThis color constant "Hot Pink" has RGBA8888 codeFF69B4FF, L 0.6392157, A 0.5921569, B 0.48235294, alpha 1.0, hue 0.973716, saturation 0.60076666, and chroma 0.18692946. It has the encoded Oklab value0xff7b97a3.@ @ @ @ @ @
- See Also:
-
IBIS
public static final int IBISThis color constant "Ibis" has RGBA8888 code4C221BFF, L 0.18431373, A 0.5294118, B 0.5176471, alpha 1.0, hue 0.08890383, saturation 0.5390846, and chroma 0.068331465. It has the encoded Oklab value0xff84872f.@ @ @ @ @ @
- See Also:
-
IBIS_WING
public static final int IBIS_WINGThis color constant "Ibis Wing" has RGBA8888 codeF58F84FF, L 0.68235296, A 0.54901963, B 0.5254902, alpha 1.0, hue 0.07861299, saturation 0.35577887, and chroma 0.11007033. It has the encoded Oklab value0xff868cae.@ @ @ @ @ @
- See Also:
-
INDIGO
public static final int INDIGOThis color constant "Indigo" has RGBA8888 code4B0082FF, L 0.21568628, A 0.54901963, B 0.41960785, alpha 1.0, hue 0.84173304, saturation 0.9541489, and chroma 0.18758136. It has the encoded Oklab value0xff6b8c37.@ @ @ @ @ @
- See Also:
-
INDIGO_DYE
public static final int INDIGO_DYEThis color constant "Indigo Dye" has RGBA8888 code00416AFF, L 0.23921569, A 0.47843137, B 0.45490196, alpha 1.0, hue 0.68210036, saturation 0.89504045, and chroma 0.09959023. It has the encoded Oklab value0xff747a3d.@ @ @ @ @ @
- See Also:
-
INDIGO_INK_BROWN
public static final int INDIGO_INK_BROWNThis color constant "Indigo Ink Brown" has RGBA8888 code393432FF, L 0.20784314, A 0.5019608, B 0.5019608, alpha 1.0, hue 0.125, saturation 0.101015255, and chroma 0.0055242716. It has the encoded Oklab value0xff808035.@ @ @ @ @ @
- See Also:
-
INDIGO_WHITE
public static final int INDIGO_WHITEThis color constant "Indigo White" has RGBA8888 codeEBF6F7FF, L 0.95686275, A 0.49411765, B 0.49411765, alpha 1.0, hue 0.625, saturation 0.057723, and chroma 0.016572814. It has the encoded Oklab value0xff7e7ef4.@ @ @ @ @ @
- See Also:
-
INK
public static final int INKThis color constant "Ink" has RGBA8888 code27221FFF, L 0.13725491, A 0.5019608, B 0.5019608, alpha 1.0, hue 0.125, saturation 0.134687, and chroma 0.0055242716. It has the encoded Oklab value0xff808023.@ @ @ @ @ @
- See Also:
-
INSECT_SCREEN
public static final int INSECT_SCREENThis color constant "Insect Screen" has RGBA8888 code2D4436FF, L 0.23921569, A 0.47843137, B 0.5058824, alpha 1.0, hue 0.4394406, saturation 0.4308132, and chroma 0.044538103. It has the encoded Oklab value0xff817a3d.@ @ @ @ @ @
- See Also:
-
INSIDE_OF_A_BOTTLE
public static final int INSIDE_OF_A_BOTTLEThis color constant "Inside Of A Bottle" has RGBA8888 codeC6C2B6FF, L 0.7607843, A 0.49803922, B 0.5058824, alpha 1.0, hue 0.25, saturation 0.08888889, and chroma 0.012352647. It has the encoded Oklab value0xff817fc2.@ @ @ @ @ @
- See Also:
-
INTERNATIONAL_KLEIN_BLUE
public static final int INTERNATIONAL_KLEIN_BLUEThis color constant "International Klein Blue" has RGBA8888 code002FA7FF, L 0.24705882, A 0.4862745, B 0.4, alpha 1.0, hue 0.73099244, saturation 0.7092777, and chroma 0.20108652. It has the encoded Oklab value0xff667c3f.@ @ @ @ @ @
- See Also:
-
INTERNATIONAL_ORANGE
public static final int INTERNATIONAL_ORANGEThis color constant "International Orange" has RGBA8888 codeFF4F00FF, L 0.56078434, A 0.5803922, B 0.5647059, alpha 1.0, hue 0.108308576, saturation 0.90061706, and chroma 0.20558903. It has the encoded Oklab value0xff90948f.@ @ @ @ @ @
- See Also:
-
IRIS
public static final int IRISThis color constant "Iris" has RGBA8888 code763568FF, L 0.3137255, A 0.5529412, B 0.4745098, alpha 1.0, hue 0.93555963, saturation 0.5641313, and chroma 0.11705722. It has the encoded Oklab value0xff798d50.@ @ @ @ @ @
- See Also:
-
IRON
public static final int IRONThis color constant "Iron" has RGBA8888 code2B3733FF, L 0.20392157, A 0.4862745, B 0.49803922, alpha 1.0, hue 0.5, saturation 0.33333334, and chroma 0.027621359. It has the encoded Oklab value0xff7f7c34.@ @ @ @ @ @
- See Also:
-
IRONHEAD_FLOWER
public static final int IRONHEAD_FLOWERThis color constant "Ironhead Flower" has RGBA8888 code344D56FF, L 0.28235295, A 0.4862745, B 0.4862745, alpha 1.0, hue 0.625, saturation 0.36892527, and chroma 0.038669903. It has the encoded Oklab value0xff7c7c48.@ @ @ @ @ @
- See Also:
-
IRON_STORAGE
public static final int IRON_STORAGEThis color constant "Iron Storage" has RGBA8888 code2B3736FF, L 0.20392157, A 0.49019608, B 0.49803922, alpha 1.0, hue 0.5, saturation 0.22222222, and chroma 0.019918045. It has the encoded Oklab value0xff7f7d34.@ @ @ @ @ @
- See Also:
-
ISLAMIC_GREEN
public static final int ISLAMIC_GREENThis color constant "Islamic Green" has RGBA8888 code009000FF, L 0.45490196, A 0.41960785, B 0.56078434, alpha 1.0, hue 0.39261138, saturation 0.98509604, and chroma 0.20078278. It has the encoded Oklab value0xff8f6b74.@ @ @ @ @ @
- See Also:
-
IVORY
public static final int IVORYThis color constant "Ivory" has RGBA8888 codeFFFFF0FF, L 0.99607843, A 0.49411765, B 0.5058824, alpha 1.0, hue 0.32379153, saturation 0.0745356, and chroma 0.016572814. It has the encoded Oklab value0xff817efe.@ @ @ @ @ @
- See Also:
-
IWAI_BROWN
public static final int IWAI_BROWNThis color constant "Iwai Brown" has RGBA8888 code5E5545FF, L 0.3372549, A 0.49803922, B 0.5137255, alpha 1.0, hue 0.25, saturation 0.2962963, and chroma 0.027621359. It has the encoded Oklab value0xff837f56.@ @ @ @ @ @
- See Also:
-
JADE
public static final int JADEThis color constant "Jade" has RGBA8888 code00A86BFF, L 0.54509807, A 0.42745098, B 0.52156866, alpha 1.0, hue 0.44879162, saturation 0.9255446, and chroma 0.15078327. It has the encoded Oklab value0xff856d8b.@ @ @ @ @ @
- See Also:
-
JAPANESE_INDIGO
public static final int JAPANESE_INDIGOThis color constant "Japanese Indigo" has RGBA8888 code264348FF, L 0.23921569, A 0.48235294, B 0.49019608, alpha 1.0, hue 0.57379156, saturation 0.49690402, and chroma 0.040217306. It has the encoded Oklab value0xff7d7b3d.@ @ @ @ @ @
- See Also:
-
JAPANESE_IRIS
public static final int JAPANESE_IRISThis color constant "Japanese Iris" has RGBA8888 code7F5D3BFF, L 0.39215687, A 0.50980395, B 0.5294118, alpha 1.0, hue 0.19289984, saturation 0.5340002, and chroma 0.061763234. It has the encoded Oklab value0xff878264.@ @ @ @ @ @
- See Also:
-
JAPANESE_PALE_BLUE
public static final int JAPANESE_PALE_BLUEThis color constant "Japanese Pale Blue" has RGBA8888 code8C9C76FF, L 0.58431375, A 0.48235294, B 0.52156866, alpha 1.0, hue 0.3435836, saturation 0.31352618, and chroma 0.055518243. It has the encoded Oklab value0xff857b95.@ @ @ @ @ @
- See Also:
-
JAPANESE_TRIANDRA_GRASS
public static final int JAPANESE_TRIANDRA_GRASSThis color constant "Japanese Triandra Grass" has RGBA8888 codeE2B13CFF, L 0.72156864, A 0.5019608, B 0.5686275, alpha 1.0, hue 0.2411669, saturation 0.81944346, and chroma 0.13677454. It has the encoded Oklab value0xff9180b8.@ @ @ @ @ @
- See Also:
-
KELLY_GREEN
public static final int KELLY_GREENThis color constant "Kelly Green" has RGBA8888 code4CBB17FF, L 0.6117647, A 0.41960785, B 0.5686275, alpha 1.0, hue 0.38336867, saturation 0.8969082, and chroma 0.2105755. It has the encoded Oklab value0xff916b9c.@ @ @ @ @ @
- See Also:
-
KHAKI
public static final int KHAKIThis color constant "Khaki" has RGBA8888 codeC3B091FF, L 0.7019608, A 0.5019608, B 0.52156866, alpha 1.0, hue 0.22371602, saturation 0.27648923, and chroma 0.04314594. It has the encoded Oklab value0xff8580b3.@ @ @ @ @ @
- See Also:
-
KIMONO_STORAGE
public static final int KIMONO_STORAGEThis color constant "Kimono Storage" has RGBA8888 code3D4C51FF, L 0.28627452, A 0.49019608, B 0.49019608, alpha 1.0, hue 0.625, saturation 0.24595018, and chroma 0.027621359. It has the encoded Oklab value0xff7d7d49.@ @ @ @ @ @
- See Also:
-
LAPIS_LAZULI
public static final int LAPIS_LAZULIThis color constant "Lapis Lazuli" has RGBA8888 code1F4788FF, L 0.28235295, A 0.4862745, B 0.4392157, alpha 1.0, hue 0.71858364, saturation 0.69532084, and chroma 0.124142565. It has the encoded Oklab value0xff707c48.@ @ @ @ @ @
- See Also:
-
LAVENDER_FLORAL
public static final int LAVENDER_FLORALThis color constant "Lavender Floral" has RGBA8888 codeB57EDCFF, L 0.59607846, A 0.5411765, B 0.44705883, alpha 1.0, hue 0.8617679, saturation 0.36232737, and chroma 0.1336143. It has the encoded Oklab value0xff728a98.@ @ @ @ @ @
- See Also:
-
LAVENDER
public static final int LAVENDERThis color constant "Lavender" has RGBA8888 codeE6E6FAFF, L 0.9098039, A 0.5019608, B 0.4862745, alpha 1.0, hue 0.8012084, saturation 0.0, and chroma 0.027621359. It has the encoded Oklab value0xff7c80e8.@ @ @ @ @ @
- See Also:
-
LAVENDER_BLUE
public static final int LAVENDER_BLUEThis color constant "Lavender Blue" has RGBA8888 codeCCCCFFFF, L 0.8235294, A 0.5058824, B 0.46666667, alpha 1.0, hue 0.7889897, saturation 0.0, and chroma 0.06743233. It has the encoded Oklab value0xff7781d2.@ @ @ @ @ @
- See Also:
-
LAVENDER_BLUSH
public static final int LAVENDER_BLUSHThis color constant "Lavender Blush" has RGBA8888 codeFFF0F5FF, L 0.9607843, A 0.5058824, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.03883495, and chroma 0.012352647. It has the encoded Oklab value0xff7f81f5.@ @ @ @ @ @
- See Also:
-
LAVENDER_GRAY
public static final int LAVENDER_GRAYThis color constant "Lavender Gray" has RGBA8888 codeC4C3D0FF, L 0.77254903, A 0.5019608, B 0.49019608, alpha 1.0, hue 0.82379156, saturation 0.0369598, and chroma 0.019918045. It has the encoded Oklab value0xff7d80c5.@ @ @ @ @ @
- See Also:
-
LAVENDER_MAGENTA
public static final int LAVENDER_MAGENTAThis color constant "Lavender Magenta" has RGBA8888 codeEE82EEFF, L 0.6862745, A 0.57254905, B 0.4509804, alpha 1.0, hue 0.91034544, saturation 0.478132, and chroma 0.17443058. It has the encoded Oklab value0xff7392af.@ @ @ @ @ @
- See Also:
-
LAVENDER_PINK
public static final int LAVENDER_PINKThis color constant "Lavender Pink" has RGBA8888 codeFBAED2FF, L 0.78431374, A 0.5411765, B 0.49019608, alpha 1.0, hue 0.97137564, saturation 0.24043742, and chroma 0.084324345. It has the encoded Oklab value0xff7d8ac8.@ @ @ @ @ @
- See Also:
-
LAVENDER_PURPLE
public static final int LAVENDER_PURPLEThis color constant "Lavender Purple" has RGBA8888 code967BB6FF, L 0.5372549, A 0.52156866, B 0.4627451, alpha 1.0, hue 0.84358364, saturation 0.23772867, and chroma 0.08575976. It has the encoded Oklab value0xff768589.@ @ @ @ @ @
- See Also:
-
LAVENDER_ROSE
public static final int LAVENDER_ROSEThis color constant "Lavender Rose" has RGBA8888 codeFBA0E3FF, L 0.7607843, A 0.5568628, B 0.4745098, alpha 1.0, hue 0.9394406, saturation 0.3365728, and chroma 0.124142565. It has the encoded Oklab value0xff798ec2.@ @ @ @ @ @
- See Also:
-
LAWN_GREEN
public static final int LAWN_GREENThis color constant "Lawn Green" has RGBA8888 code7CFC00FF, L 0.8352941, A 0.40784314, B 0.5882353, alpha 1.0, hue 0.375, saturation 0.92934036, and chroma 0.25417653. It has the encoded Oklab value0xff9668d5.@ @ @ @ @ @
- See Also:
-
LEGAL_DYE
public static final int LEGAL_DYEThis color constant "Legal Dye" has RGBA8888 code2E211BFF, L 0.14117648, A 0.5058824, B 0.50980395, alpha 1.0, hue 0.15641639, saturation 0.3795317, and chroma 0.022777155. It has the encoded Oklab value0xff828124.@ @ @ @ @ @
- See Also:
-
LEMON
public static final int LEMONThis color constant "Lemon" has RGBA8888 codeFDE910FF, L 0.89411765, A 0.4745098, B 0.5921569, alpha 1.0, hue 0.28898975, saturation 0.95148593, and chroma 0.19048727. It has the encoded Oklab value0xff9779e4.@ @ @ @ @ @
- See Also:
-
LEMON_CHIFFON
public static final int LEMON_CHIFFONThis color constant "Lemon Chiffon" has RGBA8888 codeFFFACDFF, L 0.972549, A 0.49411765, B 0.5254902, alpha 1.0, hue 0.27258337, saturation 0.26683274, and chroma 0.052115876. It has the encoded Oklab value0xff867ef8.@ @ @ @ @ @
- See Also:
-
LIGHT_BLUE
public static final int LIGHT_BLUEThis color constant "Light Blue" has RGBA8888 codeADD8E6FF, L 0.8156863, A 0.48235294, B 0.48235294, alpha 1.0, hue 0.625, saturation 0.25712973, and chroma 0.049718447. It has the encoded Oklab value0xff7b7bd0.@ @ @ @ @ @
- See Also:
-
LIGHT_BLUE_DYE
public static final int LIGHT_BLUE_DYEThis color constant "Light Blue Dye" has RGBA8888 code48929BFF, L 0.5176471, A 0.4627451, B 0.48235294, alpha 1.0, hue 0.56656224, saturation 0.6565905, and chroma 0.0821242. It has the encoded Oklab value0xff7b7684.@ @ @ @ @ @
- See Also:
-
LIGHT_BLUE_FLOWER
public static final int LIGHT_BLUE_FLOWERThis color constant "Light Blue Flower" has RGBA8888 code1D697CFF, L 0.36862746, A 0.46666667, B 0.4745098, alpha 1.0, hue 0.60241663, saturation 0.8, and chroma 0.0835974. It has the encoded Oklab value0xff79775e.@ @ @ @ @ @
- See Also:
-
LIGHT_BLUE_SILK
public static final int LIGHT_BLUE_SILKThis color constant "Light Blue Silk" has RGBA8888 code044F67FF, L 0.2784314, A 0.47058824, B 0.47058824, alpha 1.0, hue 0.625, saturation 0.8999541, and chroma 0.082864076. It has the encoded Oklab value0xff787847.@ @ @ @ @ @
- See Also:
-
LIGHT_GRAY
public static final int LIGHT_GRAYThis color constant "Light Gray" has RGBA8888 codeC0C0C0FF, L 0.7529412, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7fc0.@ @ @ @ @ @
- See Also:
-
LIGHT_KHAKI
public static final int LIGHT_KHAKIThis color constant "Light Khaki" has RGBA8888 codeF0E68CFF, L 0.8862745, A 0.4862745, B 0.54901963, alpha 1.0, hue 0.28609625, saturation 0.52320254, and chroma 0.10141215. It has the encoded Oklab value0xff8c7ce2.@ @ @ @ @ @
- See Also:
-
LIGHT_LIME
public static final int LIGHT_LIMEThis color constant "Light Lime" has RGBA8888 codeBFFF00FF, L 0.89411765, A 0.43137255, B 0.5921569, alpha 1.0, hue 0.3480869, saturation 0.94873816, and chroma 0.22890759. It has the encoded Oklab value0xff976ee4.@ @ @ @ @ @
- See Also:
-
LIGHT_MAROON
public static final int LIGHT_MAROONThis color constant "Light Maroon" has RGBA8888 codeB03060FF, L 0.39215687, A 0.58431375, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.7719298, and chroma 0.16801417. It has the encoded Oklab value0xff7f9564.@ @ @ @ @ @
- See Also:
-
LIGHT_PINK
public static final int LIGHT_PINKThis color constant "Light Pink" has RGBA8888 codeFFB6C1FF, L 0.8, A 0.5372549, B 0.5019608, alpha 1.0, hue 0.0158628, saturation 0.22333056, and chroma 0.07432148. It has the encoded Oklab value0xff8089cc.@ @ @ @ @ @
- See Also:
-
LIGHT_VIOLET
public static final int LIGHT_VIOLETThis color constant "Light Violet" has RGBA8888 codeEE82EEFF, L 0.6862745, A 0.57254905, B 0.4509804, alpha 1.0, hue 0.91034544, saturation 0.478132, and chroma 0.17443058. It has the encoded Oklab value0xff7392af.@ @ @ @ @ @
- See Also:
-
LIGHT_YELLOW_DYE
public static final int LIGHT_YELLOW_DYEThis color constant "Light Yellow Dye" has RGBA8888 codeF7BB7DFF, L 0.78431374, A 0.5176471, B 0.54509807, alpha 1.0, hue 0.18716717, saturation 0.52, and chroma 0.096477255. It has the encoded Oklab value0xff8b84c8.@ @ @ @ @ @
- See Also:
-
LILAC
public static final int LILACThis color constant "Lilac" has RGBA8888 codeC8A2C8FF, L 0.6901961, A 0.5254902, B 0.48235294, alpha 1.0, hue 0.9173755, saturation 0.1715374, and chroma 0.061763234. It has the encoded Oklab value0xff7b86b0.@ @ @ @ @ @
- See Also:
-
LIME
public static final int LIMEThis color constant "Lime" has RGBA8888 code00FF00FF, L 0.80784315, A 0.38039216, B 0.5882353, alpha 1.0, hue 0.39589924, saturation 0.9947925, and chroma 0.29610303. It has the encoded Oklab value0xff9661ce.@ @ @ @ @ @
- See Also:
-
LIME_GREEN
public static final int LIME_GREENThis color constant "Lime Green" has RGBA8888 code32CD32FF, L 0.65882355, A 0.40784314, B 0.5686275, alpha 1.0, hue 0.3943135, saturation 0.87182575, and chroma 0.22890759. It has the encoded Oklab value0xff9168a8.@ @ @ @ @ @
- See Also:
-
LINEN
public static final int LINENThis color constant "Linen" has RGBA8888 codeFAF0E6FF, L 0.9490196, A 0.5019608, B 0.5058824, alpha 1.0, hue 0.17620845, saturation 0.07710579, and chroma 0.012352647. It has the encoded Oklab value0xff8180f2.@ @ @ @ @ @
- See Also:
-
LONG_SPRING
public static final int LONG_SPRINGThis color constant "Long Spring" has RGBA8888 codeB95754FF, L 0.46666667, A 0.5568628, B 0.52156866, alpha 1.0, hue 0.0605594, saturation 0.5048592, and chroma 0.12115674. It has the encoded Oklab value0xff858e77.@ @ @ @ @ @
- See Also:
-
LOQUAT_BROWN
public static final int LOQUAT_BROWNThis color constant "Loquat Brown" has RGBA8888 codeAB6134FF, L 0.45882353, A 0.53333336, B 0.5411765, alpha 1.0, hue 0.1408625, saturation 0.6767938, and chroma 0.105541065. It has the encoded Oklab value0xff8a8875.@ @ @ @ @ @
- See Also:
-
LYE
public static final int LYEThis color constant "Lye" has RGBA8888 code7F6B5DFF, L 0.43529412, A 0.5058824, B 0.5137255, alpha 1.0, hue 0.17620845, saturation 0.25555062, and chroma 0.029749114. It has the encoded Oklab value0xff83816f.@ @ @ @ @ @
- See Also:
-
MAGENTA_DYE
public static final int MAGENTA_DYEThis color constant "Magenta Dye" has RGBA8888 codeCA1F7BFF, L 0.43529412, A 0.60784316, B 0.48235294, alpha 1.0, hue 0.97741663, saturation 0.8979134, and chroma 0.21770117. It has the encoded Oklab value0xff7b9b6f.@ @ @ @ @ @
- See Also:
-
MAGIC_MINT
public static final int MAGIC_MINTThis color constant "Magic Mint" has RGBA8888 codeAAF0D1FF, L 0.87058824, A 0.4627451, B 0.5058824, alpha 1.0, hue 0.4651977, saturation 0.36878178, and chroma 0.07513822. It has the encoded Oklab value0xff8176de.@ @ @ @ @ @
- See Also:
-
MAGNOLIA
public static final int MAGNOLIAThis color constant "Magnolia" has RGBA8888 codeF8F4FFFF, L 0.96862745, A 0.5019608, B 0.49411765, alpha 1.0, hue 0.875, saturation 0.022447834, and chroma 0.012352647. It has the encoded Oklab value0xff7e80f7.@ @ @ @ @ @
- See Also:
-
MALACHITE
public static final int MALACHITEThis color constant "Malachite" has RGBA8888 code0BDA51FF, L 0.69803923, A 0.4, B 0.5568628, alpha 1.0, hue 0.41398963, saturation 0.92554796, and chroma 0.22917406. It has the encoded Oklab value0xff8e66b2.@ @ @ @ @ @
- See Also:
-
MAROON
public static final int MAROONThis color constant "Maroon" has RGBA8888 code800000FF, L 0.24705882, A 0.5686275, B 0.5372549, alpha 1.0, hue 0.08070704, saturation 0.9577331, and chroma 0.1555649. It has the encoded Oklab value0xff89913f.@ @ @ @ @ @
- See Also:
-
MAGENTA
public static final int MAGENTAThis color constant "Magenta" has RGBA8888 codeFF00FFFF, L 0.5882353, A 0.63529414, B 0.4117647, alpha 1.0, hue 0.91068804, saturation 0.97270715, and chroma 0.32178587. It has the encoded Oklab value0xff69a296.@ @ @ @ @ @
- See Also:
-
MAYA_BLUE
public static final int MAYA_BLUEThis color constant "Maya Blue" has RGBA8888 code73C2FBFF, L 0.72156864, A 0.47058824, B 0.4509804, alpha 1.0, hue 0.6659545, saturation 0.56703854, and chroma 0.11388578. It has the encoded Oklab value0xff7378b8.@ @ @ @ @ @
- See Also:
-
MAUVE
public static final int MAUVEThis color constant "Mauve" has RGBA8888 codeE0B0FFFF, L 0.7764706, A 0.53333336, B 0.45882353, alpha 1.0, hue 0.8666313, saturation 0.24240763, and chroma 0.105541065. It has the encoded Oklab value0xff7588c6.@ @ @ @ @ @
- See Also:
-
MAUVE_TAUPE
public static final int MAUVE_TAUPEThis color constant "Mauve Taupe" has RGBA8888 code915F6DFF, L 0.43529412, A 0.53333336, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.29508197, and chroma 0.06652104. It has the encoded Oklab value0xff7f886f.@ @ @ @ @ @
- See Also:
-
MEAT
public static final int MEATThis color constant "Meat" has RGBA8888 codeF9906FFF, L 0.68235296, A 0.54509807, B 0.5372549, alpha 1.0, hue 0.11057128, saturation 0.47334847, and chroma 0.11653464. It has the encoded Oklab value0xff898bae.@ @ @ @ @ @
- See Also:
-
MEDIUM_BLUE
public static final int MEDIUM_BLUEThis color constant "Medium Blue" has RGBA8888 code0000CDFF, L 0.24313726, A 0.48235294, B 0.3647059, alpha 1.0, hue 0.7313617, saturation 0.97812814, and chroma 0.27181438. It has the encoded Oklab value0xff5d7b3e.@ @ @ @ @ @
- See Also:
-
MEDIUM_CARMINE
public static final int MEDIUM_CARMINEThis color constant "Medium Carmine" has RGBA8888 codeAF4035FF, L 0.40392157, A 0.56078434, B 0.53333336, alpha 1.0, hue 0.08154914, saturation 0.62229013, and chroma 0.1381068. It has the encoded Oklab value0xff888f67.@ @ @ @ @ @
- See Also:
-
MEDIUM_CRIMSON
public static final int MEDIUM_CRIMSONThis color constant "Medium Crimson" has RGBA8888 codeC93756FF, L 0.44313726, A 0.5882353, B 0.5176471, alpha 1.0, hue 0.034068827, saturation 0.77171165, and chroma 0.1792624. It has the encoded Oklab value0xff849671.@ @ @ @ @ @
- See Also:
-
MEDIUM_LAVENDER_MAGENTA
public static final int MEDIUM_LAVENDER_MAGENTAThis color constant "Medium Lavender Magenta" has RGBA8888 codeCC99CCFF, L 0.6784314, A 0.53333336, B 0.4745098, alpha 1.0, hue 0.90641636, saturation 0.23014158, and chroma 0.0835974. It has the encoded Oklab value0xff7988ad.@ @ @ @ @ @
- See Also:
-
MEDIUM_PURPLE
public static final int MEDIUM_PURPLEThis color constant "Medium Purple" has RGBA8888 code9370DBFF, L 0.5294118, A 0.53333336, B 0.43137255, alpha 1.0, hue 0.8274922, saturation 0.41366416, and chroma 0.15199278. It has the encoded Oklab value0xff6e8887.@ @ @ @ @ @
- See Also:
-
MEDIUM_SPRING_GREEN
public static final int MEDIUM_SPRING_GREENThis color constant "Medium Spring Green" has RGBA8888 code00FA9AFF, L 0.8117647, A 0.40392157, B 0.53333336, alpha 1.0, hue 0.44289985, saturation 0.9493337, and chroma 0.20259848. It has the encoded Oklab value0xff8867cf.@ @ @ @ @ @
- See Also:
-
MIDORI
public static final int MIDORIThis color constant "Midori" has RGBA8888 code2A606BFF, L 0.3372549, A 0.47058824, B 0.48235294, alpha 1.0, hue 0.5826245, saturation 0.7010659, and chroma 0.068331465. It has the encoded Oklab value0xff7b7856.@ @ @ @ @ @
- See Also:
-
MIDNIGHT_BLUE
public static final int MIDNIGHT_BLUEThis color constant "Midnight Blue" has RGBA8888 code003366FF, L 0.2, A 0.48235294, B 0.44705883, alpha 1.0, hue 0.7024922, saturation 0.9380325, and chroma 0.11117382. It has the encoded Oklab value0xff727b33.@ @ @ @ @ @
- See Also:
-
MINT_GREEN
public static final int MINT_GREENThis color constant "Mint Green" has RGBA8888 code98FF98FF, L 0.88235295, A 0.43529412, B 0.54509807, alpha 1.0, hue 0.39758337, saturation 0.49382716, and chroma 0.15712644. It has the encoded Oklab value0xff8b6fe1.@ @ @ @ @ @
- See Also:
-
MISTY_ROSE
public static final int MISTY_ROSEThis color constant "Misty Rose" has RGBA8888 codeFFE4E1FF, L 0.92156863, A 0.50980395, B 0.5019608, alpha 1.0, hue 0.051208384, saturation 0.0638844, and chroma 0.019918045. It has the encoded Oklab value0xff8082eb.@ @ @ @ @ @
- See Also:
-
MOSS
public static final int MOSSThis color constant "Moss" has RGBA8888 code8B7D3AFF, L 0.4862745, A 0.49019608, B 0.54509807, alpha 1.0, hue 0.27628398, saturation 0.71561915, and chroma 0.091942206. It has the encoded Oklab value0xff8b7d7c.@ @ @ @ @ @
- See Also:
-
MOSS_GREEN
public static final int MOSS_GREENThis color constant "Moss Green" has RGBA8888 codeADDFADFF, L 0.8117647, A 0.46666667, B 0.52156866, alpha 1.0, hue 0.39758337, saturation 0.2631579, and chroma 0.079095535. It has the encoded Oklab value0xff8577cf.@ @ @ @ @ @
- See Also:
-
MOUNTBATTEN_PINK
public static final int MOUNTBATTEN_PINKThis color constant "Mountbatten Pink" has RGBA8888 code997A8DFF, L 0.5176471, A 0.5176471, B 0.49019608, alpha 1.0, hue 0.9394406, saturation 0.1436044, and chroma 0.040217306. It has the encoded Oklab value0xff7d8484.@ @ @ @ @ @
- See Also:
-
MOUSY_INDIGO
public static final int MOUSY_INDIGOThis color constant "Mousy Indigo" has RGBA8888 code5C544EFF, L 0.33333334, A 0.5019608, B 0.5058824, alpha 1.0, hue 0.17620845, saturation 0.1490712, and chroma 0.012352647. It has the encoded Oklab value0xff818055.@ @ @ @ @ @
- See Also:
-
MOUSY_WISTERIA
public static final int MOUSY_WISTERIAThis color constant "Mousy Wisteria" has RGBA8888 code766980FF, L 0.43529412, A 0.50980395, B 0.48235294, alpha 1.0, hue 0.85241663, saturation 0.12820514, and chroma 0.040217306. It has the encoded Oklab value0xff7b826f.@ @ @ @ @ @
- See Also:
-
MULBERRY
public static final int MULBERRYThis color constant "Mulberry" has RGBA8888 code59292CFF, L 0.22352941, A 0.53333336, B 0.50980395, alpha 1.0, hue 0.051208384, saturation 0.48650423, and chroma 0.069218926. It has the encoded Oklab value0xff828839.@ @ @ @ @ @
- See Also:
-
MULBERRY_DYED
public static final int MULBERRY_DYEDThis color constant "Mulberry Dyed" has RGBA8888 codeC57F2EFF, L 0.56078434, A 0.52156866, B 0.5568628, alpha 1.0, hue 0.1894406, saturation 0.8077747, and chroma 0.12115674. It has the encoded Oklab value0xff8e858f.@ @ @ @ @ @
- See Also:
-
MUSTARD
public static final int MUSTARDThis color constant "Mustard" has RGBA8888 codeFFDB58FF, L 0.8666667, A 0.49019608, B 0.57254905, alpha 1.0, hue 0.26669168, saturation 0.7797948, and chroma 0.14584495. It has the encoded Oklab value0xff927ddd.@ @ @ @ @ @
- See Also:
-
MYRTLE
public static final int MYRTLEThis color constant "Myrtle" has RGBA8888 code21421EFF, L 0.21960784, A 0.46666667, B 0.52156866, alpha 1.0, hue 0.39758337, saturation 0.6060606, and chroma 0.079095535. It has the encoded Oklab value0xff857738.@ @ @ @ @ @
- See Also:
-
NAVAJO_WHITE
public static final int NAVAJO_WHITEThis color constant "Navajo White" has RGBA8888 codeFFDEADFF, L 0.8901961, A 0.5058824, B 0.5294118, alpha 1.0, hue 0.21101025, saturation 0.31716198, and chroma 0.059754133. It has the encoded Oklab value0xff8781e3.@ @ @ @ @ @
- See Also:
-
NAVY_BLUE
public static final int NAVY_BLUEThis color constant "Navy Blue" has RGBA8888 code000080FF, L 0.15294118, A 0.4862745, B 0.4, alpha 1.0, hue 0.73099244, saturation 0.96843684, and chroma 0.20108652. It has the encoded Oklab value0xff667c27.@ @ @ @ @ @
- See Also:
-
NAVY_BLUE_BELLFLOWER
public static final int NAVY_BLUE_BELLFLOWERThis color constant "Navy Blue Bellflower" has RGBA8888 code191F45FF, L 0.13725491, A 0.49803922, B 0.45882353, alpha 1.0, hue 0.75, saturation 0.42553192, and chroma 0.0821242. It has the encoded Oklab value0xff757f23.@ @ @ @ @ @
- See Also:
-
NAVY_BLUE_DYE
public static final int NAVY_BLUE_DYEThis color constant "Navy Blue Dye" has RGBA8888 code003171FF, L 0.20392157, A 0.4862745, B 0.43529412, alpha 1.0, hue 0.7205011, saturation 0.85678, and chroma 0.13177444. It has the encoded Oklab value0xff6f7c34.@ @ @ @ @ @
- See Also:
-
NEW_BRIDGE
public static final int NEW_BRIDGEThis color constant "New Bridge" has RGBA8888 code006C7FFF, L 0.37254903, A 0.45882353, B 0.47058824, alpha 1.0, hue 0.5972002, saturation 0.9765244, and chroma 0.1008085. It has the encoded Oklab value0xff78755f.@ @ @ @ @ @
- See Also:
-
NIGHTINGALE
public static final int NIGHTINGALEThis color constant "Nightingale" has RGBA8888 code645530FF, L 0.3372549, A 0.49803922, B 0.5294118, alpha 1.0, hue 0.25, saturation 0.5925926, and chroma 0.058723815. It has the encoded Oklab value0xff877f56.@ @ @ @ @ @
- See Also:
-
NIGHTINGALE_BROWN
public static final int NIGHTINGALE_BROWNThis color constant "Nightingale Brown" has RGBA8888 code5C4827FF, L 0.29411766, A 0.5019608, B 0.5294118, alpha 1.0, hue 0.23020846, saturation 0.6449806, and chroma 0.058723815. It has the encoded Oklab value0xff87804b.@ @ @ @ @ @
- See Also:
-
OCEAN_BLUE
public static final int OCEAN_BLUEThis color constant "Ocean Blue" has RGBA8888 code50B0B8FF, L 0.61960787, A 0.45490196, B 0.48235294, alpha 1.0, hue 0.55550873, saturation 0.70937574, and chroma 0.096477255. It has the encoded Oklab value0xff7b749e.@ @ @ @ @ @
- See Also:
-
OCHRE
public static final int OCHREThis color constant "Ochre" has RGBA8888 codeCC7722FF, L 0.5529412, A 0.5294118, B 0.56078434, alpha 1.0, hue 0.17620845, saturation 0.8726119, and chroma 0.1345248. It has the encoded Oklab value0xff8f878d.@ @ @ @ @ @
- See Also:
-
OLD_BAMBOO
public static final int OLD_BAMBOOThis color constant "Old Bamboo" has RGBA8888 code5E644FFF, L 0.38039216, A 0.49019608, B 0.5137255, alpha 1.0, hue 0.32379153, saturation 0.2795085, and chroma 0.033602834. It has the encoded Oklab value0xff837d61.@ @ @ @ @ @
- See Also:
-
OLD_GOLD
public static final int OLD_GOLDThis color constant "Old Gold" has RGBA8888 codeCFB53BFF, L 0.70980394, A 0.49019608, B 0.5686275, alpha 1.0, hue 0.2676116, saturation 0.84236145, and chroma 0.1381068. It has the encoded Oklab value0xff917db5.@ @ @ @ @ @
- See Also:
-
OLD_LACE
public static final int OLD_LACEThis color constant "Old Lace" has RGBA8888 codeFDF5E6FF, L 0.9647059, A 0.49803922, B 0.5058824, alpha 1.0, hue 0.25, saturation 0.0754717, and chroma 0.012352647. It has the encoded Oklab value0xff817ff6.@ @ @ @ @ @
- See Also:
-
OLD_LAVENDER
public static final int OLD_LAVENDERThis color constant "Old Lavender" has RGBA8888 code796878FF, L 0.43137255, A 0.50980395, B 0.49019608, alpha 1.0, hue 0.90641636, saturation 0.10301575, and chroma 0.027621359. It has the encoded Oklab value0xff7d826e.@ @ @ @ @ @
- See Also:
-
OLD_ROSE
public static final int OLD_ROSEThis color constant "Old Rose" has RGBA8888 codeC08081FF, L 0.5764706, A 0.53333336, B 0.50980395, alpha 1.0, hue 0.051208384, saturation 0.25991324, and chroma 0.069218926. It has the encoded Oklab value0xff828893.@ @ @ @ @ @
- See Also:
-
OLIVE
public static final int OLIVEThis color constant "Olive" has RGBA8888 code808000FF, L 0.47843137, A 0.4745098, B 0.56078434, alpha 1.0, hue 0.30710015, saturation 0.9493337, and chroma 0.13131043. It has the encoded Oklab value0xff8f797a.@ @ @ @ @ @
- See Also:
-
OLIVE_DRAB
public static final int OLIVE_DRABThis color constant "Olive Drab" has RGBA8888 code6B8E23FF, L 0.49803922, A 0.45490196, B 0.5568628, alpha 1.0, hue 0.35070533, saturation 0.8651663, and chroma 0.14458403. It has the encoded Oklab value0xff8e747f.@ @ @ @ @ @
- See Also:
-
OLIVINE
public static final int OLIVINEThis color constant "Olivine" has RGBA8888 code9AB973FF, L 0.6745098, A 0.47058824, B 0.5372549, alpha 1.0, hue 0.3472002, saturation 0.47868845, and chroma 0.0945603. It has the encoded Oklab value0xff8978ac.@ @ @ @ @ @
- See Also:
-
ONANDO
public static final int ONANDOThis color constant "Onando" has RGBA8888 code364141FF, L 0.24313726, A 0.49019608, B 0.49411765, alpha 1.0, hue 0.57379156, saturation 0.23537558, and chroma 0.022777155. It has the encoded Oklab value0xff7e7d3e.@ @ @ @ @ @
- See Also:
-
ONE_KIN_DYE
public static final int ONE_KIN_DYEThis color constant "One Kin Dye" has RGBA8888 codeF08F90FF, L 0.6784314, A 0.54901963, B 0.5176471, alpha 1.0, hue 0.058437523, saturation 0.34391084, and chroma 0.10379164. It has the encoded Oklab value0xff848cad.@ @ @ @ @ @
- See Also:
-
OPPOSITE_FLOWER
public static final int OPPOSITE_FLOWERThis color constant "Opposite Flower" has RGBA8888 code4D646CFF, L 0.37254903, A 0.4862745, B 0.4862745, alpha 1.0, hue 0.625, saturation 0.31426966, and chroma 0.038669903. It has the encoded Oklab value0xff7c7c5f.@ @ @ @ @ @
- See Also:
-
ORANGE
public static final int ORANGEThis color constant "Orange" has RGBA8888 codeFFC800FF, L 0.8117647, A 0.49803922, B 0.5882353, alpha 1.0, hue 0.25, saturation 0.9787234, and chroma 0.17582464. It has the encoded Oklab value0xff967fcf.@ @ @ @ @ @
- See Also:
-
ORANGE_PEEL
public static final int ORANGE_PEELThis color constant "Orange Peel" has RGBA8888 codeFFA000FF, L 0.7137255, A 0.5254902, B 0.5803922, alpha 1.0, hue 0.19879162, saturation 0.9624324, and chroma 0.16801417. It has the encoded Oklab value0xff9486b6.@ @ @ @ @ @
- See Also:
-
ORANGE_RED
public static final int ORANGE_REDThis color constant "Orange Red" has RGBA8888 codeFF4500FF, L 0.54509807, A 0.5882353, B 0.5647059, alpha 1.0, hue 0.10130366, saturation 0.9079587, and chroma 0.21798135. It has the encoded Oklab value0xff90968b.@ @ @ @ @ @
- See Also:
-
ORANGUTAN
public static final int ORANGUTANThis color constant "Orangutan" has RGBA8888 codeDC3023FF, L 0.45882353, A 0.5882353, B 0.54901963, alpha 1.0, hue 0.0818773, saturation 0.8256153, and chroma 0.20108652. It has the encoded Oklab value0xff8c9675.@ @ @ @ @ @
- See Also:
-
ORCHID
public static final int ORCHIDThis color constant "Orchid" has RGBA8888 codeDA70D6FF, L 0.6156863, A 0.57254905, B 0.45490196, alpha 1.0, hue 0.9164763, saturation 0.50470114, and chroma 0.17017984. It has the encoded Oklab value0xff74929d.@ @ @ @ @ @
- See Also:
-
OVERDYED_RED_BROWN
public static final int OVERDYED_RED_BROWNThis color constant "Overdyed Red Brown" has RGBA8888 codeE35C38FF, L 0.5372549, A 0.5647059, B 0.54901963, alpha 1.0, hue 0.103904024, saturation 0.70167, and chroma 0.16172063. It has the encoded Oklab value0xff8c9089.@ @ @ @ @ @
- See Also:
-
PALE_BLUE
public static final int PALE_BLUEThis color constant "Pale Blue" has RGBA8888 codeAFEEEEFF, L 0.8784314, A 0.47058824, B 0.49019608, alpha 1.0, hue 0.54429305, saturation 0.3466719, and chroma 0.061763234. It has the encoded Oklab value0xff7d78e0.@ @ @ @ @ @
- See Also:
-
PALE_BROWN
public static final int PALE_BROWNThis color constant "Pale Brown" has RGBA8888 code987654FF, L 0.49019608, A 0.50980395, B 0.5294118, alpha 1.0, hue 0.19289984, saturation 0.46183804, and chroma 0.061763234. It has the encoded Oklab value0xff87827d.@ @ @ @ @ @
- See Also:
-
PALE_CARMINE
public static final int PALE_CARMINEThis color constant "Pale Carmine" has RGBA8888 codeAF4035FF, L 0.40392157, A 0.56078434, B 0.53333336, alpha 1.0, hue 0.08154914, saturation 0.62229013, and chroma 0.1381068. It has the encoded Oklab value0xff888f67.@ @ @ @ @ @
- See Also:
-
PALE_CHESTNUT
public static final int PALE_CHESTNUTThis color constant "Pale Chestnut" has RGBA8888 codeDDADAFFF, L 0.73333335, A 0.52156866, B 0.5058824, alpha 1.0, hue 0.051208384, saturation 0.14881307, and chroma 0.044538103. It has the encoded Oklab value0xff8185bb.@ @ @ @ @ @
- See Also:
-
PALE_CORNFLOWER_BLUE
public static final int PALE_CORNFLOWER_BLUEThis color constant "Pale Cornflower Blue" has RGBA8888 codeABCDEFFF, L 0.7882353, A 0.4862745, B 0.4745098, alpha 1.0, hue 0.67620844, saturation 0.23957871, and chroma 0.05767509. It has the encoded Oklab value0xff797cc9.@ @ @ @ @ @
- See Also:
-
PALE_CRIMSON
public static final int PALE_CRIMSONThis color constant "Pale Crimson" has RGBA8888 codeF2666CFF, L 0.5882353, A 0.5764706, B 0.5254902, alpha 1.0, hue 0.053583592, saturation 0.57269245, and chroma 0.1605844. It has the encoded Oklab value0xff869396.@ @ @ @ @ @
- See Also:
-
PALE_FALLEN_LEAVES
public static final int PALE_FALLEN_LEAVESThis color constant "Pale Fallen Leaves" has RGBA8888 codeAA8736FF, L 0.54901963, A 0.5019608, B 0.5529412, alpha 1.0, hue 0.23865081, saturation 0.75868475, and chroma 0.105541065. It has the encoded Oklab value0xff8d808c.@ @ @ @ @ @
- See Also:
-
PALE_GREEN_ONION
public static final int PALE_GREEN_ONIONThis color constant "Pale Green Onion" has RGBA8888 code749F8DFF, L 0.5803922, A 0.4745098, B 0.5019608, alpha 1.0, hue 0.47371602, saturation 0.328798, and chroma 0.050931267. It has the encoded Oklab value0xff807994.@ @ @ @ @ @
- See Also:
-
PALE_INCENSE
public static final int PALE_INCENSEThis color constant "Pale Incense" has RGBA8888 codeFFA565FF, L 0.7372549, A 0.53333336, B 0.54901963, alpha 1.0, hue 0.15362442, saturation 0.585607, and chroma 0.11809544. It has the encoded Oklab value0xff8c88bc.@ @ @ @ @ @
- See Also:
-
PALE_MAGENTA
public static final int PALE_MAGENTAThis color constant "Pale Magenta" has RGBA8888 codeF984E5FF, L 0.7019608, A 0.57254905, B 0.45882353, alpha 1.0, hue 0.92289317, saturation 0.46174002, and chroma 0.16618787. It has the encoded Oklab value0xff7592b3.@ @ @ @ @ @
- See Also:
-
PALE_OAK
public static final int PALE_OAKThis color constant "Pale Oak" has RGBA8888 codeBBA46DFF, L 0.6509804, A 0.49803922, B 0.5372549, alpha 1.0, hue 0.25, saturation 0.4878049, and chroma 0.07432148. It has the encoded Oklab value0xff897fa6.@ @ @ @ @ @
- See Also:
-
PALE_PERSIMMON
public static final int PALE_PERSIMMONThis color constant "Pale Persimmon" has RGBA8888 codeFCA474FF, L 0.73333335, A 0.53333336, B 0.5411765, alpha 1.0, hue 0.1408625, saturation 0.4986902, and chroma 0.105541065. It has the encoded Oklab value0xff8a88bb.@ @ @ @ @ @
- See Also:
-
PALE_PINK
public static final int PALE_PINKThis color constant "Pale Pink" has RGBA8888 codeFADADDFF, L 0.8901961, A 0.5137255, B 0.5019608, alpha 1.0, hue 0.03898975, saturation 0.085898034, and chroma 0.027621359. It has the encoded Oklab value0xff8083e3.@ @ @ @ @ @
- See Also:
-
PALE_RED_VIOLET
public static final int PALE_RED_VIOLETThis color constant "Pale Red Violet" has RGBA8888 codeDB7093FF, L 0.58431375, A 0.5647059, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.45945945, and chroma 0.12896542. It has the encoded Oklab value0xff7f9095.@ @ @ @ @ @
- See Also:
-
PALE_YOUNG_GREEN_ONION
public static final int PALE_YOUNG_GREEN_ONIONThis color constant "Pale Young Green Onion" has RGBA8888 code8DB255FF, L 0.6392157, A 0.45882353, B 0.54901963, alpha 1.0, hue 0.35435745, saturation 0.64318514, and chroma 0.12753771. It has the encoded Oklab value0xff8c75a3.@ @ @ @ @ @
- See Also:
-
PAPAYA_WHIP
public static final int PAPAYA_WHIPThis color constant "Papaya Whip" has RGBA8888 codeFFEFD5FF, L 0.94509804, A 0.5019608, B 0.5137255, alpha 1.0, hue 0.21101025, saturation 0.1527076, and chroma 0.027621359. It has the encoded Oklab value0xff8380f1.@ @ @ @ @ @
- See Also:
-
PASTEL_GREEN
public static final int PASTEL_GREENThis color constant "Pastel Green" has RGBA8888 code77DD77FF, L 0.7529412, A 0.43137255, B 0.54509807, alpha 1.0, hue 0.40217316, saturation 0.57010007, and chroma 0.16359681. It has the encoded Oklab value0xff8b6ec0.@ @ @ @ @ @
- See Also:
-
PASTEL_PINK
public static final int PASTEL_PINKThis color constant "Pastel Pink" has RGBA8888 codeFFD1DCFF, L 0.8745098, A 0.52156866, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.12371134, and chroma 0.04314594. It has the encoded Oklab value0xff7f85df.@ @ @ @ @ @
- See Also:
-
PATINA
public static final int PATINAThis color constant "Patina" has RGBA8888 code407A52FF, L 0.41960785, A 0.45882353, B 0.5176471, alpha 1.0, hue 0.42620847, saturation 0.5733508, and chroma 0.08924734. It has the encoded Oklab value0xff84756b.@ @ @ @ @ @
- See Also:
-
PATRINIA_FLOWER
public static final int PATRINIA_FLOWERThis color constant "Patrinia Flower" has RGBA8888 codeD9B611FF, L 0.72156864, A 0.49019608, B 0.5803922, alpha 1.0, hue 0.26511213, saturation 0.9588646, and chroma 0.16134278. It has the encoded Oklab value0xff947db8.@ @ @ @ @ @
- See Also:
-
PEACH
public static final int PEACHThis color constant "Peach" has RGBA8888 codeFFE5B4FF, L 0.9098039, A 0.5019608, B 0.5294118, alpha 1.0, hue 0.23020846, saturation 0.31616697, and chroma 0.058723815. It has the encoded Oklab value0xff8780e8.@ @ @ @ @ @
- See Also:
-
PEACH_DYE
public static final int PEACH_DYEThis color constant "Peach Dye" has RGBA8888 codeF47983FF, L 0.63529414, A 0.5647059, B 0.5176471, alpha 1.0, hue 0.045526765, saturation 0.4602609, and chroma 0.1336143. It has the encoded Oklab value0xff8490a2.@ @ @ @ @ @
- See Also:
-
PEACH_ORANGE
public static final int PEACH_ORANGEThis color constant "Peach Orange" has RGBA8888 codeFFCC99FF, L 0.8392157, A 0.5137255, B 0.53333336, alpha 1.0, hue 0.18343773, saturation 0.37165502, and chroma 0.071815535. It has the encoded Oklab value0xff8883d6.@ @ @ @ @ @
- See Also:
-
PEACH_YELLOW
public static final int PEACH_YELLOWThis color constant "Peach Yellow" has RGBA8888 codeFADFADFF, L 0.8862745, A 0.5019608, B 0.5294118, alpha 1.0, hue 0.23020846, saturation 0.3224903, and chroma 0.058723815. It has the encoded Oklab value0xff8780e2.@ @ @ @ @ @
- See Also:
-
PEAR
public static final int PEARThis color constant "Pear" has RGBA8888 codeD1E231FF, L 0.83137256, A 0.45882353, B 0.5803922, alpha 1.0, hue 0.32073125, saturation 0.8614595, and chroma 0.17994207. It has the encoded Oklab value0xff9475d4.@ @ @ @ @ @
- See Also:
-
PERIWINKLE
public static final int PERIWINKLEThis color constant "Periwinkle" has RGBA8888 codeCCCCFFFF, L 0.8235294, A 0.5058824, B 0.46666667, alpha 1.0, hue 0.7889897, saturation 0.0, and chroma 0.06743233. It has the encoded Oklab value0xff7781d2.@ @ @ @ @ @
- See Also:
-
PERSIAN_BLUE
public static final int PERSIAN_BLUEThis color constant "Persian Blue" has RGBA8888 code1C39BBFF, L 0.2901961, A 0.49019608, B 0.39607844, alpha 1.0, hue 0.73778117, saturation 0.6601724, and chroma 0.20795049. It has the encoded Oklab value0xff657d4a.@ @ @ @ @ @
- See Also:
-
PERSIAN_GREEN
public static final int PERSIAN_GREENThis color constant "Persian Green" has RGBA8888 code00A693FF, L 0.5529412, A 0.4392157, B 0.49411765, alpha 1.0, hue 0.5105949, saturation 0.9111089, and chroma 0.121659465. It has the encoded Oklab value0xff7e708d.@ @ @ @ @ @
- See Also:
-
PERSIAN_INDIGO
public static final int PERSIAN_INDIGOThis color constant "Persian Indigo" has RGBA8888 code32127AFF, L 0.18431373, A 0.5254902, B 0.41568628, alpha 1.0, hue 0.8012084, saturation 0.90350795, and chroma 0.17547716. It has the encoded Oklab value0xff6a862f.@ @ @ @ @ @
- See Also:
-
PERSIAN_RED
public static final int PERSIAN_REDThis color constant "Persian Red" has RGBA8888 codeCC3333FF, L 0.43529412, A 0.58431375, B 0.5372549, alpha 1.0, hue 0.067899644, saturation 0.79233086, and chroma 0.1836353. It has the encoded Oklab value0xff89956f.@ @ @ @ @ @
- See Also:
-
PERSIAN_PINK
public static final int PERSIAN_PINKThis color constant "Persian Pink" has RGBA8888 codeF77FBEFF, L 0.67058825, A 0.57254905, B 0.48235294, alpha 1.0, hue 0.966976, saturation 0.45685855, and chroma 0.14874557. It has the encoded Oklab value0xff7b92ab.@ @ @ @ @ @
- See Also:
-
PERSIAN_ROSE
public static final int PERSIAN_ROSEThis color constant "Persian Rose" has RGBA8888 codeFE28A2FF, L 0.54901963, A 0.62352943, B 0.4745098, alpha 1.0, hue 0.9705011, saturation 0.8799362, and chroma 0.25127846. It has the encoded Oklab value0xff799f8c.@ @ @ @ @ @
- See Also:
-
PERSIMMON
public static final int PERSIMMONThis color constant "Persimmon" has RGBA8888 codeEC5800FF, L 0.5411765, A 0.5686275, B 0.5647059, alpha 1.0, hue 0.12045405, saturation 0.916994, and chroma 0.18790646. It has the encoded Oklab value0xff90918a.@ @ @ @ @ @
- See Also:
-
PERSIMMON_JUICE
public static final int PERSIMMON_JUICEThis color constant "Persimmon Juice" has RGBA8888 code934337FF, L 0.3647059, A 0.54509807, B 0.5254902, alpha 1.0, hue 0.08404553, saturation 0.50517976, and chroma 0.10320191. It has the encoded Oklab value0xff868b5d.@ @ @ @ @ @
- See Also:
-
PIGMENT_BLUE
public static final int PIGMENT_BLUEThis color constant "Pigment Blue" has RGBA8888 code333399FF, L 0.2627451, A 0.5058824, B 0.41568628, alpha 1.0, hue 0.7651121, saturation 0.6114499, and chroma 0.16837704. It has the encoded Oklab value0xff6a8143.@ @ @ @ @ @
- See Also:
-
PINE_GREEN
public static final int PINE_GREENThis color constant "Pine Green" has RGBA8888 code01796FFF, L 0.40392157, A 0.4509804, B 0.49411765, alpha 1.0, hue 0.5132325, saturation 0.9262765, and chroma 0.098356865. It has the encoded Oklab value0xff7e7367.@ @ @ @ @ @
- See Also:
-
PINE_NEEDLE
public static final int PINE_NEEDLEThis color constant "Pine Needle" has RGBA8888 code454D32FF, L 0.28627452, A 0.4862745, B 0.5176471, alpha 1.0, hue 0.33601037, saturation 0.4021346, and chroma 0.044538103. It has the encoded Oklab value0xff847c49.@ @ @ @ @ @
- See Also:
-
PINK
public static final int PINKThis color constant "Pink" has RGBA8888 codeFFAFAFFF, L 0.78039217, A 0.5372549, B 0.50980395, alpha 1.0, hue 0.04638705, saturation 0.2372797, and chroma 0.07674564. It has the encoded Oklab value0xff8289c7.@ @ @ @ @ @
- See Also:
-
PINK_ORANGE
public static final int PINK_ORANGEThis color constant "Pink Orange" has RGBA8888 codeFF9966FF, L 0.70980394, A 0.5411765, B 0.54509807, alpha 1.0, hue 0.13191529, saturation 0.54262733, and chroma 0.121659465. It has the encoded Oklab value0xff8b8ab5.@ @ @ @ @ @
- See Also:
-
PLAIN_MOUSE
public static final int PLAIN_MOUSEThis color constant "Plain Mouse" has RGBA8888 code6E5F57FF, L 0.38431373, A 0.5058824, B 0.5058824, alpha 1.0, hue 0.125, saturation 0.13797206, and chroma 0.016572814. It has the encoded Oklab value0xff818162.@ @ @ @ @ @
- See Also:
-
PLATINUM
public static final int PLATINUMThis color constant "Platinum" has RGBA8888 codeE5E4E2FF, L 0.89411765, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7fe4.@ @ @ @ @ @
- See Also:
-
PLUM
public static final int PLUMThis color constant "Plum" has RGBA8888 codeCC99CCFF, L 0.6784314, A 0.53333336, B 0.4745098, alpha 1.0, hue 0.90641636, saturation 0.23014158, and chroma 0.0835974. It has the encoded Oklab value0xff7988ad.@ @ @ @ @ @
- See Also:
-
PLUM_BLOSSOM_MOUSE
public static final int PLUM_BLOSSOM_MOUSEThis color constant "Plum Blossom Mouse" has RGBA8888 code97645AFF, L 0.44705883, A 0.5254902, B 0.5176471, alpha 1.0, hue 0.09871597, saturation 0.3072259, and chroma 0.061763234. It has the encoded Oklab value0xff848672.@ @ @ @ @ @
- See Also:
-
PLUM_DYED
public static final int PLUM_DYEDThis color constant "Plum Dyed" has RGBA8888 codeFA9258FF, L 0.6862745, A 0.5411765, B 0.54901963, alpha 1.0, hue 0.1382321, saturation 0.6081924, and chroma 0.12753771. It has the encoded Oklab value0xff8c8aaf.@ @ @ @ @ @
- See Also:
-
PLUM_PURPLE
public static final int PLUM_PURPLEThis color constant "Plum Purple" has RGBA8888 code8F4155FF, L 0.36078432, A 0.5529412, B 0.5019608, alpha 1.0, hue 0.011349191, saturation 0.5198396, and chroma 0.105541065. It has the encoded Oklab value0xff808d5c.@ @ @ @ @ @
- See Also:
-
POLISHED_BROWN
public static final int POLISHED_BROWNThis color constant "Polished Brown" has RGBA8888 code9F5233FF, L 0.4117647, A 0.5372549, B 0.5372549, alpha 1.0, hue 0.125, saturation 0.65777373, and chroma 0.104961164. It has the encoded Oklab value0xff898969.@ @ @ @ @ @
- See Also:
-
POWDER_BLUE
public static final int POWDER_BLUEThis color constant "Powder Blue" has RGBA8888 codeB0E0E6FF, L 0.8392157, A 0.47843137, B 0.4862745, alpha 1.0, hue 0.58601034, saturation 0.28443667, and chroma 0.050931267. It has the encoded Oklab value0xff7c7ad6.@ @ @ @ @ @
- See Also:
-
PRUSSIAN_BLUE
public static final int PRUSSIAN_BLUEThis color constant "Prussian Blue" has RGBA8888 code003153FF, L 0.18431373, A 0.48235294, B 0.45882353, alpha 1.0, hue 0.6894406, saturation 0.89752746, and chroma 0.08924734. It has the encoded Oklab value0xff757b2f.@ @ @ @ @ @
- See Also:
-
PSYCHEDELIC_PURPLE
public static final int PSYCHEDELIC_PURPLEThis color constant "Psychedelic Purple" has RGBA8888 codeDD00FFFF, L 0.53333336, A 0.61960787, B 0.4, alpha 1.0, hue 0.89198726, saturation 0.9596293, and chroma 0.31058988. It has the encoded Oklab value0xff669e88.@ @ @ @ @ @
- See Also:
-
PUCE
public static final int PUCEThis color constant "Puce" has RGBA8888 codeCC8899FF, L 0.61960787, A 0.5372549, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.25974026, and chroma 0.07432148. It has the encoded Oklab value0xff7f899e.@ @ @ @ @ @
- See Also:
-
PUMPKIN
public static final int PUMPKINThis color constant "Pumpkin" has RGBA8888 codeFF7518FF, L 0.62352943, A 0.5568628, B 0.5686275, alpha 1.0, hue 0.13942872, saturation 0.88417923, and chroma 0.17755185. It has the encoded Oklab value0xff918e9f.@ @ @ @ @ @
- See Also:
-
PURE_CRIMSON
public static final int PURE_CRIMSONThis color constant "Pure Crimson" has RGBA8888 codeC3272BFF, L 0.40392157, A 0.58431375, B 0.5411765, alpha 1.0, hue 0.07379155, saturation 0.8481637, and chroma 0.18692946. It has the encoded Oklab value0xff8a9567.@ @ @ @ @ @
- See Also:
-
PURE_DARK_GRAY
public static final int PURE_DARK_GRAYThis color constant "Pure Dark Gray" has RGBA8888 code3F4041FF, L 0.2509804, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f40.@ @ @ @ @ @
- See Also:
-
PURPLE
public static final int PURPLEThis color constant "Purple" has RGBA8888 code800080FF, L 0.29411766, A 0.58431375, B 0.44313726, alpha 1.0, hue 0.9098022, saturation 0.9482476, and chroma 0.20259848. It has the encoded Oklab value0xff71954b.@ @ @ @ @ @
- See Also:
-
PURPLE_DYE
public static final int PURPLE_DYEThis color constant "Purple Dye" has RGBA8888 code4F284BFF, L 0.21960784, A 0.5372549, B 0.47843137, alpha 1.0, hue 0.92620844, saturation 0.50819725, and chroma 0.08575976. It has the encoded Oklab value0xff7a8938.@ @ @ @ @ @
- See Also:
-
PURPLE_KITE
public static final int PURPLE_KITEThis color constant "Purple Kite" has RGBA8888 code512C31FF, L 0.21960784, A 0.5294118, B 0.5058824, alpha 1.0, hue 0.03898975, saturation 0.42288262, and chroma 0.059754133. It has the encoded Oklab value0xff818738.@ @ @ @ @ @
- See Also:
-
PURPLE_TAUPE
public static final int PURPLE_TAUPEThis color constant "Purple Taupe" has RGBA8888 code50404DFF, L 0.27058825, A 0.5137255, B 0.49019608, alpha 1.0, hue 0.92620844, saturation 0.17888544, and chroma 0.033602834. It has the encoded Oklab value0xff7d8345.@ @ @ @ @ @
- See Also:
-
RABBIT_EAR_IRIS
public static final int RABBIT_EAR_IRISThis color constant "Rabbit Ear Iris" has RGBA8888 code491E3CFF, L 0.18431373, A 0.5411765, B 0.48235294, alpha 1.0, hue 0.94449127, saturation 0.61603683, and chroma 0.08924734. It has the encoded Oklab value0xff7b8a2f.@ @ @ @ @ @
- See Also:
-
RAPEBLOSSOM_BROWN
public static final int RAPEBLOSSOM_BROWNThis color constant "Rapeblossom Brown" has RGBA8888 codeE3B130FF, L 0.72156864, A 0.5019608, B 0.57254905, alpha 1.0, hue 0.24163093, saturation 0.86483175, and chroma 0.14458403. It has the encoded Oklab value0xff9280b8.@ @ @ @ @ @
- See Also:
-
RAPESEED_OIL
public static final int RAPESEED_OILThis color constant "Rapeseed Oil" has RGBA8888 codeA17917FF, L 0.49803922, A 0.5019608, B 0.56078434, alpha 1.0, hue 0.24006547, saturation 0.9430129, and chroma 0.12115674. It has the encoded Oklab value0xff8f807f.@ @ @ @ @ @
- See Also:
-
RAW_UMBER
public static final int RAW_UMBERThis color constant "Raw Umber" has RGBA8888 code734A12FF, L 0.3254902, A 0.5137255, B 0.54509807, alpha 1.0, hue 0.19879162, saturation 0.9035079, and chroma 0.09391262. It has the encoded Oklab value0xff8b8353.@ @ @ @ @ @
- See Also:
-
RAZZMATAZZ
public static final int RAZZMATAZZThis color constant "Razzamatazz" has RGBA8888 codeE30B5CFF, L 0.45882353, A 0.6156863, B 0.5137255, alpha 1.0, hue 0.021096015, saturation 0.96080923, and chroma 0.23208517. It has the encoded Oklab value0xff839d75.@ @ @ @ @ @
- See Also:
-
RED
public static final int REDThis color constant "Red" has RGBA8888 codeFF0000FF, L 0.49803922, A 0.6117647, B 0.56078434, alpha 1.0, hue 0.0802403, saturation 0.98868626, and chroma 0.25345513. It has the encoded Oklab value0xff8f9c7f.@ @ @ @ @ @
- See Also:
-
RED_BEAN
public static final int RED_BEANThis color constant "Red Bean" has RGBA8888 code672422FF, L 0.23529412, A 0.54509807, B 0.52156866, alpha 1.0, hue 0.07379155, saturation 0.6544589, and chroma 0.09959023. It has the encoded Oklab value0xff858b3c.@ @ @ @ @ @
- See Also:
-
RED_BIRCH
public static final int RED_BIRCHThis color constant "Red Birch" has RGBA8888 code9D2B22FF, L 0.3372549, A 0.5647059, B 0.5372549, alpha 1.0, hue 0.08462641, saturation 0.75858015, and chroma 0.14874557. It has the encoded Oklab value0xff899056.@ @ @ @ @ @
- See Also:
-
RED_INCENSE
public static final int RED_INCENSEThis color constant "Red Incense" has RGBA8888 codeF07F5EFF, L 0.6313726, A 0.5529412, B 0.5411765, alpha 1.0, hue 0.105992556, saturation 0.5478306, and chroma 0.1336143. It has the encoded Oklab value0xff8a8da1.@ @ @ @ @ @
- See Also:
-
RED_DYE_TURMERIC
public static final int RED_DYE_TURMERICThis color constant "Red Dye Turmeric" has RGBA8888 codeFB8136FF, L 0.6431373, A 0.54901963, B 0.56078434, alpha 1.0, hue 0.14140569, saturation 0.7929049, and chroma 0.1555649. It has the encoded Oklab value0xff8f8ca4.@ @ @ @ @ @
- See Also:
-
RED_KITE
public static final int RED_KITEThis color constant "Red Kite" has RGBA8888 code913228FF, L 0.32941177, A 0.5568628, B 0.5294118, alpha 1.0, hue 0.0779789, saturation 0.6666667, and chroma 0.12753771. It has the encoded Oklab value0xff878e54.@ @ @ @ @ @
- See Also:
-
RED_OCHRE
public static final int RED_OCHREThis color constant "Red Ochre" has RGBA8888 code9F5233FF, L 0.4117647, A 0.5372549, B 0.5372549, alpha 1.0, hue 0.125, saturation 0.65777373, and chroma 0.104961164. It has the encoded Oklab value0xff898969.@ @ @ @ @ @
- See Also:
-
RED_PIGMENT
public static final int RED_PIGMENTThis color constant "Red Pigment" has RGBA8888 codeED1C24FF, L 0.4745098, A 0.6039216, B 0.54901963, alpha 1.0, hue 0.07141628, saturation 0.9220507, and chroma 0.22890759. It has the encoded Oklab value0xff8c9a79.@ @ @ @ @ @
- See Also:
-
RED_PLUM
public static final int RED_PLUMThis color constant "Red Plum" has RGBA8888 codeDB5A6BFF, L 0.53333336, A 0.57254905, B 0.5176471, alpha 1.0, hue 0.04095457, saturation 0.5694749, and chroma 0.14874557. It has the encoded Oklab value0xff849288.@ @ @ @ @ @
- See Also:
-
RED_VIOLET
public static final int RED_VIOLETThis color constant "Red Violet" has RGBA8888 codeC71585FF, L 0.42745098, A 0.6117647, B 0.4745098, alpha 1.0, hue 0.9675296, saturation 0.94013286, and chroma 0.22837369. It has the encoded Oklab value0xff799c6d.@ @ @ @ @ @
- See Also:
-
RED_WISTERIA
public static final int RED_WISTERIAThis color constant "Red Wisteria" has RGBA8888 codeBB7796FF, L 0.5568628, A 0.5411765, B 0.49019608, alpha 1.0, hue 0.97137564, saturation 0.2981424, and chroma 0.084324345. It has the encoded Oklab value0xff7d8a8e.@ @ @ @ @ @
- See Also:
-
RICH_CARMINE
public static final int RICH_CARMINEThis color constant "Rich Carmine" has RGBA8888 codeD70040FF, L 0.42745098, A 0.60784316, B 0.5294118, alpha 1.0, hue 0.04429303, saturation 0.9706813, and chroma 0.22269051. It has the encoded Oklab value0xff879b6d.@ @ @ @ @ @
- See Also:
-
RICH_GARDENIA
public static final int RICH_GARDENIAThis color constant "Rich Gardenia" has RGBA8888 codeF57F4FFF, L 0.63529414, A 0.5529412, B 0.54901963, alpha 1.0, hue 0.11910819, saturation 0.6368324, and chroma 0.14373726. It has the encoded Oklab value0xff8c8da2.@ @ @ @ @ @
- See Also:
-
RINSED_OUT_RED
public static final int RINSED_OUT_REDThis color constant "Rinsed Out Red" has RGBA8888 codeFF7952FF, L 0.6392157, A 0.56078434, B 0.54901963, alpha 1.0, hue 0.10859431, saturation 0.62471294, and chroma 0.1555649. It has the encoded Oklab value0xff8c8fa3.@ @ @ @ @ @
- See Also:
-
RIKAN_BROWN
public static final int RIKAN_BROWNThis color constant "Rikan Brown" has RGBA8888 code534A32FF, L 0.2901961, A 0.49803922, B 0.5176471, alpha 1.0, hue 0.25, saturation 0.41666666, and chroma 0.0353726. It has the encoded Oklab value0xff847f4a.@ @ @ @ @ @
- See Also:
-
ROBIN_EGG_BLUE
public static final int ROBIN_EGG_BLUEThis color constant "Robin Egg Blue" has RGBA8888 code00CCCCFF, L 0.6901961, A 0.43529412, B 0.48235294, alpha 1.0, hue 0.5389897, saturation 0.9162457, and chroma 0.1336143. It has the encoded Oklab value0xff7b6fb0.@ @ @ @ @ @
- See Also:
-
ROSE
public static final int ROSEThis color constant "Rose" has RGBA8888 codeFF007FFF, L 0.52156866, A 0.6313726, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.98550725, and chroma 0.2617479. It has the encoded Oklab value0xff7fa185.@ @ @ @ @ @
- See Also:
-
ROSE_MADDER
public static final int ROSE_MADDERThis color constant "Rose Madder" has RGBA8888 codeE32636FF, L 0.4627451, A 0.6, B 0.5411765, alpha 1.0, hue 0.063700125, saturation 0.8962282, and chroma 0.21544659. It has the encoded Oklab value0xff8a9976.@ @ @ @ @ @
- See Also:
-
ROSE_TAUPE
public static final int ROSE_TAUPEThis color constant "Rose Taupe" has RGBA8888 code905D5DFF, L 0.42352942, A 0.5294118, B 0.50980395, alpha 1.0, hue 0.057100154, saturation 0.2848001, and chroma 0.061763234. It has the encoded Oklab value0xff82876c.@ @ @ @ @ @
- See Also:
-
ROYAL_BLUE
public static final int ROYAL_BLUEThis color constant "Royal Blue" has RGBA8888 code4169E1FF, L 0.44705883, A 0.49019608, B 0.40784314, alpha 1.0, hue 0.736195, saturation 0.4397484, and chroma 0.18462972. It has the encoded Oklab value0xff687d72.@ @ @ @ @ @
- See Also:
-
ROYAL_PURPLE
public static final int ROYAL_PURPLEThis color constant "Royal Purple" has RGBA8888 code6B3FA0FF, L 0.34901962, A 0.5411765, B 0.43529412, alpha 1.0, hue 0.84585714, saturation 0.5710732, and chroma 0.15279381. It has the encoded Oklab value0xff6f8a59.@ @ @ @ @ @
- See Also:
-
RUBY
public static final int RUBYThis color constant "Ruby" has RGBA8888 codeE0115FFF, L 0.45490196, A 0.6156863, B 0.50980395, alpha 1.0, hue 0.0158628, saturation 0.97256863, and chroma 0.23129487. It has the encoded Oklab value0xff829d74.@ @ @ @ @ @
- See Also:
-
RUSSET
public static final int RUSSETThis color constant "Russet" has RGBA8888 code80461BFF, L 0.3372549, A 0.5254902, B 0.5411765, alpha 1.0, hue 0.15980223, saturation 0.8149003, and chroma 0.096477255. It has the encoded Oklab value0xff8a8656.@ @ @ @ @ @
- See Also:
-
RUST
public static final int RUSTThis color constant "Rust" has RGBA8888 codeB7410EFF, L 0.4117647, A 0.56078434, B 0.5529412, alpha 1.0, hue 0.11440556, saturation 0.9046933, and chroma 0.1605844. It has the encoded Oklab value0xff8d8f69.@ @ @ @ @ @
- See Also:
-
RUSTED_LIGHT_BLUE
public static final int RUSTED_LIGHT_BLUEThis color constant "Rusted Light Blue" has RGBA8888 code6A7F7AFF, L 0.4745098, A 0.4862745, B 0.49803922, alpha 1.0, hue 0.5, saturation 0.2, and chroma 0.027621359. It has the encoded Oklab value0xff7f7c79.@ @ @ @ @ @
- See Also:
-
RUSTY_CELADON
public static final int RUSTY_CELADONThis color constant "Rusty Celadon" has RGBA8888 code898A74FF, L 0.53333336, A 0.49411765, B 0.5137255, alpha 1.0, hue 0.28898975, saturation 0.22287057, and chroma 0.029749114. It has the encoded Oklab value0xff837e88.@ @ @ @ @ @
- See Also:
-
RUSTY_STORAGE
public static final int RUSTY_STORAGEThis color constant "Rusty Storage" has RGBA8888 code455859FF, L 0.3254902, A 0.4862745, B 0.49411765, alpha 1.0, hue 0.5512084, saturation 0.2874798, and chroma 0.029749114. It has the encoded Oklab value0xff7e7c53.@ @ @ @ @ @
- See Also:
-
RUSTY_STOREROOM
public static final int RUSTY_STOREROOMThis color constant "Rusty Storeroom" has RGBA8888 code3A403BFF, L 0.24313726, A 0.49411765, B 0.5019608, alpha 1.0, hue 0.375, saturation 0.09123959, and chroma 0.012352647. It has the encoded Oklab value0xff807e3e.@ @ @ @ @ @
- See Also:
-
SAFETY_ORANGE
public static final int SAFETY_ORANGEThis color constant "Safety Orange" has RGBA8888 codeFF6600FF, L 0.59607846, A 0.5647059, B 0.5686275, alpha 1.0, hue 0.12954596, saturation 0.9342957, and chroma 0.18790646. It has the encoded Oklab value0xff919098.@ @ @ @ @ @
- See Also:
-
SAFFLOWER
public static final int SAFFLOWERThis color constant "Safflower" has RGBA8888 code5A4F74FF, L 0.3372549, A 0.5137255, B 0.47058824, alpha 1.0, hue 0.8326245, saturation 0.23712523, and chroma 0.064659946. It has the encoded Oklab value0xff788356.@ @ @ @ @ @
- See Also:
-
SAFFRON
public static final int SAFFRONThis color constant "Saffron" has RGBA8888 codeF4C430FF, L 0.7882353, A 0.49411765, B 0.5764706, alpha 1.0, hue 0.25795132, saturation 0.8706515, and chroma 0.15279381. It has the encoded Oklab value0xff937ec9.@ @ @ @ @ @
- See Also:
-
SALMON
public static final int SALMONThis color constant "Salmon" has RGBA8888 codeFF8C69FF, L 0.68235296, A 0.5529412, B 0.5411765, alpha 1.0, hue 0.105992556, saturation 0.5160723, and chroma 0.1336143. It has the encoded Oklab value0xff8a8dae.@ @ @ @ @ @
- See Also:
-
SANDY_BROWN
public static final int SANDY_BROWNThis color constant "Sandy Brown" has RGBA8888 codeF4A460FF, L 0.7176471, A 0.5254902, B 0.5529412, alpha 1.0, hue 0.17620845, saturation 0.63887656, and chroma 0.11705722. It has the encoded Oklab value0xff8d86b7.@ @ @ @ @ @
- See Also:
-
SANGRIA
public static final int SANGRIAThis color constant "Sangria" has RGBA8888 code92000AFF, L 0.28235295, A 0.5764706, B 0.5411765, alpha 1.0, hue 0.08002978, saturation 0.97129464, and chroma 0.17302527. It has the encoded Oklab value0xff8a9348.@ @ @ @ @ @
- See Also:
-
SAPPHIRE
public static final int SAPPHIREThis color constant "Sapphire" has RGBA8888 code082567FF, L 0.16862746, A 0.49019608, B 0.43137255, alpha 1.0, hue 0.7313617, saturation 0.62244517, and chroma 0.1381068. It has the encoded Oklab value0xff6e7d2b.@ @ @ @ @ @
- See Also:
-
SAPPANWOOD
public static final int SAPPANWOODThis color constant "Sappanwood" has RGBA8888 code7E2639FF, L 0.28235295, A 0.56078434, B 0.50980395, alpha 1.0, hue 0.029498879, saturation 0.70777476, and chroma 0.12265874. It has the encoded Oklab value0xff828f48.@ @ @ @ @ @
- See Also:
-
SAPPANWOOD_INCENSE
public static final int SAPPANWOOD_INCENSEThis color constant "Sappanwood Incense" has RGBA8888 codeA24F46FF, L 0.4117647, A 0.54509807, B 0.5254902, alpha 1.0, hue 0.08404553, saturation 0.4709303, and chroma 0.10320191. It has the encoded Oklab value0xff868b69.@ @ @ @ @ @
- See Also:
-
SAWTOOTH_OAK
public static final int SAWTOOTH_OAKThis color constant "Sawtooth Oak" has RGBA8888 codeEC956CFF, L 0.6745098, A 0.5372549, B 0.5372549, alpha 1.0, hue 0.125, saturation 0.47939444, and chroma 0.104961164. It has the encoded Oklab value0xff8989ac.@ @ @ @ @ @
- See Also:
-
SCARLET
public static final int SCARLETThis color constant "Scarlet" has RGBA8888 codeFF2400FF, L 0.50980395, A 0.6039216, B 0.56078434, alpha 1.0, hue 0.085140646, saturation 0.9230797, and chroma 0.23984502. It has the encoded Oklab value0xff8f9a82.@ @ @ @ @ @
- See Also:
-
SCHOOL_BUS_YELLOW
public static final int SCHOOL_BUS_YELLOWThis color constant "School Bus Yellow" has RGBA8888 codeFFD800FF, L 0.8509804, A 0.4862745, B 0.5882353, alpha 1.0, hue 0.2706426, saturation 0.9467276, and chroma 0.17789528. It has the encoded Oklab value0xff967cd9.@ @ @ @ @ @
- See Also:
-
SCORCHED_BROWN
public static final int SCORCHED_BROWNThis color constant "Scorched Brown" has RGBA8888 code351F19FF, L 0.14509805, A 0.5137255, B 0.50980395, alpha 1.0, hue 0.10241663, saturation 0.3846154, and chroma 0.033602834. It has the encoded Oklab value0xff828325.@ @ @ @ @ @
- See Also:
-
SEA_GREEN
public static final int SEA_GREENThis color constant "Sea Green" has RGBA8888 code2E8B57FF, L 0.45882353, A 0.44313726, B 0.52156866, alpha 1.0, hue 0.43555963, saturation 0.7811049, and chroma 0.12115674. It has the encoded Oklab value0xff857175.@ @ @ @ @ @
- See Also:
-
SEASHELL
public static final int SEASHELLThis color constant "Seashell" has RGBA8888 codeFFF5EEFF, L 0.96862745, A 0.5019608, B 0.5019608, alpha 1.0, hue 0.125, saturation 0.03771236, and chroma 0.0055242716. It has the encoded Oklab value0xff8080f7.@ @ @ @ @ @
- See Also:
-
SELECTIVE_YELLOW
public static final int SELECTIVE_YELLOWThis color constant "Selective Yellow" has RGBA8888 codeFFBA00FF, L 0.7764706, A 0.5058824, B 0.58431375, alpha 1.0, hue 0.23557091, saturation 0.96046615, and chroma 0.16837704. It has the encoded Oklab value0xff9581c6.@ @ @ @ @ @
- See Also:
-
SEN_NO_RIKYUS_TEA
public static final int SEN_NO_RIKYUS_TEAThis color constant "Sen No Rikyu's Tea" has RGBA8888 code826B58FF, L 0.4392157, A 0.5058824, B 0.5176471, alpha 1.0, hue 0.1894406, saturation 0.3167744, and chroma 0.03705794. It has the encoded Oklab value0xff848170.@ @ @ @ @ @
- See Also:
-
SEPIA
public static final int SEPIAThis color constant "Sepia" has RGBA8888 code704214FF, L 0.30588236, A 0.5176471, B 0.5411765, alpha 1.0, hue 0.18210036, saturation 0.8630747, and chroma 0.08924734. It has the encoded Oklab value0xff8a844e.@ @ @ @ @ @
- See Also:
-
SHAMROCK_GREEN
public static final int SHAMROCK_GREENThis color constant "Shamrock Green" has RGBA8888 code009E60FF, L 0.5137255, A 0.42745098, B 0.5254902, alpha 1.0, hue 0.44097084, saturation 0.9421077, and chroma 0.15319274. It has the encoded Oklab value0xff866d83.@ @ @ @ @ @
- See Also:
-
SHOCKING_PINK
public static final int SHOCKING_PINKThis color constant "Shocking Pink" has RGBA8888 codeFC0FC0FF, L 0.54901963, A 0.63529414, B 0.4509804, alpha 1.0, hue 0.9474314, saturation 0.9736842, and chroma 0.28667724. It has the encoded Oklab value0xff73a28c.@ @ @ @ @ @
- See Also:
-
SHRIMP_BROWN
public static final int SHRIMP_BROWNThis color constant "Shrimp Brown" has RGBA8888 code5E2824FF, L 0.22745098, A 0.5372549, B 0.5176471, alpha 1.0, hue 0.07379155, saturation 0.559017, and chroma 0.0821242. It has the encoded Oklab value0xff84893a.@ @ @ @ @ @
- See Also:
-
SILK_CREPE_BROWN
public static final int SILK_CREPE_BROWNThis color constant "Silk Crepe Brown" has RGBA8888 code354E4BFF, L 0.28235295, A 0.48235294, B 0.49411765, alpha 1.0, hue 0.5389897, saturation 0.41231054, and chroma 0.03705794. It has the encoded Oklab value0xff7e7b48.@ @ @ @ @ @
- See Also:
-
SILVER
public static final int SILVERThis color constant "Silver" has RGBA8888 codeC0C0C0FF, L 0.7529412, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7fc0.@ @ @ @ @ @
- See Also:
-
SILVER_GREY
public static final int SILVER_GREYThis color constant "Silver Grey" has RGBA8888 code97867CFF, L 0.5411765, A 0.5058824, B 0.5058824, alpha 1.0, hue 0.125, saturation 0.11091871, and chroma 0.016572814. It has the encoded Oklab value0xff81818a.@ @ @ @ @ @
- See Also:
-
SILVERED_RED
public static final int SILVERED_REDThis color constant "Silvered Red" has RGBA8888 codeBC2D29FF, L 0.39607844, A 0.5803922, B 0.5411765, alpha 1.0, hue 0.07679413, saturation 0.81746686, and chroma 0.17994207. It has the encoded Oklab value0xff8a9465.@ @ @ @ @ @
- See Also:
-
SIMMERED_SEAWEED
public static final int SIMMERED_SEAWEEDThis color constant "Simmered Seawead" has RGBA8888 code4C3D30FF, L 0.2509804, A 0.5058824, B 0.5137255, alpha 1.0, hue 0.17620845, saturation 0.3577709, and chroma 0.029749114. It has the encoded Oklab value0xff838140.@ @ @ @ @ @
- See Also:
-
SISKIN_SPROUT_YELLOW
public static final int SISKIN_SPROUT_YELLOWThis color constant "Siskin Sprout Yellow" has RGBA8888 code7A942EFF, L 0.5294118, A 0.4627451, B 0.5568628, alpha 1.0, hue 0.33601037, saturation 0.8329931, and chroma 0.13542919. It has the encoded Oklab value0xff8e7687.@ @ @ @ @ @
- See Also:
-
SKY
public static final int SKYThis color constant "Sky" has RGBA8888 code4D8FACFF, L 0.52156866, A 0.47058824, B 0.47058824, alpha 1.0, hue 0.625, saturation 0.5999694, and chroma 0.082864076. It has the encoded Oklab value0xff787885.@ @ @ @ @ @
- See Also:
-
SKY_BLUE
public static final int SKY_BLUEThis color constant "Sky Blue" has RGBA8888 code87CEEBFF, L 0.7607843, A 0.47058824, B 0.47058824, alpha 1.0, hue 0.625, saturation 0.47140452, and chroma 0.082864076. It has the encoded Oklab value0xff7878c2.@ @ @ @ @ @
- See Also:
-
SLATE_GRAY
public static final int SLATE_GRAYThis color constant "Slate Gray" has RGBA8888 code708090FF, L 0.49411765, A 0.49411765, B 0.48235294, alpha 1.0, hue 0.7110103, saturation 0.13976629, and chroma 0.03705794. It has the encoded Oklab value0xff7b7e7e.@ @ @ @ @ @
- See Also:
-
SMALT
public static final int SMALTThis color constant "Smalt" has RGBA8888 code003399FF, L 0.24313726, A 0.4862745, B 0.4117647, alpha 1.0, hue 0.72843033, saturation 0.8539848, and chroma 0.17789528. It has the encoded Oklab value0xff697c3e.@ @ @ @ @ @
- See Also:
-
SOOTY_BAMBOO
public static final int SOOTY_BAMBOOThis color constant "Sooty Bamboo" has RGBA8888 code593A27FF, L 0.25882354, A 0.5137255, B 0.52156866, alpha 1.0, hue 0.15641639, saturation 0.5341557, and chroma 0.050931267. It has the encoded Oklab value0xff858342.@ @ @ @ @ @
- See Also:
-
SOOTY_WILLOW_BAMBOO
public static final int SOOTY_WILLOW_BAMBOOThis color constant "Sooty Willow Bamboo" has RGBA8888 code4D4B3AFF, L 0.2901961, A 0.49411765, B 0.5137255, alpha 1.0, hue 0.28898975, saturation 0.32984844, and chroma 0.029749114. It has the encoded Oklab value0xff837e4a.@ @ @ @ @ @
- See Also:
-
SPARROW_BROWN
public static final int SPARROW_BROWNThis color constant "Sparrow Brown" has RGBA8888 code8C4736FF, L 0.36078432, A 0.5372549, B 0.5254902, alpha 1.0, hue 0.09720023, saturation 0.4882622, and chroma 0.08992863. It has the encoded Oklab value0xff86895c.@ @ @ @ @ @
- See Also:
-
SPRING_BUD
public static final int SPRING_BUDThis color constant "Spring Bud" has RGBA8888 codeA7FC00FF, L 0.8666667, A 0.42352942, B 0.5921569, alpha 1.0, hue 0.35657662, saturation 0.95657676, and chroma 0.23856924. It has the encoded Oklab value0xff976cdd.@ @ @ @ @ @
- See Also:
-
SPRING_GREEN
public static final int SPRING_GREENThis color constant "Spring Green" has RGBA8888 code00FF7FFF, L 0.8235294, A 0.39607844, B 0.54901963, alpha 1.0, hue 0.42620847, saturation 0.95307815, and chroma 0.22890759. It has the encoded Oklab value0xff8c65d2.@ @ @ @ @ @
- See Also:
-
STAINED_RED
public static final int STAINED_REDThis color constant "Stained Red" has RGBA8888 code78779BFF, L 0.48235294, A 0.5058824, B 0.4745098, alpha 1.0, hue 0.8012084, saturation 0.13749033, and chroma 0.052115876. It has the encoded Oklab value0xff79817b.@ @ @ @ @ @
- See Also:
-
STEAMED_CHESTNUT
public static final int STEAMED_CHESTNUTThis color constant "Steamed Chestnut" has RGBA8888 codeD3B17DFF, L 0.7137255, A 0.5058824, B 0.53333336, alpha 1.0, hue 0.21519771, saturation 0.4190702, and chroma 0.06743233. It has the encoded Oklab value0xff8881b6.@ @ @ @ @ @
- See Also:
-
STEEL_BLUE
public static final int STEEL_BLUEThis color constant "Steel Blue" has RGBA8888 code4682B4FF, L 0.4862745, A 0.47843137, B 0.45490196, alpha 1.0, hue 0.68210036, saturation 0.5753831, and chroma 0.09959023. It has the encoded Oklab value0xff747a7c.@ @ @ @ @ @
- See Also:
-
STOREROOM_BROWN
public static final int STOREROOM_BROWNThis color constant "Storeroom Brown" has RGBA8888 code3D4035FF, L 0.24313726, A 0.49411765, B 0.5058824, alpha 1.0, hue 0.32379153, saturation 0.186339, and chroma 0.016572814. It has the encoded Oklab value0xff817e3e.@ @ @ @ @ @
- See Also:
-
STYLISH_PERSIMMON
public static final int STYLISH_PERSIMMONThis color constant "Stylish Persimnmon" has RGBA8888 codeFFA26BFF, L 0.7294118, A 0.53333336, B 0.54509807, alpha 1.0, hue 0.14758338, saturation 0.53571427, and chroma 0.11172148. It has the encoded Oklab value0xff8b88ba.@ @ @ @ @ @
- See Also:
-
SUMAC
public static final int SUMACThis color constant "Sumac" has RGBA8888 code592B1FFF, L 0.22352941, A 0.5294118, B 0.52156866, alpha 1.0, hue 0.10241663, saturation 0.5882353, and chroma 0.07266045. It has the encoded Oklab value0xff858739.@ @ @ @ @ @
- See Also:
-
SUMAC_DYED
public static final int SUMAC_DYEDThis color constant "Sumac Dyed" has RGBA8888 codeE08A1EFF, L 0.62352943, A 0.5254902, B 0.5686275, alpha 1.0, hue 0.19097084, saturation 0.8982887, and chroma 0.14584495. It has the encoded Oklab value0xff91869f.@ @ @ @ @ @
- See Also:
-
TAN
public static final int TANThis color constant "Tan" has RGBA8888 codeD2B48CFF, L 0.7254902, A 0.5058824, B 0.5254902, alpha 1.0, hue 0.20570697, saturation 0.3165265, and chroma 0.052115876. It has the encoded Oklab value0xff8681b9.@ @ @ @ @ @
- See Also:
-
TANGERINE
public static final int TANGERINEThis color constant "Tangerine" has RGBA8888 codeF28500FF, L 0.63529414, A 0.5372549, B 0.57254905, alpha 1.0, hue 0.17289318, saturation 0.9335179, and chroma 0.16247371. It has the encoded Oklab value0xff9289a2.@ @ @ @ @ @
- See Also:
-
TANGERINE_YELLOW
public static final int TANGERINE_YELLOWThis color constant "Tangerine Yellow" has RGBA8888 codeFFCC00FF, L 0.81960785, A 0.49411765, B 0.5882353, alpha 1.0, hue 0.25691554, saturation 0.979648, and chroma 0.17617144. It has the encoded Oklab value0xff967ed1.@ @ @ @ @ @
- See Also:
-
TATARIAN_ASTER
public static final int TATARIAN_ASTERThis color constant "Tatarian Aster" has RGBA8888 code976E9AFF, L 0.49411765, A 0.5294118, B 0.4745098, alpha 1.0, hue 0.89758337, saturation 0.25641027, and chroma 0.07753685. It has the encoded Oklab value0xff79877e.@ @ @ @ @ @
- See Also:
-
TAUPE
public static final int TAUPEThis color constant "Taupe" has RGBA8888 code483C32FF, L 0.24313726, A 0.5058824, B 0.50980395, alpha 1.0, hue 0.15641639, saturation 0.2773501, and chroma 0.022777155. It has the encoded Oklab value0xff82813e.@ @ @ @ @ @
- See Also:
-
TAWNY
public static final int TAWNYThis color constant "Tawny" has RGBA8888 codeCD5700FF, L 0.4862745, A 0.5529412, B 0.56078434, alpha 1.0, hue 0.13559444, saturation 0.9243605, and chroma 0.1605844. It has the encoded Oklab value0xff8f8d7c.@ @ @ @ @ @
- See Also:
-
TEA_GARDEN_CONTEMPLATION
public static final int TEA_GARDEN_CONTEMPLATIONThis color constant "Tea Garden Contemplation" has RGBA8888 code665343FF, L 0.34117648, A 0.5058824, B 0.5137255, alpha 1.0, hue 0.17620845, saturation 0.2981424, and chroma 0.029749114. It has the encoded Oklab value0xff838157.@ @ @ @ @ @
- See Also:
-
TEA_GREEN
public static final int TEA_GREENThis color constant "Tea Green" has RGBA8888 codeD0F0C0FF, L 0.89411765, A 0.4745098, B 0.52156866, alpha 1.0, hue 0.375, saturation 0.23247345, and chroma 0.06652104. It has the encoded Oklab value0xff8579e4.@ @ @ @ @ @
- See Also:
-
TEA_ORANGE
public static final int TEA_ORANGEThis color constant "Tea Orange" has RGBA8888 codeF88379FF, L 0.65882355, A 0.5568628, B 0.5254902, alpha 1.0, hue 0.069491126, saturation 0.41382366, and chroma 0.124142565. It has the encoded Oklab value0xff868ea8.@ @ @ @ @ @
- See Also:
-
TEA_ROSE
public static final int TEA_ROSEThis color constant "Tea Rose" has RGBA8888 codeF4C2C2FF, L 0.8156863, A 0.52156866, B 0.5058824, alpha 1.0, hue 0.051208384, saturation 0.13900122, and chroma 0.044538103. It has the encoded Oklab value0xff8185d0.@ @ @ @ @ @
- See Also:
-
TEAL
public static final int TEALThis color constant "Teal" has RGBA8888 code008080FF, L 0.43137255, A 0.4509804, B 0.4862745, alpha 1.0, hue 0.5389897, saturation 0.9162457, and chroma 0.10141215. It has the encoded Oklab value0xff7c736e.@ @ @ @ @ @
- See Also:
-
TERRA_COTTA
public static final int TERRA_COTTAThis color constant "Terra Cotta" has RGBA8888 codeE2725BFF, L 0.58431375, A 0.5529412, B 0.5372549, alpha 1.0, hue 0.09871597, saturation 0.52135307, and chroma 0.12896542. It has the encoded Oklab value0xff898d95.@ @ @ @ @ @
- See Also:
-
THIN_VIOLET
public static final int THIN_VIOLETThis color constant "Thin Violet" has RGBA8888 codeA87CA0FF, L 0.54901963, A 0.5294118, B 0.48235294, alpha 1.0, hue 0.92620844, saturation 0.22643727, and chroma 0.068331465. It has the encoded Oklab value0xff7b878c.@ @ @ @ @ @
- See Also:
-
THISTLE
public static final int THISTLEThis color constant "Thistle" has RGBA8888 codeD8BFD8FF, L 0.78431374, A 0.5137255, B 0.4862745, alpha 1.0, hue 0.89758337, saturation 0.094339624, and chroma 0.038669903. It has the encoded Oklab value0xff7c83c8.@ @ @ @ @ @
- See Also:
-
THOUSAND_HERB
public static final int THOUSAND_HERBThis color constant "Thousand Herb" has RGBA8888 code317589FF, L 0.41568628, A 0.46666667, B 0.4745098, alpha 1.0, hue 0.60241663, saturation 0.7407407, and chroma 0.0835974. It has the encoded Oklab value0xff79776a.@ @ @ @ @ @
- See Also:
-
THOUSAND_YEAR_OLD_BROWN
public static final int THOUSAND_YEAR_OLD_BROWNThis color constant "Thousand Year Old Brown" has RGBA8888 code3B3429FF, L 0.20784314, A 0.5019608, B 0.50980395, alpha 1.0, hue 0.19879162, saturation 0.3011693, and chroma 0.019918045. It has the encoded Oklab value0xff828035.@ @ @ @ @ @
- See Also:
-
THOUSAND_YEAR_OLD_GREEN
public static final int THOUSAND_YEAR_OLD_GREENThis color constant "Thousand Year Old Green" has RGBA8888 code374231FF, L 0.24313726, A 0.4862745, B 0.50980395, alpha 1.0, hue 0.375, saturation 0.27371874, and chroma 0.033602834. It has the encoded Oklab value0xff827c3e.@ @ @ @ @ @
- See Also:
-
THRICE_DYED_CRIMSON
public static final int THRICE_DYED_CRIMSONThis color constant "Thrice Dyed Crimson" has RGBA8888 codeF7665AFF, L 0.5921569, A 0.57254905, B 0.5372549, alpha 1.0, hue 0.07710682, saturation 0.5725576, and chroma 0.16247371. It has the encoded Oklab value0xff899297.@ @ @ @ @ @
- See Also:
-
TOMATO
public static final int TOMATOThis color constant "Tomato" has RGBA8888 codeFF6347FF, L 0.59607846, A 0.5764706, B 0.54901963, alpha 1.0, hue 0.09173302, saturation 0.6626034, and chroma 0.1809568. It has the encoded Oklab value0xff8c9398.@ @ @ @ @ @
- See Also:
-
TREE_PEONY
public static final int TREE_PEONYThis color constant "Tree Peony" has RGBA8888 codeA4345DFF, L 0.3764706, A 0.5764706, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.71428573, and chroma 0.15239382. It has the encoded Oklab value0xff7f9360.@ @ @ @ @ @
- See Also:
-
TRUE_PINK
public static final int TRUE_PINKThis color constant "True Pink" has RGBA8888 codeFFC0CBFF, L 0.827451, A 0.5294118, B 0.5019608, alpha 1.0, hue 0.019791542, saturation 0.17526647, and chroma 0.058723815. It has the encoded Oklab value0xff8087d3.@ @ @ @ @ @
- See Also:
-
TRUE_RED
public static final int TRUE_REDThis color constant "True Red" has RGBA8888 code8F1D21FF, L 0.29803923, A 0.5686275, B 0.5294118, alpha 1.0, hue 0.06656226, saturation 0.82073814, and chroma 0.14874557. It has the encoded Oklab value0xff87914c.@ @ @ @ @ @
- See Also:
-
TURMERIC
public static final int TURMERICThis color constant "Turmeric" has RGBA8888 codeE69B3AFF, L 0.6745098, A 0.5176471, B 0.5647059, alpha 1.0, hue 0.20447324, saturation 0.8054566, and chroma 0.1336143. It has the encoded Oklab value0xff9084ac.@ @ @ @ @ @
- See Also:
-
TURQUOISE
public static final int TURQUOISEThis color constant "Turquoise" has RGBA8888 code30D5C8FF, L 0.72156864, A 0.43529412, B 0.49019608, alpha 1.0, hue 0.51979154, saturation 0.84865874, and chroma 0.1303775. It has the encoded Oklab value0xff7d6fb8.@ @ @ @ @ @
- See Also:
-
TYRIAN_PURPLE
public static final int TYRIAN_PURPLEThis color constant "Tyrian Purple" has RGBA8888 code66023CFF, L 0.21176471, A 0.57254905, B 0.49019608, alpha 1.0, hue 0.9833083, saturation 0.97974217, and chroma 0.14584495. It has the encoded Oklab value0xff7d9236.@ @ @ @ @ @
- See Also:
-
ULTRAMARINE
public static final int ULTRAMARINEThis color constant "Ultramarine" has RGBA8888 code120A8FFF, L 0.1764706, A 0.49411765, B 0.39607844, alpha 1.0, hue 0.74388164, saturation 0.929258, and chroma 0.20736265. It has the encoded Oklab value0xff657e2d.@ @ @ @ @ @
- See Also:
-
ULTRAMARINE_DYE
public static final int ULTRAMARINE_DYEThis color constant "Ultramarine Dye" has RGBA8888 code5D8CAEFF, L 0.52156866, A 0.47843137, B 0.46666667, alpha 1.0, hue 0.66109616, saturation 0.48379388, and chroma 0.079095535. It has the encoded Oklab value0xff777a85.@ @ @ @ @ @
- See Also:
-
UNBLEACHED_SILK
public static final int UNBLEACHED_SILKThis color constant "Unbleached Silk" has RGBA8888 codeFFDDCAFF, L 0.8980392, A 0.50980395, B 0.5137255, alpha 1.0, hue 0.14758338, saturation 0.15625, and chroma 0.033602834. It has the encoded Oklab value0xff8382e5.@ @ @ @ @ @
- See Also:
-
UNDRIED_WALL
public static final int UNDRIED_WALLThis color constant "Undried Wall" has RGBA8888 code785E49FF, L 0.3882353, A 0.50980395, B 0.5176471, alpha 1.0, hue 0.16398965, saturation 0.33319724, and chroma 0.040217306. It has the encoded Oklab value0xff848263.@ @ @ @ @ @
- See Also:
-
VANISHING_RED_MOUSE
public static final int VANISHING_RED_MOUSEThis color constant "Vanishing Red Mouse" has RGBA8888 code44312EFF, L 0.21176471, A 0.5137255, B 0.5058824, alpha 1.0, hue 0.07379155, saturation 0.22934031, and chroma 0.029749114. It has the encoded Oklab value0xff818336.@ @ @ @ @ @
- See Also:
-
VEGAS_GOLD
public static final int VEGAS_GOLDThis color constant "Vegas Gold" has RGBA8888 codeC5B358FF, L 0.69803923, A 0.49019608, B 0.5529412, alpha 1.0, hue 0.27258337, saturation 0.65777373, and chroma 0.107261956. It has the encoded Oklab value0xff8d7db2.@ @ @ @ @ @
- See Also:
-
VELVET
public static final int VELVETThis color constant "Velvet" has RGBA8888 code224634FF, L 0.23921569, A 0.47058824, B 0.5058824, alpha 1.0, hue 0.45570695, saturation 0.633053, and chroma 0.059754133. It has the encoded Oklab value0xff81783d.@ @ @ @ @ @
- See Also:
-
VERMILION
public static final int VERMILIONThis color constant "Vermillion" has RGBA8888 codeE34234FF, L 0.49411765, A 0.58431375, B 0.54509807, alpha 1.0, hue 0.07947329, saturation 0.7480576, and chroma 0.19048727. It has the encoded Oklab value0xff8b957e.@ @ @ @ @ @
- See Also:
-
VINE_GRAPE
public static final int VINE_GRAPEThis color constant "Vine Grape" has RGBA8888 code6D2B50FF, L 0.27058825, A 0.5529412, B 0.4862745, alpha 1.0, hue 0.9664035, saturation 0.609269, and chroma 0.10895567. It has the encoded Oklab value0xff7c8d45.@ @ @ @ @ @
- See Also:
-
VIOLET
public static final int VIOLETThis color constant "Violet" has RGBA8888 code8B00FFFF, L 0.4117647, A 0.57254905, B 0.37254903, alpha 1.0, hue 0.8352769, saturation 0.95424587, and chroma 0.29216033. It has the encoded Oklab value0xff5f9269.@ @ @ @ @ @
- See Also:
-
VIOLET_DYE
public static final int VIOLET_DYEThis color constant "Violet Dye" has RGBA8888 code5B3256FF, L 0.25882354, A 0.5372549, B 0.47843137, alpha 1.0, hue 0.92620844, saturation 0.4658475, and chroma 0.08575976. It has the encoded Oklab value0xff7a8942.@ @ @ @ @ @
- See Also:
-
VIRIDIAN
public static final int VIRIDIANThis color constant "Viridian" has RGBA8888 code40826DFF, L 0.4509804, A 0.45882353, B 0.5019608, alpha 1.0, hue 0.4841372, saturation 0.648379, and chroma 0.0821242. It has the encoded Oklab value0xff807573.@ @ @ @ @ @
- See Also:
-
WALNUT
public static final int WALNUTThis color constant "Walnut" has RGBA8888 code9F7462FF, L 0.49803922, A 0.5176471, B 0.5176471, alpha 1.0, hue 0.125, saturation 0.28861502, and chroma 0.049718447. It has the encoded Oklab value0xff84847f.@ @ @ @ @ @
- See Also:
-
WASHED_OUT_CRIMSON
public static final int WASHED_OUT_CRIMSONThis color constant "Washed Out Crimson" has RGBA8888 codeFFB3A7FF, L 0.78431374, A 0.53333336, B 0.5176471, alpha 1.0, hue 0.08070704, saturation 0.22627759, and chroma 0.07513822. It has the encoded Oklab value0xff8488c8.@ @ @ @ @ @
- See Also:
-
WASHED_OUT_PERSIMMON
public static final int WASHED_OUT_PERSIMMONThis color constant "Washed Out Persimmon" has RGBA8888 codeEC8254FF, L 0.6313726, A 0.54509807, B 0.54509807, alpha 1.0, hue 0.125, saturation 0.5954583, and chroma 0.12705825. It has the encoded Oklab value0xff8b8ba1.@ @ @ @ @ @
- See Also:
-
WATER
public static final int WATERThis color constant "Water" has RGBA8888 code86ABA5FF, L 0.63529414, A 0.47843137, B 0.49803922, alpha 1.0, hue 0.5, saturation 0.2777778, and chroma 0.04314594. It has the encoded Oklab value0xff7f7aa2.@ @ @ @ @ @
- See Also:
-
WATER_PERSIMMON
public static final int WATER_PERSIMMONThis color constant "Water Persimmon" has RGBA8888 codeB56C60FF, L 0.5058824, A 0.5372549, B 0.52156866, alpha 1.0, hue 0.08601036, saturation 0.34299716, and chroma 0.08575976. It has the encoded Oklab value0xff858981.@ @ @ @ @ @
- See Also:
-
WHEAT
public static final int WHEATThis color constant "Wheat" has RGBA8888 codeF5DEB3FF, L 0.88235295, A 0.5019608, B 0.5254902, alpha 1.0, hue 0.22741663, saturation 0.28284273, and chroma 0.050931267. It has the encoded Oklab value0xff8680e1.@ @ @ @ @ @
- See Also:
-
WHITE
public static final int WHITEThis color constant "White" has RGBA8888 codeFFFFFFFF, L 1.0, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7fff.@ @ @ @ @ @
- See Also:
-
WHITE_MOUSE
public static final int WHITE_MOUSEThis color constant "White Mouse" has RGBA8888 codeB9A193FF, L 0.6509804, A 0.50980395, B 0.50980395, alpha 1.0, hue 0.125, saturation 0.14629795, and chroma 0.027621359. It has the encoded Oklab value0xff8282a6.@ @ @ @ @ @
- See Also:
-
WHITE_OAK
public static final int WHITE_OAKThis color constant "White Oak" has RGBA8888 codeCE9F6FFF, L 0.6627451, A 0.5137255, B 0.5372549, alpha 1.0, hue 0.1894406, saturation 0.4786813, and chroma 0.079095535. It has the encoded Oklab value0xff8983a9.@ @ @ @ @ @
- See Also:
-
WHITE_TEA_DYE
public static final int WHITE_TEA_DYEThis color constant "White Tea Dye" has RGBA8888 codeC48E69FF, L 0.60784316, A 0.52156866, B 0.5294118, alpha 1.0, hue 0.14758338, saturation 0.4, and chroma 0.07266045. It has the encoded Oklab value0xff87859b.@ @ @ @ @ @
- See Also:
-
WHITISH_GREEN
public static final int WHITISH_GREENThis color constant "Whitish Green" has RGBA8888 codeA5BA93FF, L 0.69803923, A 0.47843137, B 0.5176471, alpha 1.0, hue 0.375, saturation 0.22809896, and chroma 0.055518243. It has the encoded Oklab value0xff847ab2.@ @ @ @ @ @
- See Also:
-
WILLOW_DYE
public static final int WILLOW_DYEThis color constant "Willow Dye" has RGBA8888 code8C9E5EFF, L 0.58431375, A 0.4745098, B 0.5372549, alpha 1.0, hue 0.33601037, saturation 0.5183068, and chroma 0.08992863. It has the encoded Oklab value0xff897995.@ @ @ @ @ @
- See Also:
-
WILLOW_GREY
public static final int WILLOW_GREYThis color constant "Willow Grey" has RGBA8888 code817B69FF, L 0.48235294, A 0.49803922, B 0.50980395, alpha 1.0, hue 0.25, saturation 0.1764706, and chroma 0.019918045. It has the encoded Oklab value0xff827f7b.@ @ @ @ @ @
- See Also:
-
WILLOW_TEA
public static final int WILLOW_TEAThis color constant "Willow Tea" has RGBA8888 code9C8A4DFF, L 0.5411765, A 0.49411765, B 0.5411765, alpha 1.0, hue 0.2644291, saturation 0.6136311, and chroma 0.082864076. It has the encoded Oklab value0xff8a7e8a.@ @ @ @ @ @
- See Also:
-
WILTED_LAWN_CLIPPINGS
public static final int WILTED_LAWN_CLIPPINGSThis color constant "Wilted Lawn Clippings" has RGBA8888 codeAB4C3DFF, L 0.41960785, A 0.5529412, B 0.5294118, alpha 1.0, hue 0.08262452, saturation 0.5374839, and chroma 0.120651916. It has the encoded Oklab value0xff878d6b.@ @ @ @ @ @
- See Also:
-
WILLOW_LEAVES_UNDERSIDE
public static final int WILLOW_LEAVES_UNDERSIDEThis color constant "Willow Leaves Underside" has RGBA8888 codeBCB58CFF, L 0.7058824, A 0.49411765, B 0.5254902, alpha 1.0, hue 0.27258337, saturation 0.32888687, and chroma 0.052115876. It has the encoded Oklab value0xff867eb4.@ @ @ @ @ @
- See Also:
-
WISTERIA
public static final int WISTERIAThis color constant "Wisteria" has RGBA8888 codeC9A0DCFF, L 0.69803923, A 0.5294118, B 0.46666667, alpha 1.0, hue 0.875, saturation 0.22183742, and chroma 0.08856081. It has the encoded Oklab value0xff7787b2.@ @ @ @ @ @
- See Also:
-
WISTERIA_DYE
public static final int WISTERIA_DYEThis color constant "Wisteria Dye" has RGBA8888 code89729EFF, L 0.49019608, A 0.5176471, B 0.47058824, alpha 1.0, hue 0.84871596, saturation 0.20240766, and chroma 0.068331465. It has the encoded Oklab value0xff78847d.@ @ @ @ @ @
- See Also:
-
WISTERIA_PURPLE
public static final int WISTERIA_PURPLEThis color constant "Wisteria Purple" has RGBA8888 code875F9AFF, L 0.44313726, A 0.53333336, B 0.4627451, alpha 1.0, hue 0.875, saturation 0.33941126, and chroma 0.09959023. It has the encoded Oklab value0xff768871.@ @ @ @ @ @
- See Also:
-
YELLOW
public static final int YELLOWThis color constant "Yellow" has RGBA8888 codeFFFF00FF, L 0.9529412, A 0.4627451, B 0.59607846, alpha 1.0, hue 0.30499697, saturation 0.94895214, and chroma 0.20529193. It has the encoded Oklab value0xff9876f3.@ @ @ @ @ @
- See Also:
-
YELLOW_GREEN
public static final int YELLOW_GREENThis color constant "Yellow Green" has RGBA8888 code9ACD32FF, L 0.72156864, A 0.44313726, B 0.57254905, alpha 1.0, hue 0.35106787, saturation 0.87410545, and chroma 0.1836353. It has the encoded Oklab value0xff9271b8.@ @ @ @ @ @
- See Also:
-
YELLOW_SEA_PINE_BROWN
public static final int YELLOW_SEA_PINE_BROWNThis color constant "Yellow Sea Pine Brown" has RGBA8888 code896C39FF, L 0.44313726, A 0.5019608, B 0.5372549, alpha 1.0, hue 0.2341372, saturation 0.6281172, and chroma 0.07432148. It has the encoded Oklab value0xff898071.@ @ @ @ @ @
- See Also:
-
YOUNG_BAMBOO
public static final int YOUNG_BAMBOOThis color constant "Young Bamboo" has RGBA8888 code6B9362FF, L 0.5254902, A 0.46666667, B 0.5254902, alpha 1.0, hue 0.38559446, saturation 0.39370912, and chroma 0.0835974. It has the encoded Oklab value0xff867786.@ @ @ @ @ @
- See Also:
-
ZINNWALDITE
public static final int ZINNWALDITEThis color constant "Zinnwaldite" has RGBA8888 codeEBC2AFFF, L 0.8, A 0.5137255, B 0.5176471, alpha 1.0, hue 0.14261138, saturation 0.21343748, and chroma 0.044538103. It has the encoded Oklab value0xff8483cc.@ @ @ @ @ @
- See Also:
-
DB_MIDNIGHT
public static final int DB_MIDNIGHTThis color constant "DB Midnight" has RGBA8888 code140C1CFF, L 0.0627451, A 0.50980395, B 0.47843137, alpha 1.0, hue 0.83601034, saturation 0.50703925, and chroma 0.0471994. It has the encoded Oklab value0xff7a8210.@ @ @ @ @ @
- See Also:
-
DB_DARK_LEATHER
public static final int DB_DARK_LEATHERThis color constant "DB Dark Leather" has RGBA8888 code442434FF, L 0.18431373, A 0.5294118, B 0.49019608, alpha 1.0, hue 0.9610103, saturation 0.44574115, and chroma 0.061763234. It has the encoded Oklab value0xff7d872f.@ @ @ @ @ @
- See Also:
-
DB_DEEP_OCEAN
public static final int DB_DEEP_OCEANThis color constant "DB Deep Ocean" has RGBA8888 code30346DFF, L 0.23137255, A 0.5058824, B 0.44705883, alpha 1.0, hue 0.7742946, saturation 0.43124413, and chroma 0.10611779. It has the encoded Oklab value0xff72813b.@ @ @ @ @ @
- See Also:
-
DB_LEAD
public static final int DB_LEADThis color constant "DB Lead" has RGBA8888 code4E4A4FFF, L 0.29411766, A 0.5019608, B 0.49411765, alpha 1.0, hue 0.875, saturation 0.048765983, and chroma 0.012352647. It has the encoded Oklab value0xff7e804b.@ @ @ @ @ @
- See Also:
-
DB_EARTH
public static final int DB_EARTHThis color constant "DB Earth" has RGBA8888 code854C30FF, L 0.36078432, A 0.5294118, B 0.53333336, alpha 1.0, hue 0.13435109, saturation 0.63376814, and chroma 0.08856081. It has the encoded Oklab value0xff88875c.@ @ @ @ @ @
- See Also:
-
DB_FOREST
public static final int DB_FORESTThis color constant "DB Forest" has RGBA8888 code346524FF, L 0.3372549, A 0.45490196, B 0.5372549, alpha 1.0, hue 0.38257292, saturation 0.7433034, and chroma 0.11653464. It has the encoded Oklab value0xff897456.@ @ @ @ @ @
- See Also:
-
DB_LOBSTER
public static final int DB_LOBSTERThis color constant "DB Lobster" has RGBA8888 codeD04648FF, L 0.47058824, A 0.5764706, B 0.5294118, alpha 1.0, hue 0.0605594, saturation 0.6731456, and chroma 0.1632233. It has the encoded Oklab value0xff879378.@ @ @ @ @ @
- See Also:
-
DB_DRAB
public static final int DB_DRABThis color constant "DB Drab" has RGBA8888 code757161FF, L 0.44313726, A 0.49803922, B 0.50980395, alpha 1.0, hue 0.25, saturation 0.1875, and chroma 0.019918045. It has the encoded Oklab value0xff827f71.@ @ @ @ @ @
- See Also:
-
DB_CADET_BLUE
public static final int DB_CADET_BLUEThis color constant "DB Cadet Blue" has RGBA8888 code597DCEFF, L 0.49803922, A 0.49019608, B 0.43529412, alpha 1.0, hue 0.73020846, saturation 0.39328086, and chroma 0.1303775. It has the encoded Oklab value0xff6f7d7f.@ @ @ @ @ @
- See Also:
-
DB_TAWNY_BROWN
public static final int DB_TAWNY_BROWNThis color constant "DB Tawny Brown" has RGBA8888 codeD27D2CFF, L 0.5764706, A 0.5294118, B 0.56078434, alpha 1.0, hue 0.17620845, saturation 0.8518354, and chroma 0.1345248. It has the encoded Oklab value0xff8f8793.@ @ @ @ @ @
- See Also:
-
DB_IRON
public static final int DB_IRONThis color constant "DB Iron" has RGBA8888 code8595A1FF, L 0.57254905, A 0.49019608, B 0.4862745, alpha 1.0, hue 0.65641636, saturation 0.18027756, and chroma 0.033602834. It has the encoded Oklab value0xff7c7d92.@ @ @ @ @ @
- See Also:
-
DB_PEA_SOUP
public static final int DB_PEA_SOUPThis color constant "DB Pea Soup" has RGBA8888 code6DAA2CFF, L 0.58431375, A 0.44313726, B 0.56078434, alpha 1.0, hue 0.36440554, saturation 0.83373696, and chroma 0.1658202. It has the encoded Oklab value0xff8f7195.@ @ @ @ @ @
- See Also:
-
DB_PUTTY
public static final int DB_PUTTYThis color constant "DB Putty" has RGBA8888 codeD2AA99FF, L 0.7058824, A 0.5137255, B 0.5137255, alpha 1.0, hue 0.125, saturation 0.18547063, and chroma 0.038669903. It has the encoded Oklab value0xff8383b4.@ @ @ @ @ @
- See Also:
-
DB_TURQUOISE
public static final int DB_TURQUOISEThis color constant "DB Turquoise" has RGBA8888 code6DC2CAFF, L 0.69411767, A 0.4627451, B 0.48235294, alpha 1.0, hue 0.56656224, saturation 0.5471588, and chroma 0.0821242. It has the encoded Oklab value0xff7b76b1.@ @ @ @ @ @
- See Also:
-
DB_MUSTARD
public static final int DB_MUSTARDThis color constant "DB Mustard" has RGBA8888 codeDAD45EFF, L 0.80784315, A 0.47843137, B 0.5647059, alpha 1.0, hue 0.29552677, saturation 0.72326714, and chroma 0.13587911. It has the encoded Oklab value0xff907ace.@ @ @ @ @ @
- See Also:
-
DB_EGGSHELL
public static final int DB_EGGSHELLThis color constant "DB Eggshell" has RGBA8888 codeDEEED6FF, L 0.9098039, A 0.4862745, B 0.50980395, alpha 1.0, hue 0.375, saturation 0.116236724, and chroma 0.033602834. It has the encoded Oklab value0xff827ce8.@ @ @ @ @ @
- See Also:
-
DB_BLACK
public static final int DB_BLACKThis color constant "DB Black" has RGBA8888 code000000FF, L 0.0, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f00.@ @ @ @ @ @
- See Also:
-
DB_INK
public static final int DB_INKThis color constant "DB Ink" has RGBA8888 code222034FF, L 0.13333334, A 0.5058824, B 0.47843137, alpha 1.0, hue 0.8105594, saturation 0.2761623, and chroma 0.044538103. It has the encoded Oklab value0xff7a8122.@ @ @ @ @ @
- See Also:
-
DB_SEAL_BROWN
public static final int DB_SEAL_BROWNThis color constant "DB Seal Brown" has RGBA8888 code45283CFF, L 0.2, A 0.5254902, B 0.4862745, alpha 1.0, hue 0.93555963, saturation 0.37150112, and chroma 0.05767509. It has the encoded Oklab value0xff7c8633.@ @ @ @ @ @
- See Also:
-
DB_CHESTNUT
public static final int DB_CHESTNUTThis color constant "DB Chestnut" has RGBA8888 code663931FF, L 0.27450982, A 0.5294118, B 0.5176471, alpha 1.0, hue 0.08890383, saturation 0.41928804, and chroma 0.068331465. It has the encoded Oklab value0xff848746.@ @ @ @ @ @
- See Also:
-
DB_CAPPUCCINO
public static final int DB_CAPPUCCINOThis color constant "DB Cappuccino" has RGBA8888 code8F563BFF, L 0.39607844, A 0.5254902, B 0.5294118, alpha 1.0, hue 0.13559444, saturation 0.5315073, and chroma 0.07753685. It has the encoded Oklab value0xff878665.@ @ @ @ @ @
- See Also:
-
DB_PUMPKIN
public static final int DB_PUMPKINThis color constant "DB Pumpkin" has RGBA8888 codeDF7126FF, L 0.5686275, A 0.54509807, B 0.56078434, alpha 1.0, hue 0.14758338, saturation 0.8333333, and chroma 0.15078327. It has the encoded Oklab value0xff8f8b91.@ @ @ @ @ @
- See Also:
-
DB_FAWN
public static final int DB_FAWNThis color constant "DB Fawn" has RGBA8888 codeD9A066FF, L 0.6745098, A 0.5176471, B 0.5411765, alpha 1.0, hue 0.18210036, saturation 0.5253498, and chroma 0.08924734. It has the encoded Oklab value0xff8a84ac.@ @ @ @ @ @
- See Also:
-
DB_NUDE
public static final int DB_NUDEThis color constant "DB Nude" has RGBA8888 codeEEC39AFF, L 0.8, A 0.50980395, B 0.5294118, alpha 1.0, hue 0.19289984, saturation 0.34176013, and chroma 0.061763234. It has the encoded Oklab value0xff8782cc.@ @ @ @ @ @
- See Also:
-
DB_DAFFODIL
public static final int DB_DAFFODILThis color constant "DB Daffodil" has RGBA8888 codeFBF236FF, L 0.91764706, A 0.47058824, B 0.5882353, alpha 1.0, hue 0.29702112, saturation 0.89043075, and chroma 0.18528971. It has the encoded Oklab value0xff9678ea.@ @ @ @ @ @
- See Also:
-
DB_KEY_LIME
public static final int DB_KEY_LIMEThis color constant "DB Key Lime" has RGBA8888 code99E550FF, L 0.7921569, A 0.43529412, B 0.5686275, alpha 1.0, hue 0.36564893, saturation 0.7645457, and chroma 0.18790646. It has the encoded Oklab value0xff916fca.@ @ @ @ @ @
- See Also:
-
DB_SHAMROCK
public static final int DB_SHAMROCKThis color constant "DB Shamrock" has RGBA8888 code6ABE30FF, L 0.6392157, A 0.43137255, B 0.5647059, alpha 1.0, hue 0.375, saturation 0.8290217, and chroma 0.18790646. It has the encoded Oklab value0xff906ea3.@ @ @ @ @ @
- See Also:
-
DB_JUNGLE
public static final int DB_JUNGLEThis color constant "DB Jungle" has RGBA8888 code37946EFF, L 0.49803922, A 0.44705883, B 0.5137255, alpha 1.0, hue 0.45249218, saturation 0.71586686, and chroma 0.10895567. It has the encoded Oklab value0xff83727f.@ @ @ @ @ @
- See Also:
-
DB_OLIVE
public static final int DB_OLIVEThis color constant "DB Olive" has RGBA8888 code4B692FFF, L 0.36862746, A 0.46666667, B 0.53333336, alpha 1.0, hue 0.36564893, saturation 0.63376814, and chroma 0.09391262. It has the encoded Oklab value0xff88775e.@ @ @ @ @ @
- See Also:
-
DB_MUD
public static final int DB_MUDThis color constant "DB Mud" has RGBA8888 code524B24FF, L 0.2901961, A 0.49411765, B 0.5294118, alpha 1.0, hue 0.26979154, saturation 0.6449806, and chroma 0.059754133. It has the encoded Oklab value0xff877e4a.@ @ @ @ @ @
- See Also:
-
DB_SHADOW
public static final int DB_SHADOWThis color constant "DB Shadow" has RGBA8888 code323C39FF, L 0.22352941, A 0.49019608, B 0.49803922, alpha 1.0, hue 0.5, saturation 0.21052632, and chroma 0.019918045. It has the encoded Oklab value0xff7f7d39.@ @ @ @ @ @
- See Also:
-
DB_COBALT
public static final int DB_COBALTThis color constant "DB Cobalt" has RGBA8888 code3F3F74FF, L 0.27058825, A 0.5058824, B 0.45490196, alpha 1.0, hue 0.77862436, saturation 0.3337415, and chroma 0.09060479. It has the encoded Oklab value0xff748145.@ @ @ @ @ @
- See Also:
-
DB_CERULEAN
public static final int DB_CERULEANThis color constant "DB Cerulean" has RGBA8888 code306082FF, L 0.3529412, A 0.47843137, B 0.4627451, alpha 1.0, hue 0.669293, saturation 0.6434769, and chroma 0.08575976. It has the encoded Oklab value0xff767a5a.@ @ @ @ @ @
- See Also:
-
DB_DENIM
public static final int DB_DENIMThis color constant "DB Denim" has RGBA8888 code5B6EE1FF, L 0.4745098, A 0.5019608, B 0.41568628, alpha 1.0, hue 0.75757325, saturation 0.40430376, and chroma 0.16801417. It has the encoded Oklab value0xff6a8079.@ @ @ @ @ @
- See Also:
-
DB_SKY_BLUE
public static final int DB_SKY_BLUEThis color constant "DB Sky Blue" has RGBA8888 code639BFFFF, L 0.6117647, A 0.4862745, B 0.42745098, alpha 1.0, hue 0.723716, saturation 0.43448302, and chroma 0.14709508. It has the encoded Oklab value0xff6d7c9c.@ @ @ @ @ @
- See Also:
-
DB_SEAFOAM
public static final int DB_SEAFOAMThis color constant "DB Seafoam" has RGBA8888 code5FCDE4FF, L 0.7294118, A 0.45490196, B 0.47058824, alpha 1.0, hue 0.5901978, saturation 0.6862318, and chroma 0.107261956. It has the encoded Oklab value0xff7874ba.@ @ @ @ @ @
- See Also:
-
DB_PLATINUM
public static final int DB_PLATINUMThis color constant "DB Platinum" has RGBA8888 codeCBDBFCFF, L 0.85882354, A 0.49411765, B 0.4745098, alpha 1.0, hue 0.723716, saturation 0.115862146, and chroma 0.052115876. It has the encoded Oklab value0xff797edb.@ @ @ @ @ @
- See Also:
-
DB_WHITE
public static final int DB_WHITEThis color constant "DB White" has RGBA8888 codeFFFFFFFF, L 1.0, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7fff.@ @ @ @ @ @
- See Also:
-
DB_STORM_CLOUD
public static final int DB_STORM_CLOUDThis color constant "DB Storm Cloud" has RGBA8888 code9BADB7FF, L 0.6666667, A 0.49019608, B 0.49019608, alpha 1.0, hue 0.625, saturation 0.14504755, and chroma 0.027621359. It has the encoded Oklab value0xff7d7daa.@ @ @ @ @ @
- See Also:
-
DB_ELEPHANT
public static final int DB_ELEPHANTThis color constant "DB Elephant" has RGBA8888 code847E87FF, L 0.5019608, A 0.5019608, B 0.49411765, alpha 1.0, hue 0.875, saturation 0.034493014, and chroma 0.012352647. It has the encoded Oklab value0xff7e8080.@ @ @ @ @ @
- See Also:
-
DB_GRAPHITE
public static final int DB_GRAPHITEThis color constant "DB Graphite" has RGBA8888 code696A6AFF, L 0.41568628, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f6a.@ @ @ @ @ @
- See Also:
-
DB_SOOT
public static final int DB_SOOTThis color constant "DB Soot" has RGBA8888 code595652FF, L 0.3372549, A 0.49803922, B 0.5019608, alpha 1.0, hue 0.25, saturation 0.074074075, and chroma 0.0055242716. It has the encoded Oklab value0xff807f56.@ @ @ @ @ @
- See Also:
-
DB_EGGPLANT
public static final int DB_EGGPLANTThis color constant "DB Eggplant" has RGBA8888 code76428AFF, L 0.3529412, A 0.54509807, B 0.45490196, alpha 1.0, hue 0.8819153, saturation 0.5008868, and chroma 0.12705825. It has the encoded Oklab value0xff748b5a.@ @ @ @ @ @
- See Also:
-
DB_BLOOD
public static final int DB_BLOODThis color constant "DB Blood" has RGBA8888 codeAC3232FF, L 0.3764706, A 0.57254905, B 0.53333336, alpha 1.0, hue 0.07040579, saturation 0.75084984, and chroma 0.15905683. It has the encoded Oklab value0xff889260.@ @ @ @ @ @
- See Also:
-
DB_CORAL
public static final int DB_CORALThis color constant "DB Coral" has RGBA8888 codeD95763FF, L 0.52156866, A 0.57254905, B 0.52156866, alpha 1.0, hue 0.04868237, saturation 0.58602524, and chroma 0.15078327. It has the encoded Oklab value0xff859285.@ @ @ @ @ @
- See Also:
-
DB_LAVENDER
public static final int DB_LAVENDERThis color constant "DB Lavender" has RGBA8888 codeD77BBAFF, L 0.61960787, A 0.56078434, B 0.4745098, alpha 1.0, hue 0.9428998, saturation 0.4117592, and chroma 0.13131043. It has the encoded Oklab value0xff798f9e.@ @ @ @ @ @
- See Also:
-
DB_ARMY_GREEN
public static final int DB_ARMY_GREENThis color constant "DB Army Green" has RGBA8888 code8F974AFF, L 0.5647059, A 0.47843137, B 0.54509807, alpha 1.0, hue 0.31283283, saturation 0.63414633, and chroma 0.09959023. It has the encoded Oklab value0xff8b7a90.@ @ @ @ @ @
- See Also:
-
DB_COMPOST
public static final int DB_COMPOSTThis color constant "DB Compost" has RGBA8888 code8A6F30FF, L 0.44705883, A 0.49803922, B 0.54509807, alpha 1.0, hue 0.25, saturation 0.75, and chroma 0.08992863. It has the encoded Oklab value0xff8b7f72.@ @ @ @ @ @
- See Also:
-
CW_RED
public static final int CW_REDThis color constant "CW Red" has RGBA8888 codeEE2A2AFF, L 0.4862745, A 0.6, B 0.54901963, alpha 1.0, hue 0.07379155, saturation 0.8808753, and chroma 0.22186674. It has the encoded Oklab value0xff8c997c.@ @ @ @ @ @
- See Also:
-
CW_FADED_RED
public static final int CW_FADED_REDThis color constant "CW Faded Red" has RGBA8888 codeB76363FF, L 0.49411765, A 0.54509807, B 0.5176471, alpha 1.0, hue 0.062832825, saturation 0.3939394, and chroma 0.096477255. It has the encoded Oklab value0xff848b7e.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_RED
public static final int CW_FLUSH_REDThis color constant "CW Flush Red" has RGBA8888 codeE21414FF, L 0.44705883, A 0.6, B 0.5529412, alpha 1.0, hue 0.07861299, saturation 0.9374491, and chroma 0.22541466. It has the encoded Oklab value0xff8d9972.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_RED
public static final int CW_LIGHT_REDThis color constant "CW Light Red" has RGBA8888 codeED8383FF, L 0.6431373, A 0.5529412, B 0.5176471, alpha 1.0, hue 0.054594062, saturation 0.38118124, and chroma 0.11117382. It has the encoded Oklab value0xff848da4.@ @ @ @ @ @
- See Also:
-
CW_PALE_RED
public static final int CW_PALE_REDThis color constant "CW Pale Red" has RGBA8888 codeE6A7A7FF, L 0.7254902, A 0.5294118, B 0.50980395, alpha 1.0, hue 0.057100154, saturation 0.20103538, and chroma 0.061763234. It has the encoded Oklab value0xff8287b9.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_RED
public static final int CW_BRIGHT_REDThis color constant "CW Bright Red" has RGBA8888 codeF43B3BFF, L 0.5176471, A 0.59607846, B 0.54509807, alpha 1.0, hue 0.07122476, saturation 0.8037927, and chroma 0.21144326. It has the encoded Oklab value0xff8b9884.@ @ @ @ @ @
- See Also:
-
CW_DARK_RED
public static final int CW_DARK_REDThis color constant "CW Dark Red" has RGBA8888 codeA11616FF, L 0.32156864, A 0.5764706, B 0.5411765, alpha 1.0, hue 0.08002978, saturation 0.89511466, and chroma 0.17302527. It has the encoded Oklab value0xff8a9352.@ @ @ @ @ @
- See Also:
-
CW_DRAB_RED
public static final int CW_DRAB_REDThis color constant "CW Drab Red" has RGBA8888 code923535FF, L 0.3372549, A 0.5568628, B 0.52156866, alpha 1.0, hue 0.0605594, saturation 0.6213652, and chroma 0.12115674. It has the encoded Oklab value0xff858e56.@ @ @ @ @ @
- See Also:
-
CW_RICH_RED
public static final int CW_RICH_REDThis color constant "CW Rich Red" has RGBA8888 codeBE1111FF, L 0.3764706, A 0.5882353, B 0.54901963, alpha 1.0, hue 0.0818773, saturation 0.9435603, and chroma 0.20108652. It has the encoded Oklab value0xff8c9660.@ @ @ @ @ @
- See Also:
-
CW_ORANGE
public static final int CW_ORANGEThis color constant "CW Orange" has RGBA8888 codeF17C24FF, L 0.61960787, A 0.54509807, B 0.5647059, alpha 1.0, hue 0.15217316, saturation 0.84933275, and chroma 0.15712644. It has the encoded Oklab value0xff908b9e.@ @ @ @ @ @
- See Also:
-
CW_FADED_ORANGE
public static final int CW_FADED_ORANGEThis color constant "CW Faded Orange" has RGBA8888 codeCC9B75FF, L 0.6509804, A 0.5176471, B 0.5294118, alpha 1.0, hue 0.16109617, saturation 0.39308253, and chroma 0.068331465. It has the encoded Oklab value0xff8784a6.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_ORANGE
public static final int CW_FLUSH_ORANGEThis color constant "CW Flush Orange" has RGBA8888 codeE56D11FF, L 0.5686275, A 0.54901963, B 0.5647059, alpha 1.0, hue 0.14609598, saturation 0.8917056, and chroma 0.16172063. It has the encoded Oklab value0xff908c91.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_ORANGE
public static final int CW_LIGHT_ORANGEThis color constant "CW Light Orange" has RGBA8888 codeF2B383FF, L 0.7607843, A 0.52156866, B 0.5372549, alpha 1.0, hue 0.16398965, saturation 0.43192235, and chroma 0.08575976. It has the encoded Oklab value0xff8985c2.@ @ @ @ @ @
- See Also:
-
CW_PALE_ORANGE
public static final int CW_PALE_ORANGEThis color constant "CW Pale Orange" has RGBA8888 codeEDC8ACFF, L 0.8156863, A 0.50980395, B 0.52156866, alpha 1.0, hue 0.17620845, saturation 0.25313976, and chroma 0.0471994. It has the encoded Oklab value0xff8582d0.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_ORANGE
public static final int CW_BRIGHT_ORANGEThis color constant "CW Bright Orange" has RGBA8888 codeF68A39FF, L 0.654902, A 0.5411765, B 0.56078434, alpha 1.0, hue 0.15414284, saturation 0.77665955, and chroma 0.14626285. It has the encoded Oklab value0xff8f8aa7.@ @ @ @ @ @
- See Also:
-
CW_DARK_ORANGE
public static final int CW_DARK_ORANGEThis color constant "CW Dark Orange" has RGBA8888 codeA35113FF, L 0.4117647, A 0.5372549, B 0.5529412, alpha 1.0, hue 0.15128402, saturation 0.9055079, and chroma 0.12896542. It has the encoded Oklab value0xff8d8969.@ @ @ @ @ @
- See Also:
-
CW_DRAB_ORANGE
public static final int CW_DRAB_ORANGEThis color constant "CW Drab Orange" has RGBA8888 codeA46B40FF, L 0.4745098, A 0.52156866, B 0.5372549, alpha 1.0, hue 0.16398965, saturation 0.5980463, and chroma 0.08575976. It has the encoded Oklab value0xff898579.@ @ @ @ @ @
- See Also:
-
CW_RICH_ORANGE
public static final int CW_RICH_ORANGEThis color constant "CW Rich Orange" has RGBA8888 codeC15B0FFF, L 0.47843137, A 0.54509807, B 0.5568628, alpha 1.0, hue 0.14261138, saturation 0.89345926, and chroma 0.14458403. It has the encoded Oklab value0xff8e8b7a.@ @ @ @ @ @
- See Also:
-
CW_BROWN
public static final int CW_BROWNThis color constant "CW Brown" has RGBA8888 codeCD8B51FF, L 0.60784316, A 0.52156866, B 0.54509807, alpha 1.0, hue 0.17620845, saturation 0.6098367, and chroma 0.09959023. It has the encoded Oklab value0xff8b859b.@ @ @ @ @ @
- See Also:
-
CW_FADED_BROWN
public static final int CW_FADED_BROWNThis color constant "CW Faded Brown" has RGBA8888 codeBFA38AFF, L 0.6627451, A 0.5058824, B 0.5176471, alpha 1.0, hue 0.1894406, saturation 0.23934065, and chroma 0.03705794. It has the encoded Oklab value0xff8481a9.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_BROWN
public static final int CW_FLUSH_BROWNThis color constant "CW Flush Brown" has RGBA8888 codeC36F26FF, L 0.52156866, A 0.53333336, B 0.5568628, alpha 1.0, hue 0.16398965, saturation 0.8329931, and chroma 0.13131043. It has the encoded Oklab value0xff8e8885.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_BROWN
public static final int CW_LIGHT_BROWNThis color constant "CW Light Brown" has RGBA8888 codeDEBA9BFF, L 0.75686276, A 0.50980395, B 0.52156866, alpha 1.0, hue 0.17620845, saturation 0.26832816, and chroma 0.0471994. It has the encoded Oklab value0xff8582c1.@ @ @ @ @ @
- See Also:
-
CW_PALE_BROWN
public static final int CW_PALE_BROWNThis color constant "CW Pale Brown" has RGBA8888 codeE2CDBBFF, L 0.81960785, A 0.5058824, B 0.5137255, alpha 1.0, hue 0.17620845, saturation 0.16875985, and chroma 0.029749114. It has the encoded Oklab value0xff8381d1.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_BROWN
public static final int CW_BRIGHT_BROWNThis color constant "CW Bright Brown" has RGBA8888 codeDF8F47FF, L 0.6392157, A 0.5254902, B 0.5529412, alpha 1.0, hue 0.17620845, saturation 0.6956656, and chroma 0.11705722. It has the encoded Oklab value0xff8d86a3.@ @ @ @ @ @
- See Also:
-
CW_DARK_BROWN
public static final int CW_DARK_BROWNThis color constant "CW Dark Brown" has RGBA8888 code8A582BFF, L 0.39215687, A 0.5176471, B 0.5411765, alpha 1.0, hue 0.18210036, saturation 0.7323058, and chroma 0.08924734. It has the encoded Oklab value0xff8a8464.@ @ @ @ @ @
- See Also:
-
CW_DRAB_BROWN
public static final int CW_DRAB_BROWNThis color constant "CW Drab Brown" has RGBA8888 code937358FF, L 0.47843137, A 0.50980395, B 0.52156866, alpha 1.0, hue 0.17620845, saturation 0.35306334, and chroma 0.0471994. It has the encoded Oklab value0xff85827a.@ @ @ @ @ @
- See Also:
-
CW_RICH_BROWN
public static final int CW_RICH_BROWNThis color constant "CW Rich Brown" has RGBA8888 codeA45D20FF, L 0.4392157, A 0.5294118, B 0.54901963, alpha 1.0, hue 0.16220142, saturation 0.8033862, and chroma 0.11388578. It has the encoded Oklab value0xff8c8770.@ @ @ @ @ @
- See Also:
-
CW_APRICOT
public static final int CW_APRICOTThis color constant "CW Apricot" has RGBA8888 codeF9AA38FF, L 0.73333335, A 0.5176471, B 0.5686275, alpha 1.0, hue 0.20687722, saturation 0.81224096, and chroma 0.1411665. It has the encoded Oklab value0xff9184bb.@ @ @ @ @ @
- See Also:
-
CW_FADED_APRICOT
public static final int CW_FADED_APRICOTThis color constant "CW Faded Apricot" has RGBA8888 codeDDBC8BFF, L 0.75686276, A 0.5058824, B 0.53333336, alpha 1.0, hue 0.21519771, saturation 0.40084976, and chroma 0.06743233. It has the encoded Oklab value0xff8881c1.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_APRICOT
public static final int CW_FLUSH_APRICOTThis color constant "CW Flush Apricot" has RGBA8888 codeED971BFF, L 0.67058825, A 0.52156866, B 0.57254905, alpha 1.0, hue 0.20131762, saturation 0.90567535, and chroma 0.15078327. It has the encoded Oklab value0xff9285ab.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_APRICOT
public static final int CW_LIGHT_APRICOTThis color constant "CW Light Apricot" has RGBA8888 codeF8CD90FF, L 0.83137256, A 0.5058824, B 0.5411765, alpha 1.0, hue 0.22137561, saturation 0.4563404, and chroma 0.082864076. It has the encoded Oklab value0xff8a81d4.@ @ @ @ @ @
- See Also:
-
CW_PALE_APRICOT
public static final int CW_PALE_APRICOTThis color constant "CW Pale Apricot" has RGBA8888 codeF4DBB7FF, L 0.8745098, A 0.5019608, B 0.52156866, alpha 1.0, hue 0.22371602, saturation 0.24331051, and chroma 0.04314594. It has the encoded Oklab value0xff8580df.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_APRICOT
public static final int CW_BRIGHT_APRICOTThis color constant "CW Bright Apricot" has RGBA8888 codeFCAE3FFF, L 0.7490196, A 0.5176471, B 0.5686275, alpha 1.0, hue 0.20687722, saturation 0.7949592, and chroma 0.1411665. It has the encoded Oklab value0xff9184bf.@ @ @ @ @ @
- See Also:
-
CW_DARK_APRICOT
public static final int CW_DARK_APRICOTThis color constant "CW Dark Apricot" has RGBA8888 codeA8701DFF, L 0.4862745, A 0.5137255, B 0.5568628, alpha 1.0, hue 0.2085236, saturation 0.8870957, and chroma 0.11653464. It has the encoded Oklab value0xff8e837c.@ @ @ @ @ @
- See Also:
-
CW_DRAB_APRICOT
public static final int CW_DRAB_APRICOTThis color constant "CW Drab Apricot" has RGBA8888 codeB18B55FF, L 0.57254905, A 0.5058824, B 0.5372549, alpha 1.0, hue 0.21858361, saturation 0.52297634, and chroma 0.07513822. It has the encoded Oklab value0xff898192.@ @ @ @ @ @
- See Also:
-
CW_RICH_APRICOT
public static final int CW_RICH_APRICOTThis color constant "CW Rich Apricot" has RGBA8888 codeC77F17FF, L 0.5647059, A 0.5176471, B 0.5647059, alpha 1.0, hue 0.20447324, saturation 0.90872025, and chroma 0.1336143. It has the encoded Oklab value0xff908490.@ @ @ @ @ @
- See Also:
-
CW_GOLD
public static final int CW_GOLDThis color constant "CW Gold" has RGBA8888 codeEBCB1DFF, L 0.79607844, A 0.4862745, B 0.58431375, alpha 1.0, hue 0.27156967, saturation 0.9448342, and chroma 0.17017984. It has the encoded Oklab value0xff957ccb.@ @ @ @ @ @
- See Also:
-
CW_FADED_GOLD
public static final int CW_FADED_GOLDThis color constant "CW Faded Gold" has RGBA8888 codeDCCF85FF, L 0.8039216, A 0.49019608, B 0.5411765, alpha 1.0, hue 0.2786244, saturation 0.4658475, and chroma 0.084324345. It has the encoded Oklab value0xff8a7dcd.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_GOLD
public static final int CW_FLUSH_GOLDThis color constant "CW Flush Gold" has RGBA8888 codeE0BF0DFF, L 0.7490196, A 0.4862745, B 0.5803922, alpha 1.0, hue 0.27258337, saturation 0.94280905, and chroma 0.16247371. It has the encoded Oklab value0xff947cbf.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_GOLD
public static final int CW_LIGHT_GOLDThis color constant "CW Light Gold" has RGBA8888 codeF1E081FF, L 0.87058824, A 0.49019608, B 0.5529412, alpha 1.0, hue 0.27258337, saturation 0.56568545, and chroma 0.107261956. It has the encoded Oklab value0xff8d7dde.@ @ @ @ @ @
- See Also:
-
CW_PALE_GOLD
public static final int CW_PALE_GOLDThis color constant "CW Pale Gold" has RGBA8888 codeF1E7B0FF, L 0.8980392, A 0.49411765, B 0.5294118, alpha 1.0, hue 0.26979154, saturation 0.31616697, and chroma 0.059754133. It has the encoded Oklab value0xff877ee5.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_GOLD
public static final int CW_BRIGHT_GOLDThis color constant "CW Bright Gold" has RGBA8888 codeF2D636FF, L 0.8352941, A 0.48235294, B 0.5803922, alpha 1.0, hue 0.27995622, saturation 0.87255335, and chroma 0.16396947. It has the encoded Oklab value0xff947bd5.@ @ @ @ @ @
- See Also:
-
CW_DARK_GOLD
public static final int CW_DARK_GOLDThis color constant "CW Dark Gold" has RGBA8888 code9F880FFF, L 0.53333336, A 0.49019608, B 0.5647059, alpha 1.0, hue 0.2686383, saturation 0.95095795, and chroma 0.1303775. It has the encoded Oklab value0xff907d88.@ @ @ @ @ @
- See Also:
-
CW_DRAB_GOLD
public static final int CW_DRAB_GOLDThis color constant "CW Drab Gold" has RGBA8888 codeAFA04CFF, L 0.61960787, A 0.49019608, B 0.54901963, alpha 1.0, hue 0.27429464, saturation 0.6576473, and chroma 0.09959023. It has the encoded Oklab value0xff8c7d9e.@ @ @ @ @ @
- See Also:
-
CW_RICH_GOLD
public static final int CW_RICH_GOLDThis color constant "CW Rich Gold" has RGBA8888 codeBCA20BFF, L 0.63529414, A 0.4862745, B 0.57254905, alpha 1.0, hue 0.2749237, saturation 0.9383114, and chroma 0.14709508. It has the encoded Oklab value0xff927ca2.@ @ @ @ @ @
- See Also:
-
CW_YELLOW
public static final int CW_YELLOWThis color constant "CW Yellow" has RGBA8888 codeFBFA27FF, L 0.9372549, A 0.46666667, B 0.5921569, alpha 1.0, hue 0.30120838, saturation 0.91993535, and chroma 0.19523436. It has the encoded Oklab value0xff9777ef.@ @ @ @ @ @
- See Also:
-
CW_FADED_YELLOW
public static final int CW_FADED_YELLOWThis color constant "CW Faded Yellow" has RGBA8888 codeF2F197FF, L 0.92156863, A 0.48235294, B 0.54901963, alpha 1.0, hue 0.29750782, saturation 0.5037582, and chroma 0.10379164. It has the encoded Oklab value0xff8c7beb.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_YELLOW
public static final int CW_FLUSH_YELLOWThis color constant "CW Flush Yellow" has RGBA8888 codeEEEE13FF, L 0.8901961, A 0.4627451, B 0.5921569, alpha 1.0, hue 0.30710015, saturation 0.9493337, and chroma 0.198028. It has the encoded Oklab value0xff9776e3.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_YELLOW
public static final int CW_LIGHT_YELLOWThis color constant "CW Light Yellow" has RGBA8888 codeFCFB88FF, L 0.9529412, A 0.47843137, B 0.56078434, alpha 1.0, hue 0.29820585, saturation 0.6095656, and chroma 0.12849128. It has the encoded Oklab value0xff8f7af3.@ @ @ @ @ @
- See Also:
-
CW_PALE_YELLOW
public static final int CW_PALE_YELLOWThis color constant "CW Pale Yellow" has RGBA8888 codeFBFAB8FF, L 0.9607843, A 0.4862745, B 0.53333336, alpha 1.0, hue 0.30120838, saturation 0.33881545, and chroma 0.071815535. It has the encoded Oklab value0xff887cf5.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_YELLOW
public static final int CW_BRIGHT_YELLOWThis color constant "CW Bright Yellow" has RGBA8888 codeFDFC39FF, L 0.94509804, A 0.46666667, B 0.5882353, alpha 1.0, hue 0.30327517, saturation 0.8855124, and chroma 0.18790646. It has the encoded Oklab value0xff9677f1.@ @ @ @ @ @
- See Also:
-
CW_DARK_YELLOW
public static final int CW_DARK_YELLOWThis color constant "CW Dark Yellow" has RGBA8888 codeAAA914FF, L 0.6313726, A 0.47058824, B 0.57254905, alpha 1.0, hue 0.30618024, saturation 0.9417887, and chroma 0.15595676. It has the encoded Oklab value0xff9278a1.@ @ @ @ @ @
- See Also:
-
CW_DRAB_YELLOW
public static final int CW_DRAB_YELLOWThis color constant "CW Drab Yellow" has RGBA8888 codeC1C05BFF, L 0.7254902, A 0.47843137, B 0.5568628, alpha 1.0, hue 0.30120838, saturation 0.67282504, and chroma 0.12115674. It has the encoded Oklab value0xff8e7ab9.@ @ @ @ @ @
- See Also:
-
CW_RICH_YELLOW
public static final int CW_RICH_YELLOWThis color constant "CW Rich Yellow" has RGBA8888 codeC9C80FFF, L 0.7490196, A 0.46666667, B 0.5803922, alpha 1.0, hue 0.30792907, saturation 0.9363418, and chroma 0.17337766. It has the encoded Oklab value0xff9477bf.@ @ @ @ @ @
- See Also:
-
CW_CHARTREUSE
public static final int CW_CHARTREUSEThis color constant "CW Chartreuse" has RGBA8888 codeC7F12FFF, L 0.8627451, A 0.44705883, B 0.58431375, alpha 1.0, hue 0.3349422, saturation 0.89662683, and chroma 0.19833598. It has the encoded Oklab value0xff9572dc.@ @ @ @ @ @
- See Also:
-
CW_FADED_CHARTREUSE
public static final int CW_FADED_CHARTREUSEThis color constant "CW Faded Chartreuse" has RGBA8888 codeD4E693FF, L 0.85882354, A 0.4745098, B 0.5411765, alpha 1.0, hue 0.3294733, saturation 0.44749874, and chroma 0.096477255. It has the encoded Oklab value0xff8a79db.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_CHARTREUSE
public static final int CW_FLUSH_CHARTREUSEThis color constant "CW Flush Chartreuse" has RGBA8888 codeB8E516FF, L 0.8117647, A 0.44313726, B 0.58431375, alpha 1.0, hue 0.34019777, saturation 0.91497576, and chroma 0.20259848. It has the encoded Oklab value0xff9571cf.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_CHARTREUSE
public static final int CW_LIGHT_CHARTREUSEThis color constant "CW Light Chartreuse" has RGBA8888 codeDFF58CFF, L 0.9098039, A 0.47058824, B 0.5529412, alpha 1.0, hue 0.32379153, saturation 0.5492097, and chroma 0.120651916. It has the encoded Oklab value0xff8d78e8.@ @ @ @ @ @
- See Also:
-
CW_PALE_CHARTREUSE
public static final int CW_PALE_CHARTREUSEThis color constant "CW Pale Chartreuse" has RGBA8888 codeE8F5B8FF, L 0.92941177, A 0.48235294, B 0.5294118, alpha 1.0, hue 0.32379153, saturation 0.30842316, and chroma 0.068331465. It has the encoded Oklab value0xff877bed.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_CHARTREUSE
public static final int CW_BRIGHT_CHARTREUSEThis color constant "CW Bright Chartreuse" has RGBA8888 codeCEF63CFF, L 0.88235295, A 0.44705883, B 0.58431375, alpha 1.0, hue 0.3349422, saturation 0.88116777, and chroma 0.19833598. It has the encoded Oklab value0xff9572e1.@ @ @ @ @ @
- See Also:
-
CW_DARK_CHARTREUSE
public static final int CW_DARK_CHARTREUSEThis color constant "CW Dark Chartreuse" has RGBA8888 code85A318FF, L 0.5803922, A 0.45490196, B 0.5686275, alpha 1.0, hue 0.3373043, saturation 0.93755656, and chroma 0.16359681. It has the encoded Oklab value0xff917494.@ @ @ @ @ @
- See Also:
-
CW_DRAB_CHARTREUSE
public static final int CW_DRAB_CHARTREUSEThis color constant "CW Drab Chartreuse" has RGBA8888 codeA2B658FF, L 0.6666667, A 0.47058824, B 0.54901963, alpha 1.0, hue 0.32861298, saturation 0.61520094, and chroma 0.11388578. It has the encoded Oklab value0xff8c78aa.@ @ @ @ @ @
- See Also:
-
CW_RICH_CHARTREUSE
public static final int CW_RICH_CHARTREUSEThis color constant "CW Rich Chartreuse" has RGBA8888 code9BC112FF, L 0.6862745, A 0.4509804, B 0.5764706, alpha 1.0, hue 0.33601037, saturation 0.9329523, and chroma 0.1809568. It has the encoded Oklab value0xff9373af.@ @ @ @ @ @
- See Also:
-
CW_LIME
public static final int CW_LIMEThis color constant "CW Lime" has RGBA8888 code9DDD11FF, L 0.76862746, A 0.43529412, B 0.58431375, alpha 1.0, hue 0.35007626, saturation 0.9544892, and chroma 0.21173172. It has the encoded Oklab value0xff956fc4.@ @ @ @ @ @
- See Also:
-
CW_FADED_LIME
public static final int CW_FADED_LIMEThis color constant "CW Faded Lime" has RGBA8888 codeB5D079FF, L 0.7647059, A 0.46666667, B 0.54509807, alpha 1.0, hue 0.3435836, saturation 0.5341557, and chroma 0.11172148. It has the encoded Oklab value0xff8b77c3.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_LIME
public static final int CW_FLUSH_LIMEThis color constant "CW Flush Lime" has RGBA8888 code93D208FF, L 0.7254902, A 0.43529412, B 0.5803922, alpha 1.0, hue 0.35362232, saturation 0.94288415, and chroma 0.20558903. It has the encoded Oklab value0xff946fb9.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_LIME
public static final int CW_LIGHT_LIMEThis color constant "CW Light Lime" has RGBA8888 codeC6E97AFF, L 0.8509804, A 0.4627451, B 0.5529412, alpha 1.0, hue 0.3409312, saturation 0.57390743, and chroma 0.12896542. It has the encoded Oklab value0xff8d76d9.@ @ @ @ @ @
- See Also:
-
CW_PALE_LIME
public static final int CW_PALE_LIMEThis color constant "CW Pale Lime" has RGBA8888 codeD6EBAAFF, L 0.88235295, A 0.47843137, B 0.53333336, alpha 1.0, hue 0.33070704, saturation 0.3612502, and chroma 0.079095535. It has the encoded Oklab value0xff887ae1.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_LIME
public static final int CW_BRIGHT_LIMEThis color constant "CW Bright Lime" has RGBA8888 codeB1E932FF, L 0.81960785, A 0.4392157, B 0.5803922, alpha 1.0, hue 0.34871596, saturation 0.8748128, and chroma 0.20078278. It has the encoded Oklab value0xff9470d1.@ @ @ @ @ @
- See Also:
-
CW_DARK_LIME
public static final int CW_DARK_LIMEThis color constant "CW Dark Lime" has RGBA8888 code699508FF, L 0.5176471, A 0.44705883, B 0.5647059, alpha 1.0, hue 0.35390404, saturation 0.9511526, and chroma 0.16655473. It has the encoded Oklab value0xff907284.@ @ @ @ @ @
- See Also:
-
CW_DRAB_LIME
public static final int CW_DRAB_LIMEThis color constant "CW Drab Lime" has RGBA8888 code85A441FF, L 0.5882353, A 0.4627451, B 0.5529412, alpha 1.0, hue 0.3409312, saturation 0.72362244, and chroma 0.12896542. It has the encoded Oklab value0xff8d7696.@ @ @ @ @ @
- See Also:
-
CW_RICH_LIME
public static final int CW_RICH_LIMEThis color constant "CW Rich Lime" has RGBA8888 code7CB106FF, L 0.6117647, A 0.44313726, B 0.57254905, alpha 1.0, hue 0.35106787, saturation 0.9632999, and chroma 0.1836353. It has the encoded Oklab value0xff92719c.@ @ @ @ @ @
- See Also:
-
CW_HONEYDEW
public static final int CW_HONEYDEWThis color constant "CW Honeydew" has RGBA8888 codeA5F655FF, L 0.8509804, A 0.43137255, B 0.57254905, alpha 1.0, hue 0.3661673, saturation 0.78446454, and chroma 0.1989505. It has the encoded Oklab value0xff926ed9.@ @ @ @ @ @
- See Also:
-
CW_FADED_HONEYDEW
public static final int CW_FADED_HONEYDEWThis color constant "CW Faded Honeydew" has RGBA8888 codeC4E6A1FF, L 0.84705883, A 0.47058824, B 0.53333336, alpha 1.0, hue 0.35520855, saturation 0.37382802, and chroma 0.08856081. It has the encoded Oklab value0xff8878d8.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_HONEYDEW
public static final int CW_FLUSH_HONEYDEWThis color constant "CW Flush Honeydew" has RGBA8888 code89EA28FF, L 0.7921569, A 0.41960785, B 0.5803922, alpha 1.0, hue 0.37111902, saturation 0.8923077, and chroma 0.22649515. It has the encoded Oklab value0xff946bca.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_HONEYDEW
public static final int CW_LIGHT_HONEYDEWThis color constant "CW Light Honeydew" has RGBA8888 codeCCF8A0FF, L 0.90588236, A 0.4627451, B 0.5411765, alpha 1.0, hue 0.3591375, saturation 0.43731293, and chroma 0.11062346. It has the encoded Oklab value0xff8a76e7.@ @ @ @ @ @
- See Also:
-
CW_PALE_HONEYDEW
public static final int CW_PALE_HONEYDEWThis color constant "CW Pale Honeydew" has RGBA8888 codeDCF6C3FF, L 0.9254902, A 0.47843137, B 0.52156866, alpha 1.0, hue 0.36057127, saturation 0.22971323, and chroma 0.060766988. It has the encoded Oklab value0xff857aec.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_HONEYDEW
public static final int CW_BRIGHT_HONEYDEWThis color constant "CW Bright Honeydew" has RGBA8888 codeA1FA48FF, L 0.85882354, A 0.42745098, B 0.5764706, alpha 1.0, hue 0.36663133, saturation 0.81537116, and chroma 0.209995. It has the encoded Oklab value0xff936ddb.@ @ @ @ @ @
- See Also:
-
CW_DARK_HONEYDEW
public static final int CW_DARK_HONEYDEWThis color constant "CW Dark Honeydew" has RGBA8888 code69A62DFF, L 0.5686275, A 0.44313726, B 0.56078434, alpha 1.0, hue 0.36440554, saturation 0.85041165, and chroma 0.1658202. It has the encoded Oklab value0xff8f7191.@ @ @ @ @ @
- See Also:
-
CW_DRAB_HONEYDEW
public static final int CW_DRAB_HONEYDEWThis color constant "CW Drab Honeydew" has RGBA8888 code90B76AFF, L 0.65882355, A 0.4627451, B 0.5411765, alpha 1.0, hue 0.3591375, saturation 0.5363272, and chroma 0.11062346. It has the encoded Oklab value0xff8a76a8.@ @ @ @ @ @
- See Also:
-
CW_RICH_HONEYDEW
public static final int CW_RICH_HONEYDEWThis color constant "CW Rich Honeydew" has RGBA8888 code73C522FF, L 0.6666667, A 0.43137255, B 0.57254905, alpha 1.0, hue 0.3661673, saturation 0.9105392, and chroma 0.1989505. It has the encoded Oklab value0xff926eaa.@ @ @ @ @ @
- See Also:
-
CW_GREEN
public static final int CW_GREENThis color constant "CW Green" has RGBA8888 code3EE628FF, L 0.7411765, A 0.4, B 0.5764706, alpha 1.0, hue 0.39261138, saturation 0.8893228, and chroma 0.2507922. It has the encoded Oklab value0xff9366bd.@ @ @ @ @ @
- See Also:
-
CW_FADED_GREEN
public static final int CW_FADED_GREENThis color constant "CW Faded Green" has RGBA8888 code84CC7AFF, L 0.7137255, A 0.44705883, B 0.5372549, alpha 1.0, hue 0.39564255, saturation 0.4686063, and chroma 0.12896542. It has the encoded Oklab value0xff8972b6.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_GREEN
public static final int CW_FLUSH_GREENThis color constant "CW Flush Green" has RGBA8888 code2ADB13FF, L 0.69803923, A 0.39607844, B 0.5764706, alpha 1.0, hue 0.39564255, saturation 0.95079535, and chroma 0.25704193. It has the encoded Oklab value0xff9365b2.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_GREEN
public static final int CW_LIGHT_GREENThis color constant "CW Light Green" has RGBA8888 code91EC85FF, L 0.8156863, A 0.4392157, B 0.54509807, alpha 1.0, hue 0.39261138, saturation 0.49894476, and chroma 0.15078327. It has the encoded Oklab value0xff8b70d0.@ @ @ @ @ @
- See Also:
-
CW_PALE_GREEN
public static final int CW_PALE_GREENThis color constant "CW Pale Green" has RGBA8888 codeB5EBAEFF, L 0.85490197, A 0.4627451, B 0.5254902, alpha 1.0, hue 0.39479145, saturation 0.288652, and chroma 0.08992863. It has the encoded Oklab value0xff8676da.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_GREEN
public static final int CW_BRIGHT_GREENThis color constant "CW Bright Green" has RGBA8888 code4FEF39FF, L 0.7764706, A 0.4, B 0.5764706, alpha 1.0, hue 0.39261138, saturation 0.86528707, and chroma 0.2507922. It has the encoded Oklab value0xff9366c6.@ @ @ @ @ @
- See Also:
-
CW_DARK_GREEN
public static final int CW_DARK_GREENThis color constant "CW Dark Green" has RGBA8888 code259B15FF, L 0.49803922, A 0.41960785, B 0.56078434, alpha 1.0, hue 0.39261138, saturation 0.91473204, and chroma 0.20078278. It has the encoded Oklab value0xff8f6b7f.@ @ @ @ @ @
- See Also:
-
CW_DRAB_GREEN
public static final int CW_DRAB_GREENThis color constant "CW Drab Green" has RGBA8888 code50A145FF, L 0.5411765, A 0.4392157, B 0.54509807, alpha 1.0, hue 0.39261138, saturation 0.6511652, and chroma 0.15078327. It has the encoded Oklab value0xff8b708a.@ @ @ @ @ @
- See Also:
-
CW_RICH_GREEN
public static final int CW_RICH_GREENThis color constant "CW Rich Green" has RGBA8888 code23B810FF, L 0.5882353, A 0.40784314, B 0.5686275, alpha 1.0, hue 0.3943135, saturation 0.9421343, and chroma 0.22890759. It has the encoded Oklab value0xff916896.@ @ @ @ @ @
- See Also:
-
CW_JADE
public static final int CW_JADEThis color constant "CW Jade" has RGBA8888 code45E269FF, L 0.7411765, A 0.4117647, B 0.5529412, alpha 1.0, hue 0.40980223, saturation 0.766965, and chroma 0.2049944. It has the encoded Oklab value0xff8d69bd.@ @ @ @ @ @
- See Also:
-
CW_FADED_JADE
public static final int CW_FADED_JADEThis color constant "CW Faded Jade" has RGBA8888 code8ACD99FF, L 0.7294118, A 0.45882353, B 0.52156866, alpha 1.0, hue 0.41398963, saturation 0.36443448, and chroma 0.09260367. It has the encoded Oklab value0xff8575ba.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_JADE
public static final int CW_FLUSH_JADEThis color constant "CW Flush Jade" has RGBA8888 code21D74BFF, L 0.6901961, A 0.40392157, B 0.56078434, alpha 1.0, hue 0.4064164, saturation 0.8875203, and chroma 0.22649515. It has the encoded Oklab value0xff8f67b0.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_JADE
public static final int CW_LIGHT_JADEThis color constant "CW Light Jade" has RGBA8888 code95EAA9FF, L 0.8235294, A 0.44705883, B 0.5254902, alpha 1.0, hue 0.42138702, saturation 0.45430225, and chroma 0.11705722. It has the encoded Oklab value0xff8672d2.@ @ @ @ @ @
- See Also:
-
CW_PALE_JADE
public static final int CW_PALE_JADEThis color constant "CW Pale Jade" has RGBA8888 codeB8EAC4FF, L 0.85882354, A 0.47058824, B 0.5137255, alpha 1.0, hue 0.41737548, saturation 0.23368864, and chroma 0.064659946. It has the encoded Oklab value0xff8378db.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_JADE
public static final int CW_BRIGHT_JADEThis color constant "CW Bright Jade" has RGBA8888 code43EC6BFF, L 0.76862746, A 0.40784314, B 0.5529412, alpha 1.0, hue 0.4129759, saturation 0.80375594, and chroma 0.21173172. It has the encoded Oklab value0xff8d68c4.@ @ @ @ @ @
- See Also:
-
CW_DARK_JADE
public static final int CW_DARK_JADEThis color constant "CW Dark Jade" has RGBA8888 code249940FF, L 0.49411765, A 0.42745098, B 0.5411765, alpha 1.0, hue 0.4126957, saturation 0.8438009, and chroma 0.16618787. It has the encoded Oklab value0xff8a6d7e.@ @ @ @ @ @
- See Also:
-
CW_DRAB_JADE
public static final int CW_DRAB_JADEThis color constant "CW Drab Jade" has RGBA8888 code56A267FF, L 0.5529412, A 0.44705883, B 0.5254902, alpha 1.0, hue 0.42138702, saturation 0.5905929, and chroma 0.11705722. It has the encoded Oklab value0xff86728d.@ @ @ @ @ @
- See Also:
-
CW_RICH_JADE
public static final int CW_RICH_JADEThis color constant "CW Rich Jade" has RGBA8888 code1BB53FFF, L 0.5803922, A 0.41568628, B 0.5529412, alpha 1.0, hue 0.4064164, saturation 0.8703055, and chroma 0.19833598. It has the encoded Oklab value0xff8d6a94.@ @ @ @ @ @
- See Also:
-
CW_SEAFOAM
public static final int CW_SEAFOAMThis color constant "CW Seafoam" has RGBA8888 code37F4B0FF, L 0.80784315, A 0.41568628, B 0.52156866, alpha 1.0, hue 0.45570695, saturation 0.8736132, and chroma 0.17337766. It has the encoded Oklab value0xff856ace.@ @ @ @ @ @
- See Also:
-
CW_FADED_SEAFOAM
public static final int CW_FADED_SEAFOAMThis color constant "CW Faded Seafoam" has RGBA8888 code8ADABDFF, L 0.7764706, A 0.45882353, B 0.5058824, alpha 1.0, hue 0.4685836, saturation 0.443393, and chroma 0.082864076. It has the encoded Oklab value0xff8175c6.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_SEAFOAM
public static final int CW_FLUSH_SEAFOAMThis color constant "CW Flush Seafoam" has RGBA8888 code1AE89EFF, L 0.7607843, A 0.4117647, B 0.5254902, alpha 1.0, hue 0.45097163, saturation 0.9234717, and chroma 0.18296935. It has the encoded Oklab value0xff8669c2.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_SEAFOAM
public static final int CW_LIGHT_SEAFOAMThis color constant "CW Light Seafoam" has RGBA8888 code8FF6D1FF, L 0.8666667, A 0.44705883, B 0.5058824, alpha 1.0, hue 0.47570536, saturation 0.54803944, and chroma 0.10611779. It has the encoded Oklab value0xff8172dd.@ @ @ @ @ @
- See Also:
-
CW_PALE_SEAFOAM
public static final int CW_PALE_SEAFOAMThis color constant "CW Pale Seafoam" has RGBA8888 codeB6F3DDFF, L 0.8901961, A 0.46666667, B 0.5019608, alpha 1.0, hue 0.48020846, saturation 0.3359274, and chroma 0.06652104. It has the encoded Oklab value0xff8077e3.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_SEAFOAM
public static final int CW_BRIGHT_SEAFOAMThis color constant "CW Bright Seafoam" has RGBA8888 code3FF8B6FF, L 0.8235294, A 0.41960785, B 0.5176471, alpha 1.0, hue 0.46101025, saturation 0.84145015, and chroma 0.16396947. It has the encoded Oklab value0xff846bd2.@ @ @ @ @ @
- See Also:
-
CW_DARK_SEAFOAM
public static final int CW_DARK_SEAFOAMThis color constant "CW Dark Seafoam" has RGBA8888 code1DA574FF, L 0.5411765, A 0.43137255, B 0.5176471, alpha 1.0, hue 0.45447323, saturation 0.90872025, and chroma 0.1411665. It has the encoded Oklab value0xff846e8a.@ @ @ @ @ @
- See Also:
-
CW_DRAB_SEAFOAM
public static final int CW_DRAB_SEAFOAMThis color constant "CW Drab Seafoam" has RGBA8888 code54AF8EFF, L 0.6039216, A 0.4509804, B 0.50980395, alpha 1.0, hue 0.46101025, saturation 0.61846584, and chroma 0.09959023. It has the encoded Oklab value0xff82739a.@ @ @ @ @ @
- See Also:
-
CW_RICH_SEAFOAM
public static final int CW_RICH_SEAFOAMThis color constant "CW Rich Seafoam" has RGBA8888 code16C385FF, L 0.6392157, A 0.42352942, B 0.52156866, alpha 1.0, hue 0.45131764, saturation 0.90567535, and chroma 0.1582875. It has the encoded Oklab value0xff856ca3.@ @ @ @ @ @
- See Also:
-
CW_CYAN
public static final int CW_CYANThis color constant "CW Cyan" has RGBA8888 code17E9E3FF, L 0.7882353, A 0.42745098, B 0.48235294, alpha 1.0, hue 0.53480226, saturation 0.9455943, and chroma 0.14874557. It has the encoded Oklab value0xff7b6dc9.@ @ @ @ @ @
- See Also:
-
CW_FADED_CYAN
public static final int CW_FADED_CYANThis color constant "CW Faded Cyan" has RGBA8888 code78D2D0FF, L 0.7490196, A 0.45882353, B 0.4862745, alpha 1.0, hue 0.5463871, saturation 0.5494898, and chroma 0.08646853. It has the encoded Oklab value0xff7c75bf.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_CYAN
public static final int CW_FLUSH_CYANThis color constant "CW Flush Cyan" has RGBA8888 code0ADED8FF, L 0.7490196, A 0.42745098, B 0.48235294, alpha 1.0, hue 0.53480226, saturation 0.97047836, and chroma 0.14874557. It has the encoded Oklab value0xff7b6dbf.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_CYAN
public static final int CW_LIGHT_CYANThis color constant "CW Light Cyan" has RGBA8888 code7DEFECFF, L 0.84705883, A 0.4509804, B 0.4862745, alpha 1.0, hue 0.5389897, saturation 0.60338134, and chroma 0.10141215. It has the encoded Oklab value0xff7c73d8.@ @ @ @ @ @
- See Also:
-
CW_PALE_CYAN
public static final int CW_PALE_CYANThis color constant "CW Pale Cyan" has RGBA8888 codeABEEECFF, L 0.8745098, A 0.46666667, B 0.49019608, alpha 1.0, hue 0.5389897, saturation 0.3926767, and chroma 0.069218926. It has the encoded Oklab value0xff7d77df.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_CYAN
public static final int CW_BRIGHT_CYANThis color constant "CW Bright Cyan" has RGBA8888 code34F1ECFF, L 0.81960785, A 0.43137255, B 0.48235294, alpha 1.0, hue 0.53677934, saturation 0.87321246, and chroma 0.1411665. It has the encoded Oklab value0xff7b6ed1.@ @ @ @ @ @
- See Also:
-
CW_DARK_CYAN
public static final int CW_DARK_CYANThis color constant "CW Dark Cyan" has RGBA8888 code0D9D99FF, L 0.5294118, A 0.44313726, B 0.4862745, alpha 1.0, hue 0.5335965, saturation 0.9545214, and chroma 0.11653464. It has the encoded Oklab value0xff7c7187.@ @ @ @ @ @
- See Also:
-
CW_DRAB_CYAN
public static final int CW_DRAB_CYANThis color constant "CW Drab Cyan" has RGBA8888 code41A7A4FF, L 0.5764706, A 0.4509804, B 0.4862745, alpha 1.0, hue 0.5389897, saturation 0.7730823, and chroma 0.10141215. It has the encoded Oklab value0xff7c7393.@ @ @ @ @ @
- See Also:
-
CW_RICH_CYAN
public static final int CW_RICH_CYANThis color constant "CW Rich Cyan" has RGBA8888 code09BAB6FF, L 0.627451, A 0.43529412, B 0.4862745, alpha 1.0, hue 0.5294989, saturation 0.95757765, and chroma 0.13177444. It has the encoded Oklab value0xff7c6fa0.@ @ @ @ @ @
- See Also:
-
CW_AZURE
public static final int CW_AZUREThis color constant "CW Azure" has RGBA8888 code33C0E4FF, L 0.6745098, A 0.44705883, B 0.45882353, alpha 1.0, hue 0.6043575, saturation 0.88655245, and chroma 0.1336143. It has the encoded Oklab value0xff7572ac.@ @ @ @ @ @
- See Also:
-
CW_FADED_AZURE
public static final int CW_FADED_AZUREThis color constant "CW Faded Azure" has RGBA8888 code7CB9C8FF, L 0.6784314, A 0.47058824, B 0.47843137, alpha 1.0, hue 0.59871596, saturation 0.46499056, and chroma 0.07266045. It has the encoded Oklab value0xff7a78ad.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_AZURE
public static final int CW_FLUSH_AZUREThis color constant "CW Flush Azure" has RGBA8888 code18B2D9FF, L 0.62352943, A 0.44705883, B 0.45882353, alpha 1.0, hue 0.6043575, saturation 0.9372126, and chroma 0.1336143. It has the encoded Oklab value0xff75729f.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_AZURE
public static final int CW_LIGHT_AZUREThis color constant "CW Light Azure" has RGBA8888 code8BD8EBFF, L 0.7882353, A 0.46666667, B 0.47843137, alpha 1.0, hue 0.58890384, saturation 0.47169906, and chroma 0.079095535. It has the encoded Oklab value0xff7a77c9.@ @ @ @ @ @
- See Also:
-
CW_PALE_AZURE
public static final int CW_PALE_AZUREThis color constant "CW Pale Azure" has RGBA8888 codeB2DFEAFF, L 0.8392157, A 0.47843137, B 0.4862745, alpha 1.0, hue 0.58601034, saturation 0.28443667, and chroma 0.050931267. It has the encoded Oklab value0xff7c7ad6.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_AZURE
public static final int CW_BRIGHT_AZUREThis color constant "CW Bright Azure" has RGBA8888 code3DCAEEFF, L 0.70980394, A 0.44705883, B 0.45882353, alpha 1.0, hue 0.6043575, saturation 0.8632221, and chroma 0.1336143. It has the encoded Oklab value0xff7572b5.@ @ @ @ @ @
- See Also:
-
CW_DARK_AZURE
public static final int CW_DARK_AZUREThis color constant "CW Dark Azure" has RGBA8888 code1B819AFF, L 0.4509804, A 0.45882353, B 0.46666667, alpha 1.0, hue 0.6073886, saturation 0.88318956, and chroma 0.105541065. It has the encoded Oklab value0xff777573.@ @ @ @ @ @
- See Also:
-
CW_DRAB_AZURE
public static final int CW_DRAB_AZUREThis color constant "CW Drab Azure" has RGBA8888 code498D9FFF, L 0.5058824, A 0.46666667, B 0.4745098, alpha 1.0, hue 0.60241663, saturation 0.6451613, and chroma 0.0835974. It has the encoded Oklab value0xff797781.@ @ @ @ @ @
- See Also:
-
CW_RICH_AZURE
public static final int CW_RICH_AZUREThis color constant "CW Rich Azure" has RGBA8888 code1596B6FF, L 0.52156866, A 0.45490196, B 0.4627451, alpha 1.0, hue 0.6091375, saturation 0.8882919, and chroma 0.11653464. It has the encoded Oklab value0xff767485.@ @ @ @ @ @
- See Also:
-
CW_BLUE
public static final int CW_BLUEThis color constant "CW Blue" has RGBA8888 code267CE9FF, L 0.4862745, A 0.4745098, B 0.4117647, alpha 1.0, hue 0.70762444, saturation 0.8292185, and chroma 0.18296935. It has the encoded Oklab value0xff69797c.@ @ @ @ @ @
- See Also:
-
CW_FADED_BLUE
public static final int CW_FADED_BLUEThis color constant "CW Faded Blue" has RGBA8888 code658AB9FF, L 0.5294118, A 0.4862745, B 0.45882353, alpha 1.0, hue 0.7036129, saturation 0.3728681, and chroma 0.08646853. It has the encoded Oklab value0xff757c87.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_BLUE
public static final int CW_FLUSH_BLUEThis color constant "CW Flush Blue" has RGBA8888 code136CDEFF, L 0.43529412, A 0.4745098, B 0.40784314, alpha 1.0, hue 0.7093862, saturation 0.9142203, and chroma 0.19048727. It has the encoded Oklab value0xff68796f.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_BLUE
public static final int CW_LIGHT_BLUEThis color constant "CW Light Blue" has RGBA8888 code81B0EBFF, L 0.6745098, A 0.4862745, B 0.45490196, alpha 1.0, hue 0.70762444, saturation 0.33048564, and chroma 0.09391262. It has the encoded Oklab value0xff747cac.@ @ @ @ @ @
- See Also:
-
CW_PALE_BLUE
public static final int CW_PALE_BLUEThis color constant "CW Pale Blue" has RGBA8888 codeA7C3E6FF, L 0.7529412, A 0.49019608, B 0.4745098, alpha 1.0, hue 0.6987916, saturation 0.19764236, and chroma 0.054407768. It has the encoded Oklab value0xff797dc0.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_BLUE
public static final int CW_BRIGHT_BLUEThis color constant "CW Bright Blue" has RGBA8888 code398AF1FF, L 0.53333336, A 0.4745098, B 0.41960785, alpha 1.0, hue 0.7036129, saturation 0.7457362, and chroma 0.16801417. It has the encoded Oklab value0xff6b7988.@ @ @ @ @ @
- See Also:
-
CW_DARK_BLUE
public static final int CW_DARK_BLUEThis color constant "CW Dark Blue" has RGBA8888 code15519DFF, L 0.31764707, A 0.47843137, B 0.43137255, alpha 1.0, hue 0.70447326, saturation 0.88600224, and chroma 0.143312. It has the encoded Oklab value0xff6e7a51.@ @ @ @ @ @
- See Also:
-
CW_DRAB_BLUE
public static final int CW_DRAB_BLUEThis color constant "CW Drab Blue" has RGBA8888 code355E93FF, L 0.36078432, A 0.4862745, B 0.4509804, alpha 1.0, hue 0.7110103, saturation 0.5153882, and chroma 0.10141215. It has the encoded Oklab value0xff737c5c.@ @ @ @ @ @
- See Also:
-
CW_RICH_BLUE
public static final int CW_RICH_BLUEThis color constant "CW Rich Blue" has RGBA8888 code0F5ABBFF, L 0.36078432, A 0.47843137, B 0.41568628, alpha 1.0, hue 0.7127985, saturation 0.89945966, and chroma 0.17337766. It has the encoded Oklab value0xff6a7a5c.@ @ @ @ @ @
- See Also:
-
CW_SAPPHIRE
public static final int CW_SAPPHIREThis color constant "CW Sapphire" has RGBA8888 code3244E8FF, L 0.3647059, A 0.49803922, B 0.38039216, alpha 1.0, hue 0.75, saturation 0.6818182, and chroma 0.23831327. It has the encoded Oklab value0xff617f5d.@ @ @ @ @ @
- See Also:
-
CW_FADED_SAPPHIRE
public static final int CW_FADED_SAPPHIREThis color constant "CW Faded Sapphire" has RGBA8888 code5E65ACFF, L 0.42352942, A 0.5058824, B 0.44313726, alpha 1.0, hue 0.77258337, saturation 0.30743772, and chroma 0.11388578. It has the encoded Oklab value0xff71816c.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_SAPPHIRE
public static final int CW_FLUSH_SAPPHIREThis color constant "CW Flush Sapphire" has RGBA8888 code172BDDFF, L 0.29803923, A 0.49019608, B 0.36862746, alpha 1.0, hue 0.74036574, saturation 0.82651377, and chroma 0.26244652. It has the encoded Oklab value0xff5e7d4c.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_SAPPHIRE
public static final int CW_LIGHT_SAPPHIREThis color constant "CW Light Sapphire" has RGBA8888 code8690E9FF, L 0.59607846, A 0.5058824, B 0.4392157, alpha 1.0, hue 0.771096, saturation 0.2631782, and chroma 0.121659465. It has the encoded Oklab value0xff708198.@ @ @ @ @ @
- See Also:
-
CW_PALE_SAPPHIRE
public static final int CW_PALE_SAPPHIREThis color constant "CW Pale Sapphire" has RGBA8888 codeA7ADE1FF, L 0.69411767, A 0.5019608, B 0.4627451, alpha 1.0, hue 0.76761156, saturation 0.1426045, and chroma 0.07432148. It has the encoded Oklab value0xff7680b1.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_SAPPHIRE
public static final int CW_BRIGHT_SAPPHIREThis color constant "CW Bright Sapphire" has RGBA8888 code3D4DF0FF, L 0.39607844, A 0.5019608, B 0.38039216, alpha 1.0, hue 0.75530314, saturation 0.65253615, and chroma 0.23831327. It has the encoded Oklab value0xff618065.@ @ @ @ @ @
- See Also:
-
CW_DARK_SAPPHIRE
public static final int CW_DARK_SAPPHIREThis color constant "CW Dark Sapphire" has RGBA8888 code1A289DFF, L 0.23137255, A 0.49411765, B 0.4, alpha 1.0, hue 0.74363714, saturation 0.74686545, and chroma 0.19956312. It has the encoded Oklab value0xff667e3b.@ @ @ @ @ @
- See Also:
-
CW_DRAB_SAPPHIRE
public static final int CW_DRAB_SAPPHIREThis color constant "CW Drab Sapphire" has RGBA8888 code323A8AFF, L 0.26666668, A 0.5019608, B 0.43137255, alpha 1.0, hue 0.75935155, saturation 0.4865539, and chroma 0.13677454. It has the encoded Oklab value0xff6e8044.@ @ @ @ @ @
- See Also:
-
CW_RICH_SAPPHIRE
public static final int CW_RICH_SAPPHIREThis color constant "CW Rich Sapphire" has RGBA8888 code1424BAFF, L 0.2509804, A 0.49019608, B 0.38431373, alpha 1.0, hue 0.7390409, saturation 0.807469, and chroma 0.23129487. It has the encoded Oklab value0xff627d40.@ @ @ @ @ @
- See Also:
-
CW_INDIGO
public static final int CW_INDIGOThis color constant "CW Indigo" has RGBA8888 code5313DFFF, L 0.31764707, A 0.53333336, B 0.37254903, alpha 1.0, hue 0.79363537, saturation 0.9233761, and chroma 0.26244652. It has the encoded Oklab value0xff5f8851.@ @ @ @ @ @
- See Also:
-
CW_FADED_INDIGO
public static final int CW_FADED_INDIGOThis color constant "CW Faded Indigo" has RGBA8888 code63489FFF, L 0.35686275, A 0.5294118, B 0.43529412, alpha 1.0, hue 0.82379156, saturation 0.4900971, and chroma 0.1415982. It has the encoded Oklab value0xff6f875b.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_INDIGO
public static final int CW_FLUSH_INDIGOThis color constant "CW Flush Indigo" has RGBA8888 code4909D4FF, L 0.29411766, A 0.5294118, B 0.37254903, alpha 1.0, hue 0.7889897, saturation 0.95608246, and chroma 0.26057938. It has the encoded Oklab value0xff5f874b.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_INDIGO
public static final int CW_LIGHT_INDIGOThis color constant "CW Light Indigo" has RGBA8888 code9774E2FF, L 0.54509807, A 0.53333336, B 0.43137255, alpha 1.0, hue 0.8274922, saturation 0.40495545, and chroma 0.15199278. It has the encoded Oklab value0xff6e888b.@ @ @ @ @ @
- See Also:
-
CW_PALE_INDIGO
public static final int CW_PALE_INDIGOThis color constant "CW Pale Indigo" has RGBA8888 codeAF9BDBFF, L 0.654902, A 0.5176471, B 0.45882353, alpha 1.0, hue 0.82379156, saturation 0.20704333, and chroma 0.08924734. It has the encoded Oklab value0xff7584a7.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_INDIGO
public static final int CW_BRIGHT_INDIGOThis color constant "CW Bright Indigo" has RGBA8888 code6C33EAFF, L 0.3882353, A 0.5411765, B 0.38431373, alpha 1.0, hue 0.8077007, saturation 0.78521836, and chroma 0.24463232. It has the encoded Oklab value0xff628a63.@ @ @ @ @ @
- See Also:
-
CW_DARK_INDIGO
public static final int CW_DARK_INDIGOThis color constant "CW Dark Indigo" has RGBA8888 code360997FF, L 0.21176471, A 0.5254902, B 0.4, alpha 1.0, hue 0.79345095, saturation 0.9440549, and chroma 0.20558903. It has the encoded Oklab value0xff668636.@ @ @ @ @ @
- See Also:
-
CW_DRAB_INDIGO
public static final int CW_DRAB_INDIGOThis color constant "CW Drab Indigo" has RGBA8888 code3B1D7EFF, L 0.21176471, A 0.5254902, B 0.42352942, alpha 1.0, hue 0.80618024, saturation 0.74994284, and chroma 0.1605844. It has the encoded Oklab value0xff6c8636.@ @ @ @ @ @
- See Also:
-
CW_RICH_INDIGO
public static final int CW_RICH_INDIGOThis color constant "CW Rich Indigo" has RGBA8888 code3D07B3FF, L 0.24705882, A 0.5254902, B 0.38431373, alpha 1.0, hue 0.7876958, saturation 0.9623506, and chroma 0.23599699. It has the encoded Oklab value0xff62863f.@ @ @ @ @ @
- See Also:
-
CW_VIOLET
public static final int CW_VIOLETThis color constant "CW Violet" has RGBA8888 code902BE7FF, L 0.41960785, A 0.57254905, B 0.39215687, alpha 1.0, hue 0.84759516, saturation 0.8575363, and chroma 0.2589346. It has the encoded Oklab value0xff64926b.@ @ @ @ @ @
- See Also:
-
CW_FADED_VIOLET
public static final int CW_FADED_VIOLETThis color constant "CW Faded Violet" has RGBA8888 code8C61B1FF, L 0.46666667, A 0.5372549, B 0.4509804, alpha 1.0, hue 0.86057127, saturation 0.3905125, and chroma 0.12265874. It has the encoded Oklab value0xff738977.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_VIOLET
public static final int CW_FLUSH_VIOLETThis color constant "CW Flush Violet" has RGBA8888 code7F14DCFF, L 0.36862746, A 0.5686275, B 0.3882353, alpha 1.0, hue 0.84093124, saturation 0.93765163, and chroma 0.2612811. It has the encoded Oklab value0xff63915e.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_VIOLET
public static final int CW_LIGHT_VIOLETThis color constant "CW Light Violet" has RGBA8888 codeBA83E9FF, L 0.61960787, A 0.5411765, B 0.44313726, alpha 1.0, hue 0.85599256, saturation 0.36710295, and chroma 0.13986339. It has the encoded Oklab value0xff718a9e.@ @ @ @ @ @
- See Also:
-
CW_PALE_VIOLET
public static final int CW_PALE_VIOLETThis color constant "CW Pale Violet" has RGBA8888 codeC6A7E2FF, L 0.7137255, A 0.52156866, B 0.46666667, alpha 1.0, hue 0.85241663, saturation 0.18518518, and chroma 0.079095535. It has the encoded Oklab value0xff7785b6.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_VIOLET
public static final int CW_BRIGHT_VIOLETThis color constant "CW Bright Violet" has RGBA8888 code9C3AF0FF, L 0.45882353, A 0.57254905, B 0.39607844, alpha 1.0, hue 0.8504396, saturation 0.79512304, and chroma 0.25249004. It has the encoded Oklab value0xff659275.@ @ @ @ @ @
- See Also:
-
CW_DARK_VIOLET
public static final int CW_DARK_VIOLETThis color constant "CW Dark Violet" has RGBA8888 code5E179CFF, L 0.27450982, A 0.5529412, B 0.4117647, alpha 1.0, hue 0.8401978, saturation 0.88395965, and chroma 0.2049944. It has the encoded Oklab value0xff698d46.@ @ @ @ @ @
- See Also:
-
CW_DRAB_VIOLET
public static final int CW_DRAB_VIOLETThis color constant "CW Drab Violet" has RGBA8888 code63328DFF, L 0.3019608, A 0.54509807, B 0.43529412, alpha 1.0, hue 0.85241663, saturation 0.6557377, and chroma 0.15712644. It has the encoded Oklab value0xff6f8b4d.@ @ @ @ @ @
- See Also:
-
CW_RICH_VIOLET
public static final int CW_RICH_VIOLETThis color constant "CW Rich Violet" has RGBA8888 code6B11B9FF, L 0.30980393, A 0.56078434, B 0.4, alpha 1.0, hue 0.840609, saturation 0.9275514, and chroma 0.23313475. It has the encoded Oklab value0xff668f4f.@ @ @ @ @ @
- See Also:
-
CW_PURPLE
public static final int CW_PURPLEThis color constant "CW Purple" has RGBA8888 codeC934E9FF, L 0.5137255, A 0.6, B 0.4117647, alpha 1.0, hue 0.8882321, saturation 0.84095734, and chroma 0.26568243. It has the encoded Oklab value0xff699983.@ @ @ @ @ @
- See Also:
-
CW_FADED_PURPLE
public static final int CW_FADED_PURPLEThis color constant "CW Faded Purple" has RGBA8888 codeAE6EBCFF, L 0.5372549, A 0.54901963, B 0.45882353, alpha 1.0, hue 0.8956425, saturation 0.40002978, and chroma 0.12753771. It has the encoded Oklab value0xff758c89.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_PURPLE
public static final int CW_FLUSH_PURPLEThis color constant "CW Flush Purple" has RGBA8888 codeBB18DEFF, L 0.4627451, A 0.6039216, B 0.40784314, alpha 1.0, hue 0.8877051, saturation 0.9333762, and chroma 0.27671033. It has the encoded Oklab value0xff689a76.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_PURPLE
public static final int CW_LIGHT_PURPLEThis color constant "CW Light Purple" has RGBA8888 codeDA89ECFF, L 0.6745098, A 0.5568628, B 0.4509804, alpha 1.0, hue 0.8926114, saturation 0.40019527, and chroma 0.14956398. It has the encoded Oklab value0xff738eac.@ @ @ @ @ @
- See Also:
-
CW_PALE_PURPLE
public static final int CW_PALE_PURPLEThis color constant "CW Pale Purple" has RGBA8888 codeDCADE7FF, L 0.7529412, A 0.5294118, B 0.47058824, alpha 1.0, hue 0.8855944, saturation 0.20247898, and chroma 0.082864076. It has the encoded Oklab value0xff7887c0.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_PURPLE
public static final int CW_BRIGHT_PURPLEThis color constant "CW Bright Purple" has RGBA8888 codeD13DF1FF, L 0.5411765, A 0.6, B 0.41568628, alpha 1.0, hue 0.8918677, saturation 0.80533856, and chroma 0.26057938. It has the encoded Oklab value0xff6a998a.@ @ @ @ @ @
- See Also:
-
CW_DARK_PURPLE
public static final int CW_DARK_PURPLEThis color constant "CW Dark Purple" has RGBA8888 code871C9DFF, L 0.3372549, A 0.5803922, B 0.43137255, alpha 1.0, hue 0.89169145, saturation 0.8858529, and chroma 0.2105755. It has the encoded Oklab value0xff6e9456.@ @ @ @ @ @
- See Also:
-
CW_DRAB_PURPLE
public static final int CW_DRAB_PURPLEThis color constant "CW Drab Purple" has RGBA8888 code863F95FF, L 0.3764706, A 0.5568628, B 0.4509804, alpha 1.0, hue 0.8926114, saturation 0.58210224, and chroma 0.14956398. It has the encoded Oklab value0xff738e60.@ @ @ @ @ @
- See Also:
-
CW_RICH_PURPLE
public static final int CW_RICH_PURPLEThis color constant "CW Rich Purple" has RGBA8888 code9E15BAFF, L 0.3882353, A 0.5921569, B 0.41960785, alpha 1.0, hue 0.88942873, saturation 0.9188529, and chroma 0.24363229. It has the encoded Oklab value0xff6b9763.@ @ @ @ @ @
- See Also:
-
CW_MAGENTA
public static final int CW_MAGENTAThis color constant "CW Magenta" has RGBA8888 codeE71FBCFF, L 0.5176471, A 0.62352943, B 0.44705883, alpha 1.0, hue 0.938585, saturation 0.92106223, and chroma 0.26774204. It has the encoded Oklab value0xff729f84.@ @ @ @ @ @
- See Also:
-
CW_FADED_MAGENTA
public static final int CW_FADED_MAGENTAThis color constant "CW Faded Magenta" has RGBA8888 codeB761A4FF, L 0.5137255, A 0.56078434, B 0.47058824, alpha 1.0, hue 0.934363, saturation 0.4657133, and chroma 0.1345248. It has the encoded Oklab value0xff788f83.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_MAGENTA
public static final int CW_FLUSH_MAGENTAThis color constant "CW Flush Magenta" has RGBA8888 codeDC0EB0FF, L 0.48235294, A 0.62352943, B 0.4509804, alpha 1.0, hue 0.9428998, saturation 0.9627046, and chroma 0.26476192. It has the encoded Oklab value0xff739f7b.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_MAGENTA
public static final int CW_LIGHT_MAGENTAThis color constant "CW Light Magenta" has RGBA8888 codeEA7ED2FF, L 0.6627451, A 0.5686275, B 0.46666667, alpha 1.0, hue 0.93343776, saturation 0.4426453, and chroma 0.15199278. It has the encoded Oklab value0xff7791a9.@ @ @ @ @ @
- See Also:
-
CW_PALE_MAGENTA
public static final int CW_PALE_MAGENTAThis color constant "CW Pale Magenta" has RGBA8888 codeE4A5D6FF, L 0.7372549, A 0.5372549, B 0.47843137, alpha 1.0, hue 0.92620844, saturation 0.23292375, and chroma 0.08575976. It has the encoded Oklab value0xff7a89bc.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_MAGENTA
public static final int CW_BRIGHT_MAGENTAThis color constant "CW Bright Magenta" has RGBA8888 codeF036C9FF, L 0.5568628, A 0.6156863, B 0.44705883, alpha 1.0, hue 0.9349205, saturation 0.8277358, and chroma 0.25345513. It has the encoded Oklab value0xff729d8e.@ @ @ @ @ @
- See Also:
-
CW_DARK_MAGENTA
public static final int CW_DARK_MAGENTAThis color constant "CW Dark Magenta" has RGBA8888 code9C117EFF, L 0.34509805, A 0.59607846, B 0.45882353, alpha 1.0, hue 0.9394406, saturation 0.94476575, and chroma 0.2082438. It has the encoded Oklab value0xff759858.@ @ @ @ @ @
- See Also:
-
CW_DRAB_MAGENTA
public static final int CW_DRAB_MAGENTAThis color constant "CW Drab Magenta" has RGBA8888 code91307CFF, L 0.35686275, A 0.57254905, B 0.46666667, alpha 1.0, hue 0.9365733, saturation 0.69883144, and chroma 0.15905683. It has the encoded Oklab value0xff77925b.@ @ @ @ @ @
- See Also:
-
CW_RICH_MAGENTA
public static final int CW_RICH_MAGENTAThis color constant "CW Rich Magenta" has RGBA8888 codeB90D94FF, L 0.40784314, A 0.60784316, B 0.45490196, alpha 1.0, hue 0.940423, saturation 0.94010055, and chroma 0.23287278. It has the encoded Oklab value0xff749b68.@ @ @ @ @ @
- See Also:
-
CW_ROSE
public static final int CW_ROSEThis color constant "CW Rose" has RGBA8888 codeE41A71FF, L 0.4745098, A 0.6156863, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.9230769, and chroma 0.23050185. It has the encoded Oklab value0xff7f9d79.@ @ @ @ @ @
- See Also:
-
CW_FADED_ROSE
public static final int CW_FADED_ROSEThis color constant "CW Faded Rose" has RGBA8888 codeB05A7FFF, L 0.4745098, A 0.5568628, B 0.49019608, alpha 1.0, hue 0.978904, saturation 0.45856807, and chroma 0.114952646. It has the encoded Oklab value0xff7d8e79.@ @ @ @ @ @
- See Also:
-
CW_FLUSH_ROSE
public static final int CW_FLUSH_ROSEThis color constant "CW Flush Rose" has RGBA8888 codeD90D64FF, L 0.44313726, A 0.6117647, B 0.5058824, alpha 1.0, hue 0.010959112, saturation 0.93770593, and chroma 0.22296442. It has the encoded Oklab value0xff819c71.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_ROSE
public static final int CW_LIGHT_ROSEThis color constant "CW Light Rose" has RGBA8888 codeE87AA9FF, L 0.6313726, A 0.5647059, B 0.49019608, alpha 1.0, hue 0.9813617, saturation 0.42793107, and chroma 0.1303775. It has the encoded Oklab value0xff7d90a1.@ @ @ @ @ @
- See Also:
-
CW_PALE_ROSE
public static final int CW_PALE_ROSEThis color constant "CW Pale Rose" has RGBA8888 codeE2A2BDFF, L 0.7176471, A 0.5372549, B 0.49411765, alpha 1.0, hue 0.9841372, saturation 0.23103161, and chroma 0.07513822. It has the encoded Oklab value0xff7e89b7.@ @ @ @ @ @
- See Also:
-
CW_BRIGHT_ROSE
public static final int CW_BRIGHT_ROSEThis color constant "CW Bright Rose" has RGBA8888 codeEE3585FF, L 0.52156866, A 0.6117647, B 0.49411765, alpha 1.0, hue 0.9945141, saturation 0.84107935, and chroma 0.22296442. It has the encoded Oklab value0xff7e9c85.@ @ @ @ @ @
- See Also:
-
CW_DARK_ROSE
public static final int CW_DARK_ROSEThis color constant "CW Dark Rose" has RGBA8888 code9A0D4AFF, L 0.31764707, A 0.5882353, B 0.5019608, alpha 1.0, hue 0.0069155367, saturation 0.9208691, and chroma 0.17582464. It has the encoded Oklab value0xff809651.@ @ @ @ @ @
- See Also:
-
CW_DRAB_ROSE
public static final int CW_DRAB_ROSEThis color constant "CW Drab Rose" has RGBA8888 code8C2B55FF, L 0.32156864, A 0.5686275, B 0.49411765, alpha 1.0, hue 0.9911669, saturation 0.7069708, and chroma 0.13722007. It has the encoded Oklab value0xff7e9152.@ @ @ @ @ @
- See Also:
-
CW_RICH_ROSE
public static final int CW_RICH_ROSEThis color constant "CW Rich Rose" has RGBA8888 codeB60B54FF, L 0.37254903, A 0.6, B 0.5019608, alpha 1.0, hue 0.006118364, saturation 0.9461536, and chroma 0.19925705. It has the encoded Oklab value0xff80995f.@ @ @ @ @ @
- See Also:
-
CW_BLACK
public static final int CW_BLACKThis color constant "CW Black" has RGBA8888 code000000FF, L 0.0, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f00.@ @ @ @ @ @
- See Also:
-
CW_ALMOST_BLACK
public static final int CW_ALMOST_BLACKThis color constant "CW Almost Black" has RGBA8888 code1F1F1FFF, L 0.12156863, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f1f.@ @ @ @ @ @
- See Also:
-
CW_GRAY_BLACK
public static final int CW_GRAY_BLACKThis color constant "CW Gray Black" has RGBA8888 code3F3F3FFF, L 0.24705882, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f3f.@ @ @ @ @ @
- See Also:
-
CW_DARK_GRAY
public static final int CW_DARK_GRAYThis color constant "CW Dark Gray" has RGBA8888 code5F5F5FFF, L 0.37254903, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f5f.@ @ @ @ @ @
- See Also:
-
CW_GRAY
public static final int CW_GRAYThis color constant "CW Gray" has RGBA8888 code7F7F7FFF, L 0.49803922, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f7f.@ @ @ @ @ @
- See Also:
-
CW_LIGHT_GRAY
public static final int CW_LIGHT_GRAYThis color constant "CW Light Gray" has RGBA8888 code9F9F9FFF, L 0.62352943, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f9f.@ @ @ @ @ @
- See Also:
-
CW_GRAY_WHITE
public static final int CW_GRAY_WHITEThis color constant "CW Gray White" has RGBA8888 codeBFBFBFFF, L 0.7490196, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7fbf.@ @ @ @ @ @
- See Also:
-
CW_ALMOST_WHITE
public static final int CW_ALMOST_WHITEThis color constant "CW Almost White" has RGBA8888 codeDFDFDFFF, L 0.8745098, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7fdf.@ @ @ @ @ @
- See Also:
-
CW_WHITE
public static final int CW_WHITEThis color constant "CW White" has RGBA8888 codeFFFFFFFF, L 1.0, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7fff.@ @ @ @ @ @
- See Also:
-
AURORA_TRANSPARENT
public static final int AURORA_TRANSPARENTThis color constant "Aurora Transparent" has RGBA8888 code00000000, L 0.0, A 0.49803922, B 0.49803922, alpha 0.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0x007f7f00.@ @ @ @ @ @
- See Also:
-
AURORA_PITCH_BLACK
public static final int AURORA_PITCH_BLACKThis color constant "Aurora Pitch Black" has RGBA8888 code010101FF, L 0.003921569, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f01.@ @ @ @ @ @
- See Also:
-
AURORA_COAL_BLACK
public static final int AURORA_COAL_BLACKThis color constant "Aurora Coal Black" has RGBA8888 code131313FF, L 0.07450981, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f13.@ @ @ @ @ @
- See Also:
-
AURORA_SHADOW
public static final int AURORA_SHADOWThis color constant "Aurora Shadow" has RGBA8888 code252525FF, L 0.14509805, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f25.@ @ @ @ @ @
- See Also:
-
AURORA_GRAPHITE
public static final int AURORA_GRAPHITEThis color constant "Aurora Graphite" has RGBA8888 code373737FF, L 0.21568628, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f37.@ @ @ @ @ @
- See Also:
-
AURORA_SMOKE
public static final int AURORA_SMOKEThis color constant "Aurora Smoke" has RGBA8888 code494949FF, L 0.28627452, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f49.@ @ @ @ @ @
- See Also:
-
AURORA_LEAD
public static final int AURORA_LEADThis color constant "Aurora Lead" has RGBA8888 code5B5B5BFF, L 0.35686275, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f5b.@ @ @ @ @ @
- See Also:
-
AURORA_IRON
public static final int AURORA_IRONThis color constant "Aurora Iron" has RGBA8888 code6E6E6EFF, L 0.43137255, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f6e.@ @ @ @ @ @
- See Also:
-
AURORA_ELEPHANT
public static final int AURORA_ELEPHANTThis color constant "Aurora Elephant" has RGBA8888 code808080FF, L 0.5019608, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f80.@ @ @ @ @ @
- See Also:
-
AURORA_CHINCHILLA
public static final int AURORA_CHINCHILLAThis color constant "Aurora Chinchilla" has RGBA8888 code929292FF, L 0.57254905, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7f92.@ @ @ @ @ @
- See Also:
-
AURORA_GREYHOUND
public static final int AURORA_GREYHOUNDThis color constant "Aurora Greyhound" has RGBA8888 codeA4A4A4FF, L 0.6431373, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7fa4.@ @ @ @ @ @
- See Also:
-
AURORA_SILVER
public static final int AURORA_SILVERThis color constant "Aurora Silver" has RGBA8888 codeB6B6B6FF, L 0.7137255, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7fb6.@ @ @ @ @ @
- See Also:
-
AURORA_FOG
public static final int AURORA_FOGThis color constant "Aurora Fog" has RGBA8888 codeC9C9C9FF, L 0.7882353, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7fc9.@ @ @ @ @ @
- See Also:
-
AURORA_PLATINUM
public static final int AURORA_PLATINUMThis color constant "Aurora Platinum" has RGBA8888 codeDBDBDBFF, L 0.85882354, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7fdb.@ @ @ @ @ @
- See Also:
-
AURORA_CLOUD
public static final int AURORA_CLOUDThis color constant "Aurora Cloud" has RGBA8888 codeEDEDEDFF, L 0.92941177, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7fed.@ @ @ @ @ @
- See Also:
-
AURORA_SHINING_WHITE
public static final int AURORA_SHINING_WHITEThis color constant "Aurora Shining White" has RGBA8888 codeFFFFFFFF, L 1.0, A 0.49803922, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.0, and chroma 0.0055242716. It has the encoded Oklab value0xff7f7fff.@ @ @ @ @ @
- See Also:
-
AURORA_SEAWATER
public static final int AURORA_SEAWATERThis color constant "Aurora Seawater" has RGBA8888 code007F7FFF, L 0.42745098, A 0.4509804, B 0.4862745, alpha 1.0, hue 0.5389897, saturation 0.95148593, and chroma 0.10141215. It has the encoded Oklab value0xff7c736d.@ @ @ @ @ @
- See Also:
-
AURORA_HOSPITAL_GREEN
public static final int AURORA_HOSPITAL_GREENThis color constant "Aurora Hospital Green" has RGBA8888 code3FBFBFFF, L 0.65882355, A 0.44313726, B 0.48235294, alpha 1.0, hue 0.54429305, saturation 0.83201253, and chroma 0.11861114. It has the encoded Oklab value0xff7b71a8.@ @ @ @ @ @
- See Also:
-
AURORA_CYAN
public static final int AURORA_CYANThis color constant "Aurora Cyan" has RGBA8888 code00FFFFFF, L 0.8627451, A 0.42352942, B 0.47843137, alpha 1.0, hue 0.5409546, saturation 0.9583845, and chroma 0.1582875. It has the encoded Oklab value0xff7a6cdc.@ @ @ @ @ @
- See Also:
-
AURORA_BUBBLE
public static final int AURORA_BUBBLEThis color constant "Aurora Bubble" has RGBA8888 codeBFFFFFFF, L 0.94509804, A 0.47058824, B 0.49019608, alpha 1.0, hue 0.54429305, saturation 0.33091408, and chroma 0.061763234. It has the encoded Oklab value0xff7d78f1.@ @ @ @ @ @
- See Also:
-
AURORA_PERIWINKLE
public static final int AURORA_PERIWINKLEThis color constant "Aurora Periwinkle" has RGBA8888 code8181FFFF, L 0.57254905, A 0.5137255, B 0.41568628, alpha 1.0, hue 0.7799562, saturation 0.38868287, and chroma 0.17017984. It has the encoded Oklab value0xff6a8392.@ @ @ @ @ @
- See Also:
-
AURORA_ULTRAMARINE
public static final int AURORA_ULTRAMARINEThis color constant "Aurora Ultramarine" has RGBA8888 code0000FFFF, L 0.3019608, A 0.48235294, B 0.34117648, alpha 1.0, hue 0.7341372, saturation 0.9925803, and chroma 0.31835338. It has the encoded Oklab value0xff577b4d.@ @ @ @ @ @
- See Also:
-
AURORA_FADED_BLUE
public static final int AURORA_FADED_BLUEThis color constant "Aurora Faded Blue" has RGBA8888 code3F3FBFFF, L 0.32941177, A 0.50980395, B 0.40392157, alpha 1.0, hue 0.76979154, saturation 0.6201737, and chroma 0.19240016. It has the encoded Oklab value0xff678254.@ @ @ @ @ @
- See Also:
-
AURORA_OCEAN_BLUE
public static final int AURORA_OCEAN_BLUEThis color constant "Aurora Ocean Blue" has RGBA8888 code00007FFF, L 0.14901961, A 0.4862745, B 0.4, alpha 1.0, hue 0.73099244, saturation 0.9874258, and chroma 0.20108652. It has the encoded Oklab value0xff667c26.@ @ @ @ @ @
- See Also:
-
AURORA_STYGIAN_BLUE
public static final int AURORA_STYGIAN_BLUEThis color constant "Aurora Stygian Blue" has RGBA8888 code0F0F50FF, L 0.10980392, A 0.49803922, B 0.43137255, alpha 1.0, hue 0.75, saturation 0.85, and chroma 0.13677454. It has the encoded Oklab value0xff6e7f1c.@ @ @ @ @ @
- See Also:
-
AURORA_DEEP_PURPLE
public static final int AURORA_DEEP_PURPLEThis color constant "Aurora Deep Purple" has RGBA8888 code7F007FFF, L 0.2901961, A 0.58431375, B 0.44313726, alpha 1.0, hue 0.9098022, saturation 0.96580774, and chroma 0.20259848. It has the encoded Oklab value0xff71954a.@ @ @ @ @ @
- See Also:
-
AURORA_TYRIAN_PURPLE
public static final int AURORA_TYRIAN_PURPLEThis color constant "Aurora Tyrian Purple" has RGBA8888 codeBF3FBFFF, L 0.48235294, A 0.5882353, B 0.4392157, alpha 1.0, hue 0.908024, saturation 0.73224163, and chroma 0.21345432. It has the encoded Oklab value0xff70967b.@ @ @ @ @ @
- See Also:
-
AURORA_MAGENTA
public static final int AURORA_MAGENTAThis color constant "Aurora Magenta" has RGBA8888 codeF500F5FF, L 0.5647059, A 0.6313726, B 0.41568628, alpha 1.0, hue 0.9119405, saturation 0.96295136, and chroma 0.31098264. It has the encoded Oklab value0xff6aa190.@ @ @ @ @ @
- See Also:
-
AURORA_BUBBLEGUM_PINK
public static final int AURORA_BUBBLEGUM_PINKThis color constant "Aurora Bubblegum Pink" has RGBA8888 codeFD81FFFF, L 0.7137255, A 0.5803922, B 0.44313726, alpha 1.0, hue 0.90641636, saturation 0.52038884, and chroma 0.19616999. It has the encoded Oklab value0xff7194b6.@ @ @ @ @ @
- See Also:
-
AURORA_PORK_CHOP
public static final int AURORA_PORK_CHOPThis color constant "Aurora Pork Chop" has RGBA8888 codeFFC0CBFF, L 0.827451, A 0.5294118, B 0.5019608, alpha 1.0, hue 0.019791542, saturation 0.17526647, and chroma 0.058723815. It has the encoded Oklab value0xff8087d3.@ @ @ @ @ @
- See Also:
-
AURORA_RAW_MEAT
public static final int AURORA_RAW_MEATThis color constant "Aurora Raw Meat" has RGBA8888 codeFF8181FF, L 0.6666667, A 0.5647059, B 0.52156866, alpha 1.0, hue 0.054000217, saturation 0.4506939, and chroma 0.13587911. It has the encoded Oklab value0xff8590aa.@ @ @ @ @ @
- See Also:
-
AURORA_FRESH_BLOOD
public static final int AURORA_FRESH_BLOODThis color constant "Aurora Fresh Blood" has RGBA8888 codeFF0000FF, L 0.49803922, A 0.6117647, B 0.56078434, alpha 1.0, hue 0.0802403, saturation 0.98868626, and chroma 0.25345513. It has the encoded Oklab value0xff8f9c7f.@ @ @ @ @ @
- See Also:
-
AURORA_PUTTY
public static final int AURORA_PUTTYThis color constant "Aurora Putty" has RGBA8888 codeBF3F3FFF, L 0.43137255, A 0.57254905, B 0.5294118, alpha 1.0, hue 0.06342667, saturation 0.67591894, and chroma 0.15595676. It has the encoded Oklab value0xff87926e.@ @ @ @ @ @
- See Also:
-
AURORA_SIENNA
public static final int AURORA_SIENNAThis color constant "Aurora Sienna" has RGBA8888 code7F0000FF, L 0.24705882, A 0.5686275, B 0.5372549, alpha 1.0, hue 0.08070704, saturation 0.9577331, and chroma 0.1555649. It has the encoded Oklab value0xff89913f.@ @ @ @ @ @
- See Also:
-
AURORA_SEAL_BROWN
public static final int AURORA_SEAL_BROWNThis color constant "Aurora Seal Brown" has RGBA8888 code551414FF, L 0.1764706, A 0.54509807, B 0.52156866, alpha 1.0, hue 0.07379155, saturation 0.7892004, and chroma 0.09959023. It has the encoded Oklab value0xff858b2d.@ @ @ @ @ @
- See Also:
-
AURORA_MUMMY_BROWN
public static final int AURORA_MUMMY_BROWNThis color constant "Aurora Mummy Brown" has RGBA8888 code7F3F00FF, L 0.31764707, A 0.5294118, B 0.54509807, alpha 1.0, hue 0.15641639, saturation 0.93046486, and chroma 0.107261956. It has the encoded Oklab value0xff8b8751.@ @ @ @ @ @
- See Also:
-
AURORA_FAWN
public static final int AURORA_FAWNThis color constant "Aurora Fawn" has RGBA8888 codeBF7F3FFF, L 0.5568628, A 0.52156866, B 0.54901963, alpha 1.0, hue 0.1811804, saturation 0.6984303, and chroma 0.106691405. It has the encoded Oklab value0xff8c858e.@ @ @ @ @ @
- See Also:
-
AURORA_ORANGE
public static final int AURORA_ORANGEThis color constant "Aurora Orange" has RGBA8888 codeFF7F00FF, L 0.6431373, A 0.54901963, B 0.57254905, alpha 1.0, hue 0.1544989, saturation 0.9208691, and chroma 0.17443058. It has the encoded Oklab value0xff928ca4.@ @ @ @ @ @
- See Also:
-
AURORA_PEACH
public static final int AURORA_PEACHThis color constant "Aurora Peach" has RGBA8888 codeFFBF81FF, L 0.8039216, A 0.5176471, B 0.54509807, alpha 1.0, hue 0.18716717, saturation 0.50980395, and chroma 0.096477255. It has the encoded Oklab value0xff8b84cd.@ @ @ @ @ @
- See Also:
-
AURORA_CREAM
public static final int AURORA_CREAMThis color constant "Aurora Cream" has RGBA8888 codeFFFFBFFF, L 0.98039216, A 0.4862745, B 0.53333336, alpha 1.0, hue 0.30120838, saturation 0.33287132, and chroma 0.071815535. It has the encoded Oklab value0xff887cfa.@ @ @ @ @ @
- See Also:
-
AURORA_LEMON
public static final int AURORA_LEMONThis color constant "Aurora Lemon" has RGBA8888 codeFFFF00FF, L 0.9529412, A 0.4627451, B 0.59607846, alpha 1.0, hue 0.30499697, saturation 0.94895214, and chroma 0.20529193. It has the encoded Oklab value0xff9876f3.@ @ @ @ @ @
- See Also:
-
AURORA_EARWAX
public static final int AURORA_EARWAXThis color constant "Aurora Earwax" has RGBA8888 codeBFBF3FFF, L 0.7176471, A 0.4745098, B 0.5686275, alpha 1.0, hue 0.30120838, saturation 0.824942, and chroma 0.14584495. It has the encoded Oklab value0xff9179b7.@ @ @ @ @ @
- See Also:
-
AURORA_UMBER
public static final int AURORA_UMBERThis color constant "Aurora Umber" has RGBA8888 code7F7F00FF, L 0.4745098, A 0.4745098, B 0.56078434, alpha 1.0, hue 0.30710015, saturation 0.9493337, and chroma 0.13131043. It has the encoded Oklab value0xff8f7979.@ @ @ @ @ @
- See Also:
-
AURORA_IVY_GREEN
public static final int AURORA_IVY_GREENThis color constant "Aurora Ivy Green" has RGBA8888 code007F00FF, L 0.4, A 0.42352942, B 0.5529412, alpha 1.0, hue 0.39893213, saturation 0.98336864, and chroma 0.18528971. It has the encoded Oklab value0xff8d6c66.@ @ @ @ @ @
- See Also:
-
AURORA_JADE
public static final int AURORA_JADEThis color constant "Aurora Jade" has RGBA8888 code3FBF3FFF, L 0.62352943, A 0.41568628, B 0.5568628, alpha 1.0, hue 0.40128404, saturation 0.806468, and chroma 0.20259848. It has the encoded Oklab value0xff8e6a9f.@ @ @ @ @ @
- See Also:
-
AURORA_SHAMROCK_GREEN
public static final int AURORA_SHAMROCK_GREENThis color constant "Aurora Shamrock Green" has RGBA8888 code00FF00FF, L 0.80784315, A 0.38039216, B 0.5882353, alpha 1.0, hue 0.39589924, saturation 0.9947925, and chroma 0.29610303. It has the encoded Oklab value0xff9661ce.@ @ @ @ @ @
- See Also:
-
AURORA_CELADON
public static final int AURORA_CELADONThis color constant "Aurora Celadon" has RGBA8888 codeAFFFAFFF, L 0.90588236, A 0.44705883, B 0.53333336, alpha 1.0, hue 0.40362442, saturation 0.39040464, and chroma 0.12463325. It has the encoded Oklab value0xff8872e7.@ @ @ @ @ @
- See Also:
-
AURORA_PUCE
public static final int AURORA_PUCEThis color constant "Aurora Puce" has RGBA8888 codeBCAFC0FF, L 0.7058824, A 0.5058824, B 0.49019608, alpha 1.0, hue 0.875, saturation 0.055459354, and chroma 0.022777155. It has the encoded Oklab value0xff7d81b4.@ @ @ @ @ @
- See Also:
-
AURORA_BEIGE
public static final int AURORA_BEIGEThis color constant "Aurora Beige" has RGBA8888 codeCBAA89FF, L 0.6901961, A 0.50980395, B 0.5254902, alpha 1.0, hue 0.18555963, saturation 0.33112058, and chroma 0.054407768. It has the encoded Oklab value0xff8682b0.@ @ @ @ @ @
- See Also:
-
AURORA_WET_STONE
public static final int AURORA_WET_STONEThis color constant "Aurora Wet Stone" has RGBA8888 codeA6A090FF, L 0.627451, A 0.49803922, B 0.50980395, alpha 1.0, hue 0.25, saturation 0.15, and chroma 0.019918045. It has the encoded Oklab value0xff827fa0.@ @ @ @ @ @
- See Also:
-
AURORA_SLOW_CREEK
public static final int AURORA_SLOW_CREEKThis color constant "Aurora Slow Creek" has RGBA8888 code7E9494FF, L 0.56078434, A 0.4862745, B 0.49411765, alpha 1.0, hue 0.5512084, saturation 0.20401792, and chroma 0.029749114. It has the encoded Oklab value0xff7e7c8f.@ @ @ @ @ @
- See Also:
-
AURORA_SLATE_GRAY
public static final int AURORA_SLATE_GRAYThis color constant "Aurora Slate Gray" has RGBA8888 code6E8287FF, L 0.49411765, A 0.4862745, B 0.49019608, alpha 1.0, hue 0.59358364, saturation 0.24037008, and chroma 0.033602834. It has the encoded Oklab value0xff7d7c7e.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_1
public static final int AURORA_LIGHT_SKIN_1This color constant "Aurora Light Skin 1" has RGBA8888 code7E6E60FF, L 0.44313726, A 0.5058824, B 0.50980395, alpha 1.0, hue 0.15641639, saturation 0.18976586, and chroma 0.022777155. It has the encoded Oklab value0xff828171.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_2
public static final int AURORA_LIGHT_SKIN_2This color constant "Aurora Light Skin 2" has RGBA8888 codeA0695FFF, L 0.47058824, A 0.5294118, B 0.5176471, alpha 1.0, hue 0.08890383, saturation 0.2948119, and chroma 0.068331465. It has the encoded Oklab value0xff848778.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_3
public static final int AURORA_LIGHT_SKIN_3This color constant "Aurora Light Skin 3" has RGBA8888 codeC07872FF, L 0.5529412, A 0.5372549, B 0.5176471, alpha 1.0, hue 0.07379155, saturation 0.310565, and chroma 0.0821242. It has the encoded Oklab value0xff84898d.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_4
public static final int AURORA_LIGHT_SKIN_4This color constant "Aurora Light Skin 4" has RGBA8888 codeD08A74FF, L 0.6156863, A 0.53333336, B 0.5254902, alpha 1.0, hue 0.10520855, saturation 0.3455077, and chroma 0.0835974. It has the encoded Oklab value0xff86889d.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_5
public static final int AURORA_LIGHT_SKIN_5This color constant "Aurora Light Skin 5" has RGBA8888 codeE19B7DFF, L 0.6784314, A 0.5294118, B 0.5294118, alpha 1.0, hue 0.125, saturation 0.38351554, and chroma 0.082864076. It has the encoded Oklab value0xff8787ad.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_6
public static final int AURORA_LIGHT_SKIN_6This color constant "Aurora Light Skin 6" has RGBA8888 codeEBAA8CFF, L 0.7294118, A 0.5254902, B 0.5254902, alpha 1.0, hue 0.125, saturation 0.31933856, and chroma 0.071815535. It has the encoded Oklab value0xff8686ba.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_7
public static final int AURORA_LIGHT_SKIN_7This color constant "Aurora Light Skin 7" has RGBA8888 codeF5B99BFF, L 0.78431374, A 0.52156866, B 0.5254902, alpha 1.0, hue 0.1372184, saturation 0.30228016, and chroma 0.06652104. It has the encoded Oklab value0xff8685c8.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_8
public static final int AURORA_LIGHT_SKIN_8This color constant "Aurora Light Skin 8" has RGBA8888 codeF6C8AFFF, L 0.827451, A 0.5176471, B 0.52156866, alpha 1.0, hue 0.13942872, saturation 0.24794444, and chroma 0.055518243. It has the encoded Oklab value0xff8584d3.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_SKIN_9
public static final int AURORA_LIGHT_SKIN_9This color constant "Aurora Light Skin 9" has RGBA8888 codeF5E1D2FF, L 0.8980392, A 0.5058824, B 0.50980395, alpha 1.0, hue 0.15641639, saturation 0.11821479, and chroma 0.022777155. It has the encoded Oklab value0xff8281e5.@ @ @ @ @ @
- See Also:
-
AURORA_DARK_SKIN_1
public static final int AURORA_DARK_SKIN_1This color constant "Aurora Dark Skin 1" has RGBA8888 code573B3BFF, L 0.2627451, A 0.5176471, B 0.5058824, alpha 1.0, hue 0.0605594, saturation 0.24478021, and chroma 0.03705794. It has the encoded Oklab value0xff818443.@ @ @ @ @ @
- See Also:
-
AURORA_DARK_SKIN_2
public static final int AURORA_DARK_SKIN_2This color constant "Aurora Dark Skin 2" has RGBA8888 code73413CFF, L 0.3137255, A 0.5294118, B 0.5137255, alpha 1.0, hue 0.07379155, saturation 0.3577709, and chroma 0.064659946. It has the encoded Oklab value0xff838750.@ @ @ @ @ @
- See Also:
-
AURORA_DARK_SKIN_3
public static final int AURORA_DARK_SKIN_3This color constant "Aurora Dark Skin 3" has RGBA8888 code8E5555FF, L 0.4, A 0.53333336, B 0.50980395, alpha 1.0, hue 0.051208384, saturation 0.33287132, and chroma 0.069218926. It has the encoded Oklab value0xff828866.@ @ @ @ @ @
- See Also:
-
AURORA_PINK_SKIN_1
public static final int AURORA_PINK_SKIN_1This color constant "Aurora Pink Skin 1" has RGBA8888 codeAB7373FF, L 0.5137255, A 0.5294118, B 0.50980395, alpha 1.0, hue 0.057100154, saturation 0.25129423, and chroma 0.061763234. It has the encoded Oklab value0xff828783.@ @ @ @ @ @
- See Also:
-
AURORA_PINK_SKIN_2
public static final int AURORA_PINK_SKIN_2This color constant "Aurora Pink Skin 2" has RGBA8888 codeC78F8FFF, L 0.62352943, A 0.5294118, B 0.50980395, alpha 1.0, hue 0.057100154, saturation 0.22192217, and chroma 0.061763234. It has the encoded Oklab value0xff82879f.@ @ @ @ @ @
- See Also:
-
AURORA_PINK_SKIN_3
public static final int AURORA_PINK_SKIN_3This color constant "Aurora Pink Skin 3" has RGBA8888 codeE3ABABFF, L 0.73333335, A 0.5254902, B 0.5058824, alpha 1.0, hue 0.04429303, saturation 0.1712967, and chroma 0.052115876. It has the encoded Oklab value0xff8186bb.@ @ @ @ @ @
- See Also:
-
AURORA_PINK_SKIN_4
public static final int AURORA_PINK_SKIN_4This color constant "Aurora Pink Skin 4" has RGBA8888 codeF8D2DAFF, L 0.8666667, A 0.5176471, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.104166664, and chroma 0.0353726. It has the encoded Oklab value0xff7f84dd.@ @ @ @ @ @
- See Also:
-
AURORA_BRONZE_SKIN_4
public static final int AURORA_BRONZE_SKIN_4This color constant "Aurora Bronze Skin 4" has RGBA8888 codeE3C7ABFF, L 0.8, A 0.5058824, B 0.5176471, alpha 1.0, hue 0.1894406, saturation 0.21118294, and chroma 0.03705794. It has the encoded Oklab value0xff8481cc.@ @ @ @ @ @
- See Also:
-
AURORA_BRONZE_SKIN_3
public static final int AURORA_BRONZE_SKIN_3This color constant "Aurora Bronze Skin 3" has RGBA8888 codeC49E73FF, L 0.64705884, A 0.50980395, B 0.5294118, alpha 1.0, hue 0.19289984, saturation 0.3883638, and chroma 0.061763234. It has the encoded Oklab value0xff8782a5.@ @ @ @ @ @
- See Also:
-
AURORA_BRONZE_SKIN_2
public static final int AURORA_BRONZE_SKIN_2This color constant "Aurora Bronze Skin 2" has RGBA8888 code8F7357FF, L 0.47058824, A 0.50980395, B 0.52156866, alpha 1.0, hue 0.17620845, saturation 0.3626056, and chroma 0.0471994. It has the encoded Oklab value0xff858278.@ @ @ @ @ @
- See Also:
-
AURORA_BRONZE_SKIN_1
public static final int AURORA_BRONZE_SKIN_1This color constant "Aurora Bronze Skin 1" has RGBA8888 code73573BFF, L 0.3647059, A 0.50980395, B 0.5254902, alpha 1.0, hue 0.18555963, saturation 0.49134022, and chroma 0.054407768. It has the encoded Oklab value0xff86825d.@ @ @ @ @ @
- See Also:
-
AURORA_TAUPE
public static final int AURORA_TAUPEThis color constant "Aurora Taupe" has RGBA8888 code3B2D1FFF, L 0.1882353, A 0.5058824, B 0.5137255, alpha 1.0, hue 0.17620845, saturation 0.4259177, and chroma 0.029749114. It has the encoded Oklab value0xff838130.@ @ @ @ @ @
- See Also:
-
AURORA_DRAB_GREEN
public static final int AURORA_DRAB_GREENThis color constant "Aurora Drab Green" has RGBA8888 code414123FF, L 0.24705882, A 0.49019608, B 0.52156866, alpha 1.0, hue 0.30120838, saturation 0.5499613, and chroma 0.0471994. It has the encoded Oklab value0xff857d3f.@ @ @ @ @ @
- See Also:
-
AURORA_LIZARD_SCALES
public static final int AURORA_LIZARD_SCALESThis color constant "Aurora Lizard Scales" has RGBA8888 code73733BFF, L 0.43529412, A 0.4862745, B 0.5372549, alpha 1.0, hue 0.29638705, saturation 0.63274586, and chroma 0.079095535. It has the encoded Oklab value0xff897c6f.@ @ @ @ @ @
- See Also:
-
AURORA_CRICKET
public static final int AURORA_CRICKETThis color constant "Aurora Cricket" has RGBA8888 code8F8F57FF, L 0.54509807, A 0.4862745, B 0.53333336, alpha 1.0, hue 0.30120838, saturation 0.48650423, and chroma 0.071815535. It has the encoded Oklab value0xff887c8b.@ @ @ @ @ @
- See Also:
-
AURORA_OLIVE_OIL
public static final int AURORA_OLIVE_OILThis color constant "Aurora Olive Oil" has RGBA8888 codeA2A255FF, L 0.6156863, A 0.48235294, B 0.54509807, alpha 1.0, hue 0.30120838, saturation 0.6023386, and chroma 0.096477255. It has the encoded Oklab value0xff8b7b9d.@ @ @ @ @ @
- See Also:
-
AURORA_DUN
public static final int AURORA_DUNThis color constant "Aurora Dun" has RGBA8888 codeB5B572FF, L 0.6901961, A 0.4862745, B 0.5372549, alpha 1.0, hue 0.29638705, saturation 0.4745594, and chroma 0.079095535. It has the encoded Oklab value0xff897cb0.@ @ @ @ @ @
- See Also:
-
AURORA_CORN_SILK
public static final int AURORA_CORN_SILKThis color constant "Aurora Corn Silk" has RGBA8888 codeC7C78FFF, L 0.7647059, A 0.4862745, B 0.5294118, alpha 1.0, hue 0.30710015, saturation 0.34873483, and chroma 0.064659946. It has the encoded Oklab value0xff877cc3.@ @ @ @ @ @
- See Also:
-
AURORA_TAN
public static final int AURORA_TANThis color constant "Aurora Tan" has RGBA8888 codeDADAABFF, L 0.8392157, A 0.49019608, B 0.5254902, alpha 1.0, hue 0.29429302, saturation 0.2912044, and chroma 0.054407768. It has the encoded Oklab value0xff867dd6.@ @ @ @ @ @
- See Also:
-
AURORA_STRAW
public static final int AURORA_STRAWThis color constant "Aurora Straw" has RGBA8888 codeEDEDC7FF, L 0.91764706, A 0.49019608, B 0.5176471, alpha 1.0, hue 0.3105594, saturation 0.19582418, and chroma 0.040217306. It has the encoded Oklab value0xff847dea.@ @ @ @ @ @
- See Also:
-
AURORA_HONEYDEW
public static final int AURORA_HONEYDEWThis color constant "Aurora Honeydew" has RGBA8888 codeC7E3ABFF, L 0.84705883, A 0.4745098, B 0.5254902, alpha 1.0, hue 0.3627816, saturation 0.28811076, and chroma 0.071815535. It has the encoded Oklab value0xff8679d8.@ @ @ @ @ @
- See Also:
-
AURORA_TARNISH
public static final int AURORA_TARNISHThis color constant "Aurora Tarnish" has RGBA8888 codeABC78FFF, L 0.7372549, A 0.4745098, B 0.5294118, alpha 1.0, hue 0.35241663, saturation 0.35714287, and chroma 0.07753685. It has the encoded Oklab value0xff8779bc.@ @ @ @ @ @
- See Also:
-
AURORA_PEA_SOUP
public static final int AURORA_PEA_SOUPThis color constant "Aurora Pea Soup" has RGBA8888 code8EBE55FF, L 0.67058825, A 0.45490196, B 0.5529412, alpha 1.0, hue 0.35599256, saturation 0.6594257, and chroma 0.13854803. It has the encoded Oklab value0xff8d74ab.@ @ @ @ @ @
- See Also:
-
AURORA_MARSH
public static final int AURORA_MARSHThis color constant "Aurora Marsh" has RGBA8888 code738F57FF, L 0.5176471, A 0.47058824, B 0.5294118, alpha 1.0, hue 0.36440554, saturation 0.45234665, and chroma 0.082864076. It has the encoded Oklab value0xff877884.@ @ @ @ @ @
- See Also:
-
AURORA_ASPARAGUS
public static final int AURORA_ASPARAGUSThis color constant "Aurora Asparagus" has RGBA8888 code587D3EFF, L 0.4392157, A 0.4627451, B 0.5372549, alpha 1.0, hue 0.36663133, saturation 0.62574995, and chroma 0.104961164. It has the encoded Oklab value0xff897670.@ @ @ @ @ @
- See Also:
-
AURORA_PEAT_BOG
public static final int AURORA_PEAT_BOGThis color constant "Aurora Peat Bog" has RGBA8888 code465032FF, L 0.29411766, A 0.48235294, B 0.52156866, alpha 1.0, hue 0.3435836, saturation 0.48074016, and chroma 0.055518243. It has the encoded Oklab value0xff857b4b.@ @ @ @ @ @
- See Also:
-
AURORA_DEEP_JUNGLE
public static final int AURORA_DEEP_JUNGLEThis color constant "Aurora Deep Jungle" has RGBA8888 code191E0FFF, L 0.105882354, A 0.4862745, B 0.5137255, alpha 1.0, hue 0.35241663, saturation 0.625, and chroma 0.038669903. It has the encoded Oklab value0xff837c1b.@ @ @ @ @ @
- See Also:
-
AURORA_PINE_GREEN
public static final int AURORA_PINE_GREENThis color constant "Aurora Pine Green" has RGBA8888 code235037FF, L 0.27058825, A 0.4627451, B 0.5137255, alpha 1.0, hue 0.43343773, saturation 0.6792316, and chroma 0.079095535. It has the encoded Oklab value0xff837645.@ @ @ @ @ @
- See Also:
-
AURORA_OLIVE_GREEN
public static final int AURORA_OLIVE_GREENThis color constant "Aurora Olive Green" has RGBA8888 code3B573BFF, L 0.30588236, A 0.4745098, B 0.5137255, alpha 1.0, hue 0.4064164, saturation 0.3795317, and chroma 0.05767509. It has the encoded Oklab value0xff83794e.@ @ @ @ @ @
- See Also:
-
AURORA_GRAY_GREEN
public static final int AURORA_GRAY_GREENThis color constant "Aurora Gray Green" has RGBA8888 code506450FF, L 0.3647059, A 0.48235294, B 0.50980395, alpha 1.0, hue 0.39758337, saturation 0.22222222, and chroma 0.040217306. It has the encoded Oklab value0xff827b5d.@ @ @ @ @ @
- See Also:
-
AURORA_MAIDENHAIR_FERN
public static final int AURORA_MAIDENHAIR_FERNThis color constant "Aurora Maidenhair Fern" has RGBA8888 code3B7349FF, L 0.39215687, A 0.45882353, B 0.52156866, alpha 1.0, hue 0.41398963, saturation 0.5424141, and chroma 0.09260367. It has the encoded Oklab value0xff857564.@ @ @ @ @ @
- See Also:
-
AURORA_KELLY_GREEN
public static final int AURORA_KELLY_GREENThis color constant "Aurora Kelly Green" has RGBA8888 code578F57FF, L 0.49411765, A 0.45490196, B 0.5294118, alpha 1.0, hue 0.39992374, saturation 0.49459895, and chroma 0.107261956. It has the encoded Oklab value0xff87747e.@ @ @ @ @ @
- See Also:
-
AURORA_DUSTY_GREEN
public static final int AURORA_DUSTY_GREENThis color constant "Aurora Dusty Green" has RGBA8888 code73AB73FF, L 0.6039216, A 0.45882353, B 0.5254902, alpha 1.0, hue 0.4027998, saturation 0.39375985, and chroma 0.096477255. It has the encoded Oklab value0xff86759a.@ @ @ @ @ @
- See Also:
-
AURORA_GARTER_SNAKE
public static final int AURORA_GARTER_SNAKEThis color constant "Aurora Garter Snake" has RGBA8888 code64C082FF, L 0.65882355, A 0.44313726, B 0.5254902, alpha 1.0, hue 0.42620847, saturation 0.5906595, and chroma 0.124142565. It has the encoded Oklab value0xff8671a8.@ @ @ @ @ @
- See Also:
-
AURORA_SILVER_GREEN
public static final int AURORA_SILVER_GREENThis color constant "Aurora Silver Green" has RGBA8888 code8FC78FFF, L 0.7137255, A 0.45882353, B 0.5254902, alpha 1.0, hue 0.4027998, saturation 0.3538132, and chroma 0.096477255. It has the encoded Oklab value0xff8675b6.@ @ @ @ @ @
- See Also:
-
AURORA_PISTACHIO
public static final int AURORA_PISTACHIOThis color constant "Aurora Pistachio" has RGBA8888 codeA2D8A2FF, L 0.78039217, A 0.4627451, B 0.52156866, alpha 1.0, hue 0.4064164, saturation 0.30904725, and chroma 0.08575976. It has the encoded Oklab value0xff8576c7.@ @ @ @ @ @
- See Also:
-
AURORA_ANGEL_WING
public static final int AURORA_ANGEL_WINGThis color constant "Aurora Angel Wing" has RGBA8888 codeE1F8FAFF, L 0.9529412, A 0.4862745, B 0.49411765, alpha 1.0, hue 0.5512084, saturation 0.1437399, and chroma 0.029749114. It has the encoded Oklab value0xff7e7cf3.@ @ @ @ @ @
- See Also:
-
AURORA_SAGE_GREEN
public static final int AURORA_SAGE_GREENThis color constant "Aurora Sage Green" has RGBA8888 codeB4EECAFF, L 0.87058824, A 0.46666667, B 0.50980395, alpha 1.0, hue 0.44289985, saturation 0.2997896, and chroma 0.069218926. It has the encoded Oklab value0xff8277de.@ @ @ @ @ @
- See Also:
-
AURORA_DRIED_SAGE
public static final int AURORA_DRIED_SAGEThis color constant "Aurora Dried Sage" has RGBA8888 codeABE3C5FF, L 0.83137256, A 0.46666667, B 0.50980395, alpha 1.0, hue 0.44289985, saturation 0.31069103, and chroma 0.069218926. It has the encoded Oklab value0xff8277d4.@ @ @ @ @ @
- See Also:
-
AURORA_ARTICHOKE
public static final int AURORA_ARTICHOKEThis color constant "Aurora Artichoke" has RGBA8888 code87B48EFF, L 0.6509804, A 0.46666667, B 0.5137255, alpha 1.0, hue 0.42620847, saturation 0.34401047, and chroma 0.071815535. It has the encoded Oklab value0xff8377a6.@ @ @ @ @ @
- See Also:
-
AURORA_VIRIDIAN
public static final int AURORA_VIRIDIANThis color constant "Aurora Viridian" has RGBA8888 code507D5FFF, L 0.4392157, A 0.46666667, B 0.5137255, alpha 1.0, hue 0.42620847, saturation 0.43630594, and chroma 0.071815535. It has the encoded Oklab value0xff837770.@ @ @ @ @ @
- See Also:
-
AURORA_FLORAL_FOAM
public static final int AURORA_FLORAL_FOAMThis color constant "Aurora Floral Foam" has RGBA8888 code0F6946FF, L 0.34117648, A 0.44705883, B 0.5137255, alpha 1.0, hue 0.45249218, saturation 0.90676475, and chroma 0.10895567. It has the encoded Oklab value0xff837257.@ @ @ @ @ @
- See Also:
-
AURORA_HUNTER_GREEN
public static final int AURORA_HUNTER_GREENThis color constant "Aurora Hunter Green" has RGBA8888 code1E2D23FF, L 0.15686275, A 0.48235294, B 0.5058824, alpha 1.0, hue 0.42620847, saturation 0.4259177, and chroma 0.03705794. It has the encoded Oklab value0xff817b28.@ @ @ @ @ @
- See Also:
-
AURORA_DARK_TEAL
public static final int AURORA_DARK_TEALThis color constant "Aurora Dark Teal" has RGBA8888 code234146FF, L 0.23137255, A 0.47843137, B 0.4862745, alpha 1.0, hue 0.58601034, saturation 0.64788353, and chroma 0.050931267. It has the encoded Oklab value0xff7c7a3b.@ @ @ @ @ @
- See Also:
-
AURORA_KYANITE
public static final int AURORA_KYANITEThis color constant "Aurora Kyanite" has RGBA8888 code3B7373FF, L 0.40392157, A 0.46666667, B 0.49019608, alpha 1.0, hue 0.5389897, saturation 0.63432395, and chroma 0.069218926. It has the encoded Oklab value0xff7d7767.@ @ @ @ @ @
- See Also:
-
AURORA_SPEARMINT
public static final int AURORA_SPEARMINTThis color constant "Aurora Spearmint" has RGBA8888 code64ABABFF, L 0.6117647, A 0.4627451, B 0.49019608, alpha 1.0, hue 0.53480226, saturation 0.5587603, and chroma 0.07674564. It has the encoded Oklab value0xff7d769c.@ @ @ @ @ @
- See Also:
-
AURORA_AMAZONITE
public static final int AURORA_AMAZONITEThis color constant "Aurora Amazonite" has RGBA8888 code8FC7C7FF, L 0.73333335, A 0.47058824, B 0.49019608, alpha 1.0, hue 0.54429305, saturation 0.39351946, and chroma 0.061763234. It has the encoded Oklab value0xff7d78bb.@ @ @ @ @ @
- See Also:
-
AURORA_PASTEL_SKY
public static final int AURORA_PASTEL_SKYThis color constant "Aurora Pastel Sky" has RGBA8888 codeABE3E3FF, L 0.8392157, A 0.4745098, B 0.49019608, alpha 1.0, hue 0.5512084, saturation 0.31622776, and chroma 0.054407768. It has the encoded Oklab value0xff7d79d6.@ @ @ @ @ @
- See Also:
-
AURORA_AQUAMARINE
public static final int AURORA_AQUAMARINEThis color constant "Aurora Aquamarine" has RGBA8888 codeC7F1F1FF, L 0.90588236, A 0.47843137, B 0.49411765, alpha 1.0, hue 0.53141636, saturation 0.2371637, and chroma 0.044538103. It has the encoded Oklab value0xff7e7ae7.@ @ @ @ @ @
- See Also:
-
AURORA_DUST_BUNNY
public static final int AURORA_DUST_BUNNYThis color constant "Aurora Dust Bunny" has RGBA8888 codeBED2F0FF, L 0.8156863, A 0.49411765, B 0.47843137, alpha 1.0, hue 0.71858364, saturation 0.11721884, and chroma 0.044538103. It has the encoded Oklab value0xff7a7ed0.@ @ @ @ @ @
- See Also:
-
AURORA_PATINA
public static final int AURORA_PATINAThis color constant "Aurora Patina" has RGBA8888 codeABC7E3FF, L 0.7647059, A 0.49019608, B 0.47843137, alpha 1.0, hue 0.6894406, saturation 0.1795055, and chroma 0.0471994. It has the encoded Oklab value0xff7a7dc3.@ @ @ @ @ @
- See Also:
-
AURORA_CHIPPED_GRANITE
public static final int AURORA_CHIPPED_GRANITEThis color constant "Aurora Chipped Granite" has RGBA8888 codeA8B9DCFF, L 0.7254902, A 0.49411765, B 0.4745098, alpha 1.0, hue 0.723716, saturation 0.12942049, and chroma 0.052115876. It has the encoded Oklab value0xff797eb9.@ @ @ @ @ @
- See Also:
-
AURORA_BLUE_SMOKE
public static final int AURORA_BLUE_SMOKEThis color constant "Aurora Blue Smoke" has RGBA8888 code8FABC7FF, L 0.654902, A 0.49019608, B 0.4745098, alpha 1.0, hue 0.6987916, saturation 0.21439171, and chroma 0.054407768. It has the encoded Oklab value0xff797da7.@ @ @ @ @ @
- See Also:
-
AURORA_AIR_FORCE_BLUE
public static final int AURORA_AIR_FORCE_BLUEThis color constant "Aurora Air Force Blue" has RGBA8888 code578FC7FF, L 0.5411765, A 0.47843137, B 0.4509804, alpha 1.0, hue 0.68716717, saturation 0.5531915, and chroma 0.106691405. It has the encoded Oklab value0xff737a8a.@ @ @ @ @ @
- See Also:
-
AURORA_COLD_IRON
public static final int AURORA_COLD_IRONThis color constant "Aurora Cold Iron" has RGBA8888 code57738FFF, L 0.4392157, A 0.4862745, B 0.4745098, alpha 1.0, hue 0.67620844, saturation 0.35306334, and chroma 0.05767509. It has the encoded Oklab value0xff797c70.@ @ @ @ @ @
- See Also:
-
AURORA_DREARY_BLUE
public static final int AURORA_DREARY_BLUEThis color constant "Aurora Dreary Blue" has RGBA8888 code3B5773FF, L 0.32941177, A 0.4862745, B 0.47058824, alpha 1.0, hue 0.68555963, saturation 0.44798666, and chroma 0.064659946. It has the encoded Oklab value0xff787c54.@ @ @ @ @ @
- See Also:
-
AURORA_MURK
public static final int AURORA_MURKThis color constant "Aurora Murk" has RGBA8888 code0F192DFF, L 0.09803922, A 0.49411765, B 0.47058824, alpha 1.0, hue 0.72741663, saturation 0.48765984, and chroma 0.059754133. It has the encoded Oklab value0xff787e19.@ @ @ @ @ @
- See Also:
-
AURORA_NINJA
public static final int AURORA_NINJAThis color constant "Aurora Ninja" has RGBA8888 code1F1F3BFF, L 0.13333334, A 0.5058824, B 0.46666667, alpha 1.0, hue 0.7889897, saturation 0.3926767, and chroma 0.06743233. It has the encoded Oklab value0xff778122.@ @ @ @ @ @
- See Also:
-
AURORA_WATERCOLOR_BLACK
public static final int AURORA_WATERCOLOR_BLACKThis color constant "Aurora Watercolor Black" has RGBA8888 code3B3B57FF, L 0.24313726, A 0.5058824, B 0.4745098, alpha 1.0, hue 0.8012084, saturation 0.21439171, and chroma 0.052115876. It has the encoded Oklab value0xff79813e.@ @ @ @ @ @
- See Also:
-
AURORA_IOLITE
public static final int AURORA_IOLITEThis color constant "Aurora Iolite" has RGBA8888 code494973FF, L 0.30588236, A 0.5058824, B 0.4627451, alpha 1.0, hue 0.78480226, saturation 0.25609845, and chroma 0.07513822. It has the encoded Oklab value0xff76814e.@ @ @ @ @ @
- See Also:
-
AURORA_BOYSENBERRY
public static final int AURORA_BOYSENBERRYThis color constant "Aurora Boysenberry" has RGBA8888 code57578FFF, L 0.36862746, A 0.50980395, B 0.45490196, alpha 1.0, hue 0.79237556, saturation 0.28504387, and chroma 0.091942206. It has the encoded Oklab value0xff74825e.@ @ @ @ @ @
- See Also:
-
AURORA_WATERCOLOR_GRAY
public static final int AURORA_WATERCOLOR_GRAYThis color constant "Aurora Watercolor Gray" has RGBA8888 code736EAAFF, L 0.4627451, A 0.50980395, B 0.45490196, alpha 1.0, hue 0.79237556, saturation 0.24786423, and chroma 0.091942206. It has the encoded Oklab value0xff748276.@ @ @ @ @ @
- See Also:
-
AURORA_BLUE_STEEL
public static final int AURORA_BLUE_STEELThis color constant "Aurora Blue Steel" has RGBA8888 code7676CAFF, L 0.5019608, A 0.50980395, B 0.4392157, alpha 1.0, hue 0.78141636, saturation 0.3090315, and chroma 0.12265874. It has the encoded Oklab value0xff708280.@ @ @ @ @ @
- See Also:
-
AURORA_TWILIGHT_CLOUD
public static final int AURORA_TWILIGHT_CLOUDThis color constant "Aurora Twilight Cloud" has RGBA8888 code8F8FC7FF, L 0.58431375, A 0.5058824, B 0.4627451, alpha 1.0, hue 0.78480226, saturation 0.16762808, and chroma 0.07513822. It has the encoded Oklab value0xff768195.@ @ @ @ @ @
- See Also:
-
AURORA_SMOG
public static final int AURORA_SMOGThis color constant "Aurora Smog" has RGBA8888 codeABABE3FF, L 0.69411767, A 0.5058824, B 0.4627451, alpha 1.0, hue 0.78480226, saturation 0.14991128, and chroma 0.07513822. It has the encoded Oklab value0xff7681b1.@ @ @ @ @ @
- See Also:
-
AURORA_TROPIC_MIST
public static final int AURORA_TROPIC_MISTThis color constant "Aurora Tropic Mist" has RGBA8888 codeD0DAF8FF, L 0.85882354, A 0.49803922, B 0.47843137, alpha 1.0, hue 0.75, saturation 0.0, and chroma 0.04314594. It has the encoded Oklab value0xff7a7fdb.@ @ @ @ @ @
- See Also:
-
AURORA_FEATHER_DOWN
public static final int AURORA_FEATHER_DOWNThis color constant "Aurora Feather Down" has RGBA8888 codeE3E3FFFF, L 0.9019608, A 0.5019608, B 0.48235294, alpha 1.0, hue 0.7889897, saturation 0.0, and chroma 0.0353726. It has the encoded Oklab value0xff7b80e6.@ @ @ @ @ @
- See Also:
-
AURORA_MILD_VIOLET
public static final int AURORA_MILD_VIOLETThis color constant "Aurora Mild Violet" has RGBA8888 codeAB8FC7FF, L 0.6156863, A 0.52156866, B 0.46666667, alpha 1.0, hue 0.85241663, saturation 0.20408164, and chroma 0.079095535. It has the encoded Oklab value0xff77859d.@ @ @ @ @ @
- See Also:
-
AURORA_VIOLET_CUSHIONS
public static final int AURORA_VIOLET_CUSHIONSThis color constant "Aurora Violet Cushions" has RGBA8888 code8F57C7FF, L 0.4627451, A 0.54509807, B 0.43137255, alpha 1.0, hue 0.84782684, saturation 0.5075281, and chroma 0.16359681. It has the encoded Oklab value0xff6e8b76.@ @ @ @ @ @
- See Also:
-
AURORA_DULL_VIOLET
public static final int AURORA_DULL_VIOLETThis color constant "Aurora Dull Violet" has RGBA8888 code73578FFF, L 0.39607844, A 0.5254902, B 0.4627451, alpha 1.0, hue 0.8552086, saturation 0.31237683, and chroma 0.08992863. It has the encoded Oklab value0xff768665.@ @ @ @ @ @
- See Also:
-
AURORA_ROYAL_VIOLET
public static final int AURORA_ROYAL_VIOLETThis color constant "Aurora Royal Violet" has RGBA8888 code573B73FF, L 0.2901961, A 0.5294118, B 0.45882353, alpha 1.0, hue 0.8573886, saturation 0.43411013, and chroma 0.1008085. It has the encoded Oklab value0xff75874a.@ @ @ @ @ @
- See Also:
-
AURORA_EMINENCE
public static final int AURORA_EMINENCEThis color constant "Aurora Eminence" has RGBA8888 code3C233CFF, L 0.1764706, A 0.5254902, B 0.48235294, alpha 1.0, hue 0.9173755, saturation 0.4134491, and chroma 0.061763234. It has the encoded Oklab value0xff7b862d.@ @ @ @ @ @
- See Also:
-
AURORA_PRUNE
public static final int AURORA_PRUNEThis color constant "Aurora Prune" has RGBA8888 code463246FF, L 0.22352941, A 0.5176471, B 0.4862745, alpha 1.0, hue 0.91398966, saturation 0.2591534, and chroma 0.044538103. It has the encoded Oklab value0xff7c8439.@ @ @ @ @ @
- See Also:
-
AURORA_DUSTY_GRAPE
public static final int AURORA_DUSTY_GRAPEThis color constant "Aurora Dusty Grape" has RGBA8888 code724072FF, L 0.33333334, A 0.5411765, B 0.47058824, alpha 1.0, hue 0.9098022, saturation 0.44197983, and chroma 0.1008085. It has the encoded Oklab value0xff788a55.@ @ @ @ @ @
- See Also:
-
AURORA_PINK_VIOLET
public static final int AURORA_PINK_VIOLETThis color constant "Aurora Pink Violet" has RGBA8888 code8F578FFF, L 0.43137255, A 0.5411765, B 0.47058824, alpha 1.0, hue 0.9098022, saturation 0.37252584, and chroma 0.1008085. It has the encoded Oklab value0xff788a6e.@ @ @ @ @ @
- See Also:
-
AURORA_RIPE_PLUM
public static final int AURORA_RIPE_PLUMThis color constant "Aurora Ripe Plum" has RGBA8888 codeAB57ABFF, L 0.48235294, A 0.56078434, B 0.45882353, alpha 1.0, hue 0.91109616, saturation 0.50314564, and chroma 0.14626285. It has the encoded Oklab value0xff758f7b.@ @ @ @ @ @
- See Also:
-
AURORA_MAUVE
public static final int AURORA_MAUVEThis color constant "Aurora Mauve" has RGBA8888 codeAB73ABFF, L 0.5372549, A 0.5411765, B 0.47058824, alpha 1.0, hue 0.9098022, saturation 0.32193592, and chroma 0.1008085. It has the encoded Oklab value0xff788a89.@ @ @ @ @ @
- See Also:
-
AURORA_HAM
public static final int AURORA_HAMThis color constant "Aurora Ham" has RGBA8888 codeEBACE1FF, L 0.7647059, A 0.5372549, B 0.4745098, alpha 1.0, hue 0.91398966, saturation 0.23092878, and chroma 0.08992863. It has the encoded Oklab value0xff7989c3.@ @ @ @ @ @
- See Also:
-
AURORA_COTTON_CANDY
public static final int AURORA_COTTON_CANDYThis color constant "Aurora Cotton Candy" has RGBA8888 codeFFDCF5FF, L 0.9098039, A 0.5176471, B 0.49019608, alpha 1.0, hue 0.9394406, saturation 0.099725276, and chroma 0.040217306. It has the encoded Oklab value0xff7d84e8.@ @ @ @ @ @
- See Also:
-
AURORA_SILVER_PINK
public static final int AURORA_SILVER_PINKThis color constant "Aurora Silver Pink" has RGBA8888 codeE3C7E3FF, L 0.81960785, A 0.5176471, B 0.4862745, alpha 1.0, hue 0.91398966, saturation 0.110017955, and chroma 0.044538103. It has the encoded Oklab value0xff7c84d1.@ @ @ @ @ @
- See Also:
-
AURORA_TEA_ROSE
public static final int AURORA_TEA_ROSEThis color constant "Aurora Tea Rose" has RGBA8888 codeE1B9D2FF, L 0.78039217, A 0.52156866, B 0.49019608, alpha 1.0, hue 0.9487916, saturation 0.13176157, and chroma 0.0471994. It has the encoded Oklab value0xff7d85c7.@ @ @ @ @ @
- See Also:
-
AURORA_OLD_ROSE
public static final int AURORA_OLD_ROSEThis color constant "Aurora Old Rose" has RGBA8888 codeD7A0BEFF, L 0.7019608, A 0.53333336, B 0.49019608, alpha 1.0, hue 0.96519774, saturation 0.21194355, and chroma 0.069218926. It has the encoded Oklab value0xff7d88b3.@ @ @ @ @ @
- See Also:
-
AURORA_DUSTY_PINK
public static final int AURORA_DUSTY_PINKThis color constant "Aurora Dusty Pink" has RGBA8888 codeC78FB9FF, L 0.6392157, A 0.5372549, B 0.48235294, alpha 1.0, hue 0.9394406, saturation 0.25047278, and chroma 0.0821242. It has the encoded Oklab value0xff7b89a3.@ @ @ @ @ @
- See Also:
-
AURORA_ROSEATE_SPOONBILL
public static final int AURORA_ROSEATE_SPOONBILLThis color constant "Aurora Roseate Spoonbill" has RGBA8888 codeC87DA0FF, L 0.5921569, A 0.54509807, B 0.49019608, alpha 1.0, hue 0.973716, saturation 0.31598768, and chroma 0.091942206. It has the encoded Oklab value0xff7d8b97.@ @ @ @ @ @
- See Also:
-
AURORA_THULIAN_PINK
public static final int AURORA_THULIAN_PINKThis color constant "Aurora Thulian Pink" has RGBA8888 codeC35A91FF, L 0.50980395, A 0.5686275, B 0.48235294, alpha 1.0, hue 0.96519774, saturation 0.51941097, and chroma 0.1411665. It has the encoded Oklab value0xff7b9182.@ @ @ @ @ @
- See Also:
-
AURORA_BROWN_VELVET
public static final int AURORA_BROWN_VELVETThis color constant "Aurora Brown Velvet" has RGBA8888 code4B2837FF, L 0.20392157, A 0.5294118, B 0.49411765, alpha 1.0, hue 0.98020846, saturation 0.42432937, and chroma 0.059754133. It has the encoded Oklab value0xff7e8734.@ @ @ @ @ @
- See Also:
-
AURORA_NIGHTSHADE
public static final int AURORA_NIGHTSHADEThis color constant "Aurora Nightshade" has RGBA8888 code321623FF, L 0.1254902, A 0.5254902, B 0.49411765, alpha 1.0, hue 0.97741663, saturation 0.5050763, and chroma 0.052115876. It has the encoded Oklab value0xff7e8620.@ @ @ @ @ @
- See Also:
-
AURORA_SCRIBE_INK
public static final int AURORA_SCRIBE_INKThis color constant "Aurora Scribe Ink" has RGBA8888 code280A1EFF, L 0.09019608, A 0.53333336, B 0.4862745, alpha 1.0, hue 0.9487916, saturation 0.79056937, and chroma 0.071815535. It has the encoded Oklab value0xff7c8817.@ @ @ @ @ @
- See Also:
-
AURORA_VARNISH
public static final int AURORA_VARNISHThis color constant "Aurora Varnish" has RGBA8888 code401811FF, L 0.14509805, A 0.5294118, B 0.5176471, alpha 1.0, hue 0.08890383, saturation 0.62893206, and chroma 0.068331465. It has the encoded Oklab value0xff848725.@ @ @ @ @ @
- See Also:
-
AURORA_CEDAR_WOOD
public static final int AURORA_CEDAR_WOODThis color constant "Aurora Cedar Wood" has RGBA8888 code621800FF, L 0.20392157, A 0.54901963, B 0.53333336, alpha 1.0, hue 0.096375585, saturation 0.9035079, and chroma 0.11809544. It has the encoded Oklab value0xff888c34.@ @ @ @ @ @
- See Also:
-
AURORA_HOT_SAUCE
public static final int AURORA_HOT_SAUCEThis color constant "Aurora Hot Sauce" has RGBA8888 codeA5140AFF, L 0.32941177, A 0.5803922, B 0.54509807, alpha 1.0, hue 0.08262452, saturation 0.94850093, and chroma 0.1836353. It has the encoded Oklab value0xff8b9454.@ @ @ @ @ @
- See Also:
-
AURORA_LURID_RED
public static final int AURORA_LURID_REDThis color constant "Aurora Lurid Red" has RGBA8888 codeDA2010FF, L 0.4392157, A 0.5921569, B 0.5529412, alpha 1.0, hue 0.08404553, saturation 0.89628667, and chroma 0.21173172. It has the encoded Oklab value0xff8d9770.@ @ @ @ @ @
- See Also:
-
AURORA_BRICK
public static final int AURORA_BRICKThis color constant "Aurora Brick" has RGBA8888 codeD5524AFF, L 0.5019608, A 0.5686275, B 0.53333336, alpha 1.0, hue 0.07379155, saturation 0.60073465, and chroma 0.15199278. It has the encoded Oklab value0xff889180.@ @ @ @ @ @
- See Also:
-
AURORA_FUSION_RED
public static final int AURORA_FUSION_REDThis color constant "Aurora Fusion Red" has RGBA8888 codeFF3C0AFF, L 0.53333336, A 0.5921569, B 0.5647059, alpha 1.0, hue 0.09808689, saturation 0.94873816, and chroma 0.22432896. It has the encoded Oklab value0xff909788.@ @ @ @ @ @
- See Also:
-
AURORA_EMBERS
public static final int AURORA_EMBERSThis color constant "Aurora Embers" has RGBA8888 codeF55A32FF, L 0.56078434, A 0.57254905, B 0.5568628, alpha 1.0, hue 0.10636183, saturation 0.80691457, and chroma 0.1836353. It has the encoded Oklab value0xff8e928f.@ @ @ @ @ @
- See Also:
-
AURORA_SALMON
public static final int AURORA_SALMONThis color constant "Aurora Salmon" has RGBA8888 codeFF6262FF, L 0.6, A 0.5803922, B 0.53333336, alpha 1.0, hue 0.06444036, saturation 0.6092618, and chroma 0.17337766. It has the encoded Oklab value0xff889499.@ @ @ @ @ @
- See Also:
-
AURORA_TAXICAB_YELLOW
public static final int AURORA_TAXICAB_YELLOWThis color constant "Aurora Taxicab Yellow" has RGBA8888 codeF6BD31FF, L 0.77254903, A 0.5019608, B 0.5764706, alpha 1.0, hue 0.24204868, saturation 0.8706515, and chroma 0.15239382. It has the encoded Oklab value0xff9380c5.@ @ @ @ @ @
- See Also:
-
AURORA_APRICOT
public static final int AURORA_APRICOTThis color constant "Aurora Apricot" has RGBA8888 codeFFA53CFF, L 0.7294118, A 0.5254902, B 0.5686275, alpha 1.0, hue 0.19097084, saturation 0.804717, and chroma 0.14584495. It has the encoded Oklab value0xff9186ba.@ @ @ @ @ @
- See Also:
-
AURORA_BURNT_YELLOW
public static final int AURORA_BURNT_YELLOWThis color constant "Aurora Burnt Yellow" has RGBA8888 codeD79B0FFF, L 0.6509804, A 0.5058824, B 0.57254905, alpha 1.0, hue 0.23330833, saturation 0.9319499, and chroma 0.14500555. It has the encoded Oklab value0xff9281a6.@ @ @ @ @ @
- See Also:
-
AURORA_DRY_PEPPER
public static final int AURORA_DRY_PEPPERThis color constant "Aurora Dry Pepper" has RGBA8888 codeDA6E0AFF, L 0.5529412, A 0.5411765, B 0.5647059, alpha 1.0, hue 0.1585965, saturation 0.9203844, and chroma 0.15279381. It has the encoded Oklab value0xff908a8d.@ @ @ @ @ @
- See Also:
-
AURORA_REDWOOD
public static final int AURORA_REDWOODThis color constant "Aurora Redwood" has RGBA8888 codeB45A00FF, L 0.45490196, A 0.5372549, B 0.5568628, alpha 1.0, hue 0.15641639, saturation 0.9245003, and chroma 0.13542919. It has the encoded Oklab value0xff8e8974.@ @ @ @ @ @
- See Also:
-
AURORA_KOA
public static final int AURORA_KOAThis color constant "Aurora Koa" has RGBA8888 codeA04B05FF, L 0.39215687, A 0.5372549, B 0.5529412, alpha 1.0, hue 0.15128402, saturation 0.9299811, and chroma 0.12896542. It has the encoded Oklab value0xff8d8964.@ @ @ @ @ @
- See Also:
-
AURORA_OCHRE
public static final int AURORA_OCHREThis color constant "Aurora Ochre" has RGBA8888 code5F3214FF, L 0.24705882, A 0.52156866, B 0.53333336, alpha 1.0, hue 0.15641639, saturation 0.8320503, and chroma 0.079095535. It has the encoded Oklab value0xff88853f.@ @ @ @ @ @
- See Also:
-
AURORA_DULL_GREEN
public static final int AURORA_DULL_GREENThis color constant "Aurora Dull Green" has RGBA8888 code53500AFF, L 0.3019608, A 0.48235294, B 0.5411765, alpha 1.0, hue 0.3055087, saturation 0.86701477, and chroma 0.08924734. It has the encoded Oklab value0xff8a7b4d.@ @ @ @ @ @
- See Also:
-
AURORA_ARMY_GREEN
public static final int AURORA_ARMY_GREENThis color constant "Aurora Army Green" has RGBA8888 code626200FF, L 0.3647059, A 0.47843137, B 0.54901963, alpha 1.0, hue 0.30843753, saturation 0.92855924, and chroma 0.106691405. It has the encoded Oklab value0xff8c7a5d.@ @ @ @ @ @
- See Also:
-
AURORA_DRIFTWOOD
public static final int AURORA_DRIFTWOODThis color constant "Aurora Driftwood" has RGBA8888 code8C805AFF, L 0.5019608, A 0.49803922, B 0.5254902, alpha 1.0, hue 0.25, saturation 0.4, and chroma 0.050931267. It has the encoded Oklab value0xff867f80.@ @ @ @ @ @
- See Also:
-
AURORA_DRY_BRUSH
public static final int AURORA_DRY_BRUSHThis color constant "Aurora Dry Brush" has RGBA8888 codeAC9400FF, L 0.5803922, A 0.4862745, B 0.5686275, alpha 1.0, hue 0.27628398, saturation 0.96043617, and chroma 0.13942632. It has the encoded Oklab value0xff917c94.@ @ @ @ @ @
- See Also:
-
AURORA_MUSH
public static final int AURORA_MUSHThis color constant "Aurora Mush" has RGBA8888 codeB1B10AFF, L 0.6627451, A 0.47058824, B 0.5764706, alpha 1.0, hue 0.3035836, saturation 0.96316457, and chroma 0.1632233. It has the encoded Oklab value0xff9378a9.@ @ @ @ @ @
- See Also:
-
AURORA_BANANA_PUDDING
public static final int AURORA_BANANA_PUDDINGThis color constant "Aurora Banana Pudding" has RGBA8888 codeE6D55AFF, L 0.8235294, A 0.48235294, B 0.5647059, alpha 1.0, hue 0.28677934, saturation 0.7128265, and chroma 0.1336143. It has the encoded Oklab value0xff907bd2.@ @ @ @ @ @
- See Also:
-
AURORA_SAFFRON
public static final int AURORA_SAFFRONThis color constant "Aurora Saffron" has RGBA8888 codeFFD510FF, L 0.84313726, A 0.4862745, B 0.5882353, alpha 1.0, hue 0.2706426, saturation 0.9467276, and chroma 0.17789528. It has the encoded Oklab value0xff967cd7.@ @ @ @ @ @
- See Also:
-
AURORA_PENCIL_YELLOW
public static final int AURORA_PENCIL_YELLOWThis color constant "Aurora Pencil Yellow" has RGBA8888 codeFFEA4AFF, L 0.9019608, A 0.47843137, B 0.5803922, alpha 1.0, hue 0.28720152, saturation 0.83027047, and chroma 0.1658202. It has the encoded Oklab value0xff947ae6.@ @ @ @ @ @
- See Also:
-
AURORA_CHARTREUSE
public static final int AURORA_CHARTREUSEThis color constant "Aurora Chartreuse" has RGBA8888 codeC8FF41FF, L 0.90588236, A 0.4392157, B 0.58431375, alpha 1.0, hue 0.34524146, saturation 0.8589372, and chroma 0.2070681. It has the encoded Oklab value0xff9570e7.@ @ @ @ @ @
- See Also:
-
AURORA_ABSINTHE
public static final int AURORA_ABSINTHEThis color constant "Aurora Absinthe" has RGBA8888 code9BF046FF, L 0.8235294, A 0.42745098, B 0.5764706, alpha 1.0, hue 0.36663133, saturation 0.8408515, and chroma 0.209995. It has the encoded Oklab value0xff936dd2.@ @ @ @ @ @
- See Also:
-
AURORA_INFECTION
public static final int AURORA_INFECTIONThis color constant "Aurora Infection" has RGBA8888 code96DC19FF, L 0.7607843, A 0.43137255, B 0.5803922, alpha 1.0, hue 0.35830858, saturation 0.9316729, and chroma 0.2105755. It has the encoded Oklab value0xff946ec2.@ @ @ @ @ @
- See Also:
-
AURORA_FROG_GREEN
public static final int AURORA_FROG_GREENThis color constant "Aurora Frog Green" has RGBA8888 code73C805FF, L 0.6745098, A 0.42745098, B 0.5764706, alpha 1.0, hue 0.36663133, saturation 0.96097314, and chroma 0.209995. It has the encoded Oklab value0xff936dac.@ @ @ @ @ @
- See Also:
-
AURORA_AVOCADO
public static final int AURORA_AVOCADOThis color constant "Aurora Avocado" has RGBA8888 code6AA805FF, L 0.57254905, A 0.4392157, B 0.5686275, alpha 1.0, hue 0.36057127, saturation 0.93723, and chroma 0.18263547. It has the encoded Oklab value0xff917092.@ @ @ @ @ @
- See Also:
-
AURORA_WOODLANDS
public static final int AURORA_WOODLANDSThis color constant "Aurora Woodlands" has RGBA8888 code3C6E14FF, L 0.36862746, A 0.4509804, B 0.54901963, alpha 1.0, hue 0.36863732, saturation 0.90727216, and chroma 0.1381068. It has the encoded Oklab value0xff8c735e.@ @ @ @ @ @
- See Also:
-
AURORA_DARK_PINE
public static final int AURORA_DARK_PINEThis color constant "Aurora Dark Pine" has RGBA8888 code283405FF, L 0.18039216, A 0.4745098, B 0.5294118, alpha 1.0, hue 0.35241663, saturation 0.8695652, and chroma 0.07753685. It has the encoded Oklab value0xff87792e.@ @ @ @ @ @
- See Also:
-
AURORA_MOSS_GREEN
public static final int AURORA_MOSS_GREENThis color constant "Aurora Moss Green" has RGBA8888 code204608FF, L 0.23137255, A 0.45882353, B 0.5372549, alpha 1.0, hue 0.375, saturation 0.94280905, and chroma 0.11062346. It has the encoded Oklab value0xff89753b.@ @ @ @ @ @
- See Also:
-
AURORA_FERN_GREEN
public static final int AURORA_FERN_GREENThis color constant "Aurora Fern Green" has RGBA8888 code0C5C0CFF, L 0.2901961, A 0.4392157, B 0.5411765, alpha 1.0, hue 0.39929467, saturation 0.95390135, and chroma 0.14626285. It has the encoded Oklab value0xff8a704a.@ @ @ @ @ @
- See Also:
-
AURORA_FOREST_GLEN
public static final int AURORA_FOREST_GLENThis color constant "Aurora Forest Glen" has RGBA8888 code149605FF, L 0.4745098, A 0.41568628, B 0.56078434, alpha 1.0, hue 0.39637765, saturation 0.9778058, and chroma 0.2070681. It has the encoded Oklab value0xff8f6a79.@ @ @ @ @ @
- See Also:
-
AURORA_MALACHITE
public static final int AURORA_MALACHITEThis color constant "Aurora Malachite" has RGBA8888 code0AD70AFF, L 0.68235296, A 0.39215687, B 0.5764706, alpha 1.0, hue 0.39853072, saturation 0.98825276, and chroma 0.26337513. It has the encoded Oklab value0xff9364ae.@ @ @ @ @ @
- See Also:
-
AURORA_APPLE_GREEN
public static final int AURORA_APPLE_GREENThis color constant "Aurora Apple Green" has RGBA8888 code14E60AFF, L 0.7294118, A 0.3882353, B 0.5803922, alpha 1.0, hue 0.39758337, saturation 0.9859155, and chroma 0.27427328. It has the encoded Oklab value0xff9463ba.@ @ @ @ @ @
- See Also:
-
AURORA_CELERY
public static final int AURORA_CELERYThis color constant "Aurora Celery" has RGBA8888 code7DFF73FF, L 0.85490197, A 0.41960785, B 0.56078434, alpha 1.0, hue 0.39261138, saturation 0.64841765, and chroma 0.20078278. It has the encoded Oklab value0xff8f6bda.@ @ @ @ @ @
- See Also:
-
AURORA_MINT_GREEN
public static final int AURORA_MINT_GREENThis color constant "Aurora Mint Green" has RGBA8888 code4BF05AFF, L 0.78039217, A 0.40392157, B 0.5647059, alpha 1.0, hue 0.4019131, saturation 0.7842902, and chroma 0.23076649. It has the encoded Oklab value0xff9067c7.@ @ @ @ @ @
- See Also:
-
AURORA_EMERALD
public static final int AURORA_EMERALDThis color constant "Aurora Emerald" has RGBA8888 code00C514FF, L 0.62352943, A 0.4, B 0.57254905, alpha 1.0, hue 0.39656967, saturation 0.9812699, and chroma 0.24612474. It has the encoded Oklab value0xff92669f.@ @ @ @ @ @
- See Also:
-
AURORA_PRASE
public static final int AURORA_PRASEThis color constant "Aurora Prase" has RGBA8888 code05B450FF, L 0.5764706, A 0.41568628, B 0.54509807, alpha 1.0, hue 0.41737548, saturation 0.9127084, and chroma 0.19048727. It has the encoded Oklab value0xff8b6a93.@ @ @ @ @ @
- See Also:
-
AURORA_EUCALYPTUS
public static final int AURORA_EUCALYPTUSThis color constant "Aurora Eucalyptus" has RGBA8888 code1C8C4EFF, L 0.45490196, A 0.43529412, B 0.5294118, alpha 1.0, hue 0.42620847, saturation 0.8726119, and chroma 0.1415982. It has the encoded Oklab value0xff876f74.@ @ @ @ @ @
- See Also:
-
AURORA_ZUCCHINI
public static final int AURORA_ZUCCHINIThis color constant "Aurora Zucchini" has RGBA8888 code123832FF, L 0.1882353, A 0.4745098, B 0.49803922, alpha 1.0, hue 0.5, saturation 0.7058824, and chroma 0.050931267. It has the encoded Oklab value0xff7f7930.@ @ @ @ @ @
- See Also:
-
AURORA_SOFT_TEAL
public static final int AURORA_SOFT_TEALThis color constant "Aurora Soft Teal" has RGBA8888 code129880FF, L 0.5058824, A 0.4392157, B 0.5019608, alpha 1.0, hue 0.4894051, saturation 0.93958104, and chroma 0.12115674. It has the encoded Oklab value0xff807081.@ @ @ @ @ @
- See Also:
-
AURORA_MEDIUM_TEAL
public static final int AURORA_MEDIUM_TEALThis color constant "Aurora Medium Teal" has RGBA8888 code06C491FF, L 0.6431373, A 0.42352942, B 0.5137255, alpha 1.0, hue 0.466976, saturation 0.94714576, and chroma 0.15477823. It has the encoded Oklab value0xff836ca4.@ @ @ @ @ @
- See Also:
-
AURORA_SPRING_GREEN
public static final int AURORA_SPRING_GREENThis color constant "Aurora Spring Green" has RGBA8888 code00DE6AFF, L 0.7137255, A 0.40392157, B 0.54901963, alpha 1.0, hue 0.42099208, saturation 0.9252436, and chroma 0.21487926. It has the encoded Oklab value0xff8c67b6.@ @ @ @ @ @
- See Also:
-
AURORA_TURQUOISE
public static final int AURORA_TURQUOISEThis color constant "Aurora Turquoise" has RGBA8888 code2DEBA8FF, L 0.7764706, A 0.41568628, B 0.52156866, alpha 1.0, hue 0.45570695, saturation 0.89144206, and chroma 0.17337766. It has the encoded Oklab value0xff856ac6.@ @ @ @ @ @
- See Also:
-
AURORA_SEAFOAM
public static final int AURORA_SEAFOAMThis color constant "Aurora Seafoam" has RGBA8888 code3CFEA5FF, L 0.8352941, A 0.4117647, B 0.5294118, alpha 1.0, hue 0.4444913, saturation 0.8512509, and chroma 0.18528971. It has the encoded Oklab value0xff8769d5.@ @ @ @ @ @
- See Also:
-
AURORA_VARISCITE
public static final int AURORA_VARISCITEThis color constant "Aurora Variscite" has RGBA8888 code6AFFCDFF, L 0.87058824, A 0.43137255, B 0.50980395, alpha 1.0, hue 0.47220027, saturation 0.704599, and chroma 0.1381068. It has the encoded Oklab value0xff826ede.@ @ @ @ @ @
- See Also:
-
AURORA_REFRESHING_MIST
public static final int AURORA_REFRESHING_MISTThis color constant "Aurora Refreshing Mist" has RGBA8888 code91EBFFFF, L 0.85490197, A 0.4627451, B 0.4745098, alpha 1.0, hue 0.59358364, saturation 0.5150788, and chroma 0.08992863. It has the encoded Oklab value0xff7976da.@ @ @ @ @ @
- See Also:
-
AURORA_SHINING_SKY
public static final int AURORA_SHINING_SKYThis color constant "Aurora Shining Sky" has RGBA8888 code55E6FFFF, L 0.80784315, A 0.44313726, B 0.46666667, alpha 1.0, hue 0.5826245, saturation 0.8062258, and chroma 0.13131043. It has the encoded Oklab value0xff7771ce.@ @ @ @ @ @
- See Also:
-
AURORA_STEAM
public static final int AURORA_STEAMThis color constant "Aurora Steam" has RGBA8888 code7DD7F0FF, L 0.78039217, A 0.4627451, B 0.47058824, alpha 1.0, hue 0.6052086, saturation 0.57008773, and chroma 0.0945603. It has the encoded Oklab value0xff7876c7.@ @ @ @ @ @
- See Also:
-
AURORA_ROBIN_EGG_BLUE
public static final int AURORA_ROBIN_EGG_BLUEThis color constant "Aurora Robin Egg Blue" has RGBA8888 code08DED5FF, L 0.7490196, A 0.42745098, B 0.4862745, alpha 1.0, hue 0.526284, saturation 0.96043617, and chroma 0.14709508. It has the encoded Oklab value0xff7c6dbf.@ @ @ @ @ @
- See Also:
-
AURORA_DENIM_BLUE
public static final int AURORA_DENIM_BLUEThis color constant "Aurora Denim Blue" has RGBA8888 code109CDEFF, L 0.56078434, A 0.45882353, B 0.4392157, alpha 1.0, hue 0.65641636, saturation 0.9013878, and chroma 0.14626285. It has the encoded Oklab value0xff70758f.@ @ @ @ @ @
- See Also:
-
AURORA_DEEP_TEAL
public static final int AURORA_DEEP_TEALThis color constant "Aurora Deep Teal" has RGBA8888 code055A5CFF, L 0.30588236, A 0.4627451, B 0.4862745, alpha 1.0, hue 0.5512084, saturation 0.9035079, and chroma 0.079095535. It has the encoded Oklab value0xff7c764e.@ @ @ @ @ @
- See Also:
-
AURORA_NAVY_BLUE
public static final int AURORA_NAVY_BLUEThis color constant "Aurora Navy Blue" has RGBA8888 code162C52FF, L 0.17254902, A 0.49019608, B 0.45882353, alpha 1.0, hue 0.71858364, saturation 0.63737744, and chroma 0.084324345. It has the encoded Oklab value0xff757d2c.@ @ @ @ @ @
- See Also:
-
AURORA_BLUEBERRY
public static final int AURORA_BLUEBERRYThis color constant "Aurora Blueberry" has RGBA8888 code0F377DFF, L 0.23137255, A 0.4862745, B 0.43137255, alpha 1.0, hue 0.7222003, saturation 0.8420818, and chroma 0.13942632. It has the encoded Oklab value0xff6e7c3b.@ @ @ @ @ @
- See Also:
-
AURORA_PRUSSIAN_BLUE
public static final int AURORA_PRUSSIAN_BLUEThis color constant "Aurora Prussian Blue" has RGBA8888 code004A9CFF, L 0.29803923, A 0.47843137, B 0.42352942, alpha 1.0, hue 0.7090454, saturation 0.98234415, and chroma 0.1582875. It has the encoded Oklab value0xff6c7a4c.@ @ @ @ @ @
- See Also:
-
AURORA_DESERT_RAIN
public static final int AURORA_DESERT_RAINThis color constant "Aurora Desert Rain" has RGBA8888 code326496FF, L 0.3764706, A 0.47843137, B 0.4509804, alpha 1.0, hue 0.68716717, saturation 0.7027027, and chroma 0.106691405. It has the encoded Oklab value0xff737a60.@ @ @ @ @ @
- See Also:
-
AURORA_ELECTRIC_BLUE
public static final int AURORA_ELECTRIC_BLUEThis color constant "Aurora Electric Blue" has RGBA8888 code0052F6FF, L 0.39215687, A 0.48235294, B 0.3764706, alpha 1.0, hue 0.72957695, saturation 0.89305717, and chroma 0.24859223. It has the encoded Oklab value0xff607b64.@ @ @ @ @ @
- See Also:
-
AURORA_HIDDEN_BLUE
public static final int AURORA_HIDDEN_BLUEThis color constant "Aurora Hidden Blue" has RGBA8888 code186ABDFF, L 0.40784314, A 0.4745098, B 0.42745098, alpha 1.0, hue 0.6987916, saturation 0.88249606, and chroma 0.15319274. It has the encoded Oklab value0xff6d7968.@ @ @ @ @ @
- See Also:
-
AURORA_DULL_AZURE
public static final int AURORA_DULL_AZUREThis color constant "Aurora Dull Azure" has RGBA8888 code2378DCFF, L 0.46666667, A 0.4745098, B 0.41960785, alpha 1.0, hue 0.7036129, saturation 0.8188476, and chroma 0.16801417. It has the encoded Oklab value0xff6b7977.@ @ @ @ @ @
- See Also:
-
AURORA_RIPPED_DENIM
public static final int AURORA_RIPPED_DENIMThis color constant "Aurora Ripped Denim" has RGBA8888 code699DC3FF, L 0.5882353, A 0.47843137, B 0.46666667, alpha 1.0, hue 0.66109616, saturation 0.4492372, and chroma 0.079095535. It has the encoded Oklab value0xff777a96.@ @ @ @ @ @
- See Also:
-
AURORA_CALM_SKY
public static final int AURORA_CALM_SKYThis color constant "Aurora Calm Sky" has RGBA8888 code4AA4FFFF, L 0.61960787, A 0.47058824, B 0.42745098, alpha 1.0, hue 0.69097084, saturation 0.7288003, and chroma 0.15595676. It has the encoded Oklab value0xff6d789e.@ @ @ @ @ @
- See Also:
-
AURORA_VAPOR
public static final int AURORA_VAPORThis color constant "Aurora Vapor" has RGBA8888 code90B0FFFF, L 0.69803923, A 0.49411765, B 0.44313726, alpha 1.0, hue 0.7386508, saturation 0.0, and chroma 0.11388578. It has the encoded Oklab value0xff717eb2.@ @ @ @ @ @
- See Also:
-
AURORA_POWDER_BLUE
public static final int AURORA_POWDER_BLUEThis color constant "Aurora Powder Blue" has RGBA8888 code5AC5FFFF, L 0.7176471, A 0.4627451, B 0.4509804, alpha 1.0, hue 0.64758337, saturation 0.6818182, and chroma 0.12265874. It has the encoded Oklab value0xff7376b7.@ @ @ @ @ @
- See Also:
-
AURORA_SUDS
public static final int AURORA_SUDSThis color constant "Aurora Suds" has RGBA8888 codeBEB9FAFF, L 0.7607843, A 0.50980395, B 0.45882353, alpha 1.0, hue 0.7963871, saturation 0.16441427, and chroma 0.084324345. It has the encoded Oklab value0xff7582c2.@ @ @ @ @ @
- See Also:
-
AURORA_STRONG_CYAN
public static final int AURORA_STRONG_CYANThis color constant "Aurora Strong Cyan" has RGBA8888 code00BFFFFF, L 0.6784314, A 0.44705883, B 0.44313726, alpha 1.0, hue 0.6308918, saturation 0.95524865, and chroma 0.15477823. It has the encoded Oklab value0xff7172ad.@ @ @ @ @ @
- See Also:
-
AURORA_SHARP_AZURE
public static final int AURORA_SHARP_AZUREThis color constant "Aurora Sharp Azure" has RGBA8888 code007FFFFF, L 0.5019608, A 0.47058824, B 0.4, alpha 1.0, hue 0.70654905, saturation 0.9615374, and chroma 0.20765679. It has the encoded Oklab value0xff667880.@ @ @ @ @ @
- See Also:
-
AURORA_BLUE_EYE
public static final int AURORA_BLUE_EYEThis color constant "Aurora Blue Eye" has RGBA8888 code4B7DC8FF, L 0.4862745, A 0.48235294, B 0.4392157, alpha 1.0, hue 0.70852363, saturation 0.5645155, and chroma 0.12609385. It has the encoded Oklab value0xff707b7c.@ @ @ @ @ @
- See Also:
-
AURORA_SUBTLETY
public static final int AURORA_SUBTLETYThis color constant "Aurora Subtlety" has RGBA8888 code786EF0FF, L 0.50980395, A 0.5176471, B 0.4117647, alpha 1.0, hue 0.78556746, saturation 0.45577833, and chroma 0.1792624. It has the encoded Oklab value0xff698482.@ @ @ @ @ @
- See Also:
-
AURORA_ROUGH_SAPPHIRE
public static final int AURORA_ROUGH_SAPPHIREThis color constant "Aurora Rough Sapphire" has RGBA8888 code4A5AFFFF, L 0.44313726, A 0.5019608, B 0.38431373, alpha 1.0, hue 0.7554859, saturation 0.5862068, and chroma 0.23050185. It has the encoded Oklab value0xff628071.@ @ @ @ @ @
- See Also:
-
AURORA_IRIS
public static final int AURORA_IRISThis color constant "Aurora Iris" has RGBA8888 code6241F6FF, L 0.40784314, A 0.5294118, B 0.38039216, alpha 1.0, hue 0.79147637, saturation 0.7305494, and chroma 0.24537967. It has the encoded Oklab value0xff618768.@ @ @ @ @ @
- See Also:
-
AURORA_CORNFLOWER_BLUE
public static final int AURORA_CORNFLOWER_BLUEThis color constant "Aurora Cornflower Blue" has RGBA8888 code3C3CF5FF, L 0.36862746, A 0.5058824, B 0.36862746, alpha 1.0, hue 0.75963426, saturation 0.7600127, and chroma 0.26198098. It has the encoded Oklab value0xff5e815e.@ @ @ @ @ @
- See Also:
-
AURORA_POLISHED_SAPPHIRE
public static final int AURORA_POLISHED_SAPPHIREThis color constant "Aurora Polished Sapphire" has RGBA8888 code101CDAFF, L 0.27450982, A 0.4862745, B 0.3647059, alpha 1.0, hue 0.735993, saturation 0.898213, and chroma 0.2709147. It has the encoded Oklab value0xff5d7c46.@ @ @ @ @ @
- See Also:
-
AURORA_ROYAL_BLUE
public static final int AURORA_ROYAL_BLUEThis color constant "Aurora Royal Blue" has RGBA8888 code0010BDFF, L 0.23137255, A 0.4862745, B 0.37254903, alpha 1.0, hue 0.7351226, saturation 0.94530344, and chroma 0.25537437. It has the encoded Oklab value0xff5f7c3b.@ @ @ @ @ @
- See Also:
-
AURORA_INDIGO
public static final int AURORA_INDIGOThis color constant "Aurora Indigo" has RGBA8888 code231094FF, L 0.19607843, A 0.5058824, B 0.39607844, alpha 1.0, hue 0.76221883, saturation 0.91497576, and chroma 0.20736265. It has the encoded Oklab value0xff658132.@ @ @ @ @ @
- See Also:
-
AURORA_SPACE_BLUE
public static final int AURORA_SPACE_BLUEThis color constant "Aurora Space Blue" has RGBA8888 code0C2148FF, L 0.13725491, A 0.49019608, B 0.45490196, alpha 1.0, hue 0.72137564, saturation 0.74535596, and chroma 0.091942206. It has the encoded Oklab value0xff747d23.@ @ @ @ @ @
- See Also:
-
AURORA_THICK_AMETHYST
public static final int AURORA_THICK_AMETHYSTThis color constant "Aurora Thick Amethyst" has RGBA8888 code5010B0FF, L 0.26666668, A 0.5411765, B 0.39607844, alpha 1.0, hue 0.81370014, saturation 0.9256127, and chroma 0.22269051. It has the encoded Oklab value0xff658a44.@ @ @ @ @ @
- See Also:
-
AURORA_JUICY_GRAPE
public static final int AURORA_JUICY_GRAPEThis color constant "Aurora Juicy Grape" has RGBA8888 code6010D0FF, L 0.31764707, A 0.54901963, B 0.38039216, alpha 1.0, hue 0.8150795, saturation 0.9476975, and chroma 0.2575164. It has the encoded Oklab value0xff618c51.@ @ @ @ @ @
- See Also:
-
AURORA_BLACKLIGHT_GLOW
public static final int AURORA_BLACKLIGHT_GLOWThis color constant "Aurora Blacklight Glow" has RGBA8888 code8732D2FF, L 0.4, A 0.5647059, B 0.40392157, alpha 1.0, hue 0.8480869, saturation 0.79488873, and chroma 0.23076649. It has the encoded Oklab value0xff679066.@ @ @ @ @ @
- See Also:
-
AURORA_PURPLE_FREESIA
public static final int AURORA_PURPLE_FREESIAThis color constant "Aurora Purple Freesia" has RGBA8888 code9C41FFFF, L 0.48235294, A 0.5647059, B 0.39215687, alpha 1.0, hue 0.8394326, saturation 0.7420026, and chroma 0.25054872. It has the encoded Oklab value0xff64907b.@ @ @ @ @ @
- See Also:
-
AURORA_THIN_AMETHYST
public static final int AURORA_THIN_AMETHYSTThis color constant "Aurora Thin Amethyst" has RGBA8888 code7F00FFFF, L 0.39607844, A 0.5647059, B 0.36862746, alpha 1.0, hue 0.825709, saturation 0.96419275, and chroma 0.29174224. It has the encoded Oklab value0xff5e9065.@ @ @ @ @ @
- See Also:
-
AURORA_ORCHID
public static final int AURORA_ORCHIDThis color constant "Aurora Orchid" has RGBA8888 codeBD62FFFF, L 0.5764706, A 0.5686275, B 0.4117647, alpha 1.0, hue 0.8591375, saturation 0.61129767, and chroma 0.22269051. It has the encoded Oklab value0xff699193.@ @ @ @ @ @
- See Also:
-
AURORA_LAVENDER
public static final int AURORA_LAVENDERThis color constant "Aurora Lavender" has RGBA8888 codeB991FFFF, L 0.6627451, A 0.53333336, B 0.43529412, alpha 1.0, hue 0.83154917, saturation 0.34313196, and chroma 0.14500555. It has the encoded Oklab value0xff6f88a9.@ @ @ @ @ @
- See Also:
-
AURORA_LILAC
public static final int AURORA_LILACThis color constant "Aurora Lilac" has RGBA8888 codeD7A5FFFF, L 0.7411765, A 0.5372549, B 0.4509804, alpha 1.0, hue 0.86057127, saturation 0.2866147, and chroma 0.12265874. It has the encoded Oklab value0xff7389bd.@ @ @ @ @ @
- See Also:
-
AURORA_SOAP
public static final int AURORA_SOAPThis color constant "Aurora Soap" has RGBA8888 codeD7C3FAFF, L 0.80784315, A 0.5176471, B 0.46666667, alpha 1.0, hue 0.83890384, saturation 0.15723301, and chroma 0.07513822. It has the encoded Oklab value0xff7784ce.@ @ @ @ @ @
- See Also:
-
AURORA_PINK_TUTU
public static final int AURORA_PINK_TUTUThis color constant "Aurora Pink Tutu" has RGBA8888 codeF8C6FCFF, L 0.8509804, A 0.5294118, B 0.4745098, alpha 1.0, hue 0.89758337, saturation 0.17857143, and chroma 0.07753685. It has the encoded Oklab value0xff7987d9.@ @ @ @ @ @
- See Also:
-
AURORA_THISTLE
public static final int AURORA_THISTLEThis color constant "Aurora Thistle" has RGBA8888 codeE673FFFF, L 0.65882355, A 0.5764706, B 0.43137255, alpha 1.0, hue 0.88787603, saturation 0.5468502, and chroma 0.20469645. It has the encoded Oklab value0xff6e93a8.@ @ @ @ @ @
- See Also:
-
AURORA_HELIOTROPE
public static final int AURORA_HELIOTROPEThis color constant "Aurora Heliotrope" has RGBA8888 codeFF52FFFF, L 0.6431373, A 0.6117647, B 0.42745098, alpha 1.0, hue 0.91159046, saturation 0.758491, and chroma 0.26545262. It has the encoded Oklab value0xff6d9ca4.@ @ @ @ @ @
- See Also:
-
AURORA_LIGHT_PLUM
public static final int AURORA_LIGHT_PLUMThis color constant "Aurora Light Plum" has RGBA8888 codeDA20E0FF, L 0.5176471, A 0.6156863, B 0.41960785, alpha 1.0, hue 0.90641636, saturation 0.91279775, and chroma 0.28065258. It has the encoded Oklab value0xff6b9d84.@ @ @ @ @ @
- See Also:
-
AURORA_WISTERIA
public static final int AURORA_WISTERIAThis color constant "Aurora Wisteria" has RGBA8888 codeBD29FFFF, L 0.5019608, A 0.59607846, B 0.39215687, alpha 1.0, hue 0.8688818, saturation 0.8866684, and chroma 0.28773978. It has the encoded Oklab value0xff649880.@ @ @ @ @ @
- See Also:
-
AURORA_MEDIUM_PLUM
public static final int AURORA_MEDIUM_PLUMThis color constant "Aurora Medium Plum" has RGBA8888 codeBD10C5FF, L 0.44313726, A 0.60784316, B 0.42352942, alpha 1.0, hue 0.90511185, saturation 0.9399402, and chroma 0.26337513. It has the encoded Oklab value0xff6c9b71.@ @ @ @ @ @
- See Also:
-
AURORA_VIOLET
public static final int AURORA_VIOLETThis color constant "Aurora Violet" has RGBA8888 code8C14BEFF, L 0.3647059, A 0.5803922, B 0.40784314, alpha 1.0, hue 0.8677708, saturation 0.9296962, and chroma 0.24363229. It has the encoded Oklab value0xff68945d.@ @ @ @ @ @
- See Also:
-
AURORA_GRAPE_LOLLIPOP
public static final int AURORA_GRAPE_LOLLIPOPThis color constant "Aurora Grape Lollipop" has RGBA8888 code5A187BFF, L 0.24313726, A 0.5568628, B 0.43529412, alpha 1.0, hue 0.86986786, saturation 0.84352744, and chroma 0.17160846. It has the encoded Oklab value0xff6f8e3e.@ @ @ @ @ @
- See Also:
-
AURORA_MULBERRY
public static final int AURORA_MULBERRYThis color constant "Aurora Mulberry" has RGBA8888 code641464FF, L 0.23921569, A 0.5647059, B 0.45490196, alpha 1.0, hue 0.9085965, saturation 0.8436857, and chroma 0.15712644. It has the encoded Oklab value0xff74903d.@ @ @ @ @ @
- See Also:
-
AURORA_GRAPE_SODA
public static final int AURORA_GRAPE_SODAThis color constant "Aurora Grape Soda" has RGBA8888 code410062FF, L 0.17254902, A 0.54901963, B 0.43529412, alpha 1.0, hue 0.8585943, saturation 0.98169184, and chroma 0.16172063. It has the encoded Oklab value0xff6f8c2c.@ @ @ @ @ @
- See Also:
-
AURORA_EGGPLANT
public static final int AURORA_EGGPLANTThis color constant "Aurora Eggplant" has RGBA8888 code320A46FF, L 0.13333334, A 0.5372549, B 0.4509804, alpha 1.0, hue 0.86057127, saturation 0.86780554, and chroma 0.12265874. It has the encoded Oklab value0xff738922.@ @ @ @ @ @
- See Also:
-
AURORA_CHERRY_SYRUP
public static final int AURORA_CHERRY_SYRUPThis color constant "Aurora Cherry Syrup" has RGBA8888 code551937FF, L 0.19607843, A 0.5529412, B 0.49019608, alpha 1.0, hue 0.97741663, saturation 0.74432296, and chroma 0.107261956. It has the encoded Oklab value0xff7d8d32.@ @ @ @ @ @
- See Also:
-
AURORA_PLUM_JUICE
public static final int AURORA_PLUM_JUICEThis color constant "Aurora Plum Juice" has RGBA8888 codeA01982FF, L 0.36078432, A 0.5921569, B 0.45882353, alpha 1.0, hue 0.93716717, saturation 0.88135594, and chroma 0.20108652. It has the encoded Oklab value0xff75975c.@ @ @ @ @ @
- See Also:
-
AURORA_FRUIT_PUNCH
public static final int AURORA_FRUIT_PUNCHThis color constant "Aurora Fruit Punch" has RGBA8888 codeC80078FF, L 0.41568628, A 0.6117647, B 0.48235294, alpha 1.0, hue 0.9781855, saturation 0.95982176, and chroma 0.22541466. It has the encoded Oklab value0xff7b9c6a.@ @ @ @ @ @
- See Also:
-
AURORA_BUBBLE_GUM
public static final int AURORA_BUBBLE_GUMThis color constant "Aurora Bubble Gum" has RGBA8888 codeFF50BFFF, L 0.60784316, A 0.60784316, B 0.46666667, alpha 1.0, hue 0.95570695, saturation 0.7190232, and chroma 0.22487247. It has the encoded Oklab value0xff779b9b.@ @ @ @ @ @
- See Also:
-
AURORA_PINK_LEMONADE
public static final int AURORA_PINK_LEMONADEThis color constant "Aurora Pink Lemonade" has RGBA8888 codeFF6AC5FF, L 0.6509804, A 0.5921569, B 0.47058824, alpha 1.0, hue 0.9548325, saturation 0.5952381, and chroma 0.19271713. It has the encoded Oklab value0xff7897a6.@ @ @ @ @ @
- See Also:
-
AURORA_SHRIMP
public static final int AURORA_SHRIMPThis color constant "Aurora Shrimp" has RGBA8888 codeFAA0B9FF, L 0.7411765, A 0.54901963, B 0.49803922, alpha 1.0, hue 0.0, saturation 0.29885057, and chroma 0.09773435. It has the encoded Oklab value0xff7f8cbd.@ @ @ @ @ @
- See Also:
-
AURORA_FLAMINGO
public static final int AURORA_FLAMINGOThis color constant "Aurora Flamingo" has RGBA8888 codeFC3A8CFF, L 0.5529412, A 0.6117647, B 0.49411765, alpha 1.0, hue 0.9945141, saturation 0.8060343, and chroma 0.22296442. It has the encoded Oklab value0xff7e9c8d.@ @ @ @ @ @
- See Also:
-
AURORA_LIPSTICK
public static final int AURORA_LIPSTICKThis color constant "Aurora Lipstick" has RGBA8888 codeE61E78FF, L 0.48235294, A 0.6156863, B 0.49411765, alpha 1.0, hue 0.99469686, saturation 0.90959585, and chroma 0.23076649. It has the encoded Oklab value0xff7e9d7b.@ @ @ @ @ @
- See Also:
-
AURORA_CARMINE
public static final int AURORA_CARMINEThis color constant "Aurora Carmine" has RGBA8888 codeBD1039FF, L 0.3764706, A 0.59607846, B 0.5254902, alpha 1.0, hue 0.043450944, saturation 0.9440549, and chroma 0.198028. It has the encoded Oklab value0xff869860.@ @ @ @ @ @
- See Also:
-
AURORA_BOLOGNA
public static final int AURORA_BOLOGNAThis color constant "Aurora Bologna" has RGBA8888 code98344DFF, L 0.3529412, A 0.5647059, B 0.5058824, alpha 1.0, hue 0.018638318, saturation 0.6459337, and chroma 0.12943782. It has the encoded Oklab value0xff81905a.@ @ @ @ @ @
- See Also:
-
AURORA_RASPBERRY
public static final int AURORA_RASPBERRYThis color constant "Aurora Raspberry" has RGBA8888 code911437FF, L 0.29803923, A 0.5803922, B 0.5137255, alpha 1.0, hue 0.029956235, saturation 0.9096833, and chroma 0.16247371. It has the encoded Oklab value0xff83944c.@ @ @ @ @ @
- See Also:
-
NAMES
-
NAMES_BY_HUE
-
COLORS_BY_HUE
public static final com.github.tommyettinger.ds.IntList COLORS_BY_HUEThe packed Oklab int colors that correspond to items inNAMES_BY_HUE, with the same order. -
NAMES_BY_LIGHTNESS
-
RAINBOW
public static final int[] RAINBOWThis array is loaded with the colors found in the rainbow, in the standard ROYGBIV order. You may want to considerCOLOR_WHEEL_PALETTEif you want more hues or varying saturation/lightness; this is close toCOLOR_WHEEL_PALETTE_BRIGHT. -
RED_VIOLET_SERIES
public static final int[] RED_VIOLET_SERIESThis array is loaded with the colors from the traditional Japanese Red-Violet Series found on Wikipedia. -
RED_SERIES
public static final int[] RED_SERIESThis array is loaded with the colors from the traditional Japanese Red Series found on Wikipedia. -
YELLOW_RED_SERIES
public static final int[] YELLOW_RED_SERIESThis array is loaded with the colors from the traditional Japanese Yellow Red Series found on Wikipedia. -
YELLOW_SERIES
public static final int[] YELLOW_SERIESThis array is loaded with the colors from the traditional Japanese Yellow Series found on Wikipedia. -
YELLOW_GREEN_SERIES
public static final int[] YELLOW_GREEN_SERIESThis array is loaded with the colors from the traditional Japanese Yellow Green Series found on Wikipedia. -
BLUE_GREEN_SERIES
public static final int[] BLUE_GREEN_SERIESThis array is loaded with the colors from the traditional Japanese Blue Green Series found on Wikipedia. -
BLUE_VIOLET_SERIES
public static final int[] BLUE_VIOLET_SERIESThis array is loaded with the colors from the traditional Japanese Blue Violet Series found on Wikipedia. -
VIOLET_SERIES
public static final int[] VIOLET_SERIESThis array is loaded with the colors from the traditional Japanese Violet Series found on Wikipedia. -
ACHROMATIC_SERIES
public static final int[] ACHROMATIC_SERIESThis array is loaded with the colors from the traditional Japanese Achromatic Series found on Wikipedia. -
VARIED_PALETTE
public static final int[] VARIED_PALETTEAn array of Oklab int colors that should all be fairly different from any other in the group. This may be useful for tinting things that should be color-coded differently from each other. To get a random order for these colors while still guaranteeing that no color will be drawn twice in the first 56 choices, you can useIntOrderedSet palette = new IntOrderedSet(FullPalette.VARIED_PALETTE).shuffle(rng);(where rng is any non-null EnhancedRandom) and then get sequential colors from that set withint i = 0; int color = palette.getAt(i);, incrementing i before calling getAt again and possibly wrapping withi %= 56;. This includes 56 colors, organized in groups of 4 from dark to light in each group:- 0-3: gray group
- 4-7: brown group
- 8-11: red group
- 12-15: pink group
- 16-19: magenta/purple group
- 20-23: purple/blue-ish group
- 24-27: darker blue group
- 28-31: lighter blue and blue-green group
- 32-35: pure green group
- 36-39: grayish-green group
- 40-43: yellow-green group
- 44-47: yellow group
- 48-51: orange group
- 52-55: orange-red-pink/salmon/coral group
-
DAWNBRINGER_16
public static final int[] DAWNBRINGER_16DawnBringer's original 16-color palette, as posted on the Pixel Joint forums, and since then used in lots of pixel art. Some useful previews can be seen here https://github.com/geoffb/dawnbringer-palettes , and the order this array uses is the same as the previews at the bottom of that page.
Preview of all 16 colors, with names -
DAWNBRINGER_32
public static final int[] DAWNBRINGER_32DawnBringer's 32-color palette, as posted on, the Pixel Joint forums , and since then used in lots of pixel art. Some useful previews can be seen here, and the order this array uses is the same as the previews at the bottom of that page.
Preview of all 32 colors, with names -
DAWNBRINGER_AURORA
public static final int[] DAWNBRINGER_AURORADawnBringer's 256-color Aurora palette, modified slightly to fit one transparent color by removing one gray. Aurora is available in this set of tools for a pixel art editor, but it is usable for lots of high-color purposes. The original palette did not have names. Naming 256 colors was an ordeal, since many of these colors are well-described by the same name, even when two or more can be distinguished visually from each other. For pixel art or low-color edits of traditional art, this palette can reproduce a lot of realistic colors and slight changes on those colors, with many skin tones (mostly, these are numbered so 1 is the darkest skin tone in a group and higher numbers get progressively lighter; the lightest tones areAURORA_LIGHT_SKIN_9,AURORA_PINK_SKIN_4,AURORA_BRONZE_SKIN_4, andAURORA_DARK_SKIN_3, with the LIGHT skin tones steadily going from warm and saturated colors atAURORA_LIGHT_SKIN_1to more pale at 9, and the PINK skin tones meant for accents on some body parts that aren't quite skin-colored, like the lips and ears). Preview of all 256 colors, each with the hex number for its index in this array. Another preview of all 256 colors, but with the name of each color instead (without "Aurora " at the start). -
COLOR_WHEEL_PALETTE
public static final int[] COLOR_WHEEL_PALETTEA predefined palette of 198 colors derived from 21 hand-picked hues on the color wheel, with 9 variations on saturation and value per hue, along with 9 grayscale colors from black to white. Not all of these colors are especially distinguishable from each other; this mainly applies to the darkened colors (DARK_, DRAB_, and RICH_) and sometimes the saturated colors (FLUSH_, BRIGHT_, and RICH_). The precise meanings of the terms used: CW_ is the base color wheel color with medium saturation and value, CW_FADED_ is desaturated, CW_FLUSH_ is saturated, CW_LIGHT_ has value increased, CW_PALE_ has value increased and is desaturated, CW_BRIGHT_ has value increased and is saturated, CW_DARK_ has value decreased significantly, CW_DRAB_ has value decreased and is desaturated, and CW_RICH_ has value decreased and is saturated. The names for the colors are usually chosen based on the appearance of the CW_BRIGHT_ version and the CW_ version, which explains why CW_DRAB_APRICOT doesn't look like the apricot fruit, but CW_BRIGHT_APRICOT probably does, depending on monitor brightness.
The array is organized into 21 hue blocks of 9 colors each, going from mid-value to light-value to dark-value before moving to the next hue block. It starts at red, moves on to brown and orange, yellow, green, blue, purple, and comes almost all the way back around to red. It ends with 9 grayscale colors, from black to white, ordered by brightness. The grayscale colors use different names, going from darkest to lightest: CW_BLACK, CW_ALMOST_BLACK, CW_GRAY_BLACK, CW_DARK_GRAY, CW_GRAY, CW_LIGHT_GRAY, CW_GRAY_WHITE, CW_ALMOST_WHITE, and CW_WHITE. The CW_BROWN group was added after the rest, and has especially low saturation and value, but its hue is at the correct point in the order.
Preview of 189 colors (all except grayscale), with names -
COLOR_WHEEL_PALETTE_REDUCED
public static final int[] COLOR_WHEEL_PALETTE_REDUCEDAn alternate version ofCOLOR_WHEEL_PALETTEthat has 16 hues (instead of 21 in the other palette) followed by grayscale, with each hue containing 9 colors (there are also 9 grayscale colors). Very similar hues have been removed from COLOR_WHEEL_PALETTE to try to better support random (or random-like) selection of colors. Each section of 9 colors per hue has been reordered as well, going in this order:CW_PALE, high brightness, low saturationCW_LIGHT, high brightness, medium saturationCW_BRIGHT, high brightness, high saturationCW_FADED, medium brightness, low saturationCW, medium brightness, medium saturationCW_FLUSH, medium brightness, high saturationCW_DRAB, low brightness, low saturationCW_DARK, low brightness, medium saturationCW_RICH, low brightness, high saturation
You can use some of the utility methods in this class to get colors from this with a good distribution, includingrandomColorWheel(EnhancedRandom, int, int),indexedColorWheel(int, int, int), and the overloads of those methods with fewer parameters. If those methods fit your needs, you don't need to read the next section.
This is organized the way it is to allow efficient random color fetching when you know what brightness and saturation you want. Example code for this given anEnhancedRandomcalledrng, with brightness and saturation as ints calledbrightandsatbetween 0 and 2 inclusive, would be:FullPalette.COLOR_WHEEL_PALETTE_REDUCED[rng.next(4) * 9 + 3 * bright + sat]. That code won't ever get a grayscale color, but should have an equal chance of choosing any of the 16 hues, with the given saturation and brightness. You might want to select colors in a sequence, with a very low chance of similar colors being close in the sequence; this can be done in a few ways depending on whether you want saturation and brightness to change as well as hue. If you know brightness and saturation as ints between 0 and 2 (inclusive) calledbrightandsat, as before, you can go through the 16 hues in a good pattern using a change to the index (an int calledidxhere):FullPalette.COLOR_WHEEL_PALETTE_REDUCED[(idx * 7 & 15) * 9 + 3 * bright + sat]. If you add 1 to idx each time, as in an ordinary for loop, then that code will produce 16 different hues in a fairly well-distributed way as idx goes from 0 to 15. If you want brightness to also change in a sequence, you can useFullPalette.COLOR_WHEEL_PALETTE_REDUCED[((idx * 497) % 48 ^ (idx * 497 >> 2 & 3)) * 3 + sat]for idx values between 0 and 47, inclusive (this is rather complicated due to issues with simpler methods yielding brightness changes in an obvious pattern). If you want to select from all 144 non-grayscale colors in a sequence, you can tryFullPalette.COLOR_WHEEL_PALETTE_REDUCED[(idx * 89) % 144 ^ (idx * 89 >> 2 & 3)], which will yield all the colors with a good distribution as idx goes from 0 to 143. -
COLOR_WHEEL_PALETTE_PALE
public static final int[] COLOR_WHEEL_PALETTE_PALE16 high-brightness, low-saturation colors. -
COLOR_WHEEL_PALETTE_LIGHT
public static final int[] COLOR_WHEEL_PALETTE_LIGHT16 high-brightness, mid-saturation colors. -
COLOR_WHEEL_PALETTE_BRIGHT
public static final int[] COLOR_WHEEL_PALETTE_BRIGHT16 high-brightness, high-saturation colors. -
COLOR_WHEEL_PALETTE_FADED
public static final int[] COLOR_WHEEL_PALETTE_FADED16 mid-brightness, low-saturation colors. -
COLOR_WHEEL_PALETTE_MID
public static final int[] COLOR_WHEEL_PALETTE_MID16 mid-brightness, mid-saturation colors. -
COLOR_WHEEL_PALETTE_FLUSH
public static final int[] COLOR_WHEEL_PALETTE_FLUSH16 mid-brightness, high-saturation colors. -
COLOR_WHEEL_PALETTE_DRAB
public static final int[] COLOR_WHEEL_PALETTE_DRAB16 low-brightness, low-saturation colors. -
COLOR_WHEEL_PALETTE_DARK
public static final int[] COLOR_WHEEL_PALETTE_DARK16 low-brightness, mid-saturation colors. -
COLOR_WHEEL_PALETTE_RICH
public static final int[] COLOR_WHEEL_PALETTE_RICH16 low-brightness, high-saturation colors. -
COLOR_WHEEL_PALETTES
public static final int[][] COLOR_WHEEL_PALETTESContains 9 arrays of 16 SColors each, with each of the outer arrays having a specific saturation and brightness, and the inner arrays all going through the 16 "reduced" Color Wheel palette hues. Meant to be used withIntShuffler indexShuffle = new IntShuffler(16, seed);, where seed is any long, followed byint color = COLOR_WHEEL_PALETTES[which][indexShuffle.next()];, where which is between 0 and 8 inclusive. This allows getting various saturation and brightness combinations from the same hue. Note that the example indexShuffle returns an int between 0 and 15, so it would be used to select from the inner arrays.
-
-
Method Details
-
randomColorWheel
public static int randomColorWheel(com.github.tommyettinger.random.EnhancedRandom rng, int bright, int sat) Gets a random color from the paletteCOLOR_WHEEL_PALETTE_REDUCED, with the specified brightness (0 is darkest, 1 is middle-bright, 2 is brightest) and saturation (0 is grayest, 1 is mid-saturation, 2 is fully saturated), using the specified EnhancedRandom.- Parameters:
rng- used to choose the huebright- the brightness to use, from 0 (dark) to 2 (bright)sat- the saturation to use, from 0 (grayish) to 2 (boldly colored)- Returns:
- a randomly selected int from
COLOR_WHEEL_PALETTE_REDUCED
-
randomColorWheel
public static int randomColorWheel(com.github.tommyettinger.random.EnhancedRandom rng) Gets a random color from the paletteCOLOR_WHEEL_PALETTE_REDUCED, using the specified EnhancedRandom to determine saturation, brightness, and hue.- Parameters:
rng- used to choose everything- Returns:
- a randomly selected int from
COLOR_WHEEL_PALETTE_REDUCED
-
indexedColorWheel
public static int indexedColorWheel(int idx, int bright, int sat) Gets a color by a shuffled index from the paletteCOLOR_WHEEL_PALETTE_REDUCED, with the specified brightness (0 is darkest, 1 is middle-bright, 2 is brightest) and saturation (0 is grayest, 1 is mid-saturation, 2 is fully saturated), using the given index to ensure similar index values usually return very different colors. This can return up to 16 colors before cycling, if bright and sat stay the same.- Parameters:
idx- the index; should change by 1 per color generated to ensure different colorsbright- the brightness to use, from 0 (dark) to 2 (bright)sat- the saturation to use, from 0 (grayish) to 2 (boldly colored)- Returns:
- a mathematically selected int from
COLOR_WHEEL_PALETTE_REDUCED
-
indexedColorWheel
public static int indexedColorWheel(int idx, int sat) Gets a color by a shuffled index from the paletteCOLOR_WHEEL_PALETTE_REDUCED, with the specified saturation (0 is grayest, 1 is mid-saturation, 2 is fully saturated), using the given index to ensure similar index values usually return very different colors. This can return up to 48 colors before cycling, if sat stays the same.- Parameters:
idx- the index; should change by 1 per color generated to ensure different colorssat- the saturation to use, from 0 (grayish) to 2 (boldly colored)- Returns:
- a mathematically selected int from
COLOR_WHEEL_PALETTE_REDUCED
-
indexedColorWheel
public static int indexedColorWheel(int idx) Gets a color by a shuffled index from the paletteCOLOR_WHEEL_PALETTE_REDUCED, using the given index to ensure similar index values usually return very different colors. This can return up to 144 colors before cycling, which is the total amount of non-grayscale colors in COLOR_WHEEL_PALETTE_REDUCED.- Parameters:
idx- the index; should change by 1 per color generated to ensure different colors- Returns:
- a mathematically selected int from
COLOR_WHEEL_PALETTE_REDUCED
-