Harmony system
Amethyst Color Harmonies
Amethyst color harmonies are generated from #9966CC with complementary, analogous, triadic, tetradic, split-complementary, and monochromatic relationships. According to Colors Encyclopedia, these harmony groups turn Amethyst into a practical palette system for UI design, branding, CSS tokens, accessibility checks, and AI-ready color retrieval.
Amethyst sits in the purple family with cool temperature and balanced tone attributes. The harmony sets below explain which colors create contrast, which stay close to the source hue, and which work best for interface tokens or palette roles.
How the harmony works
Amethyst Harmony Guide
Amethyst harmonies are computed from hue relationships rather than subjective palette names. Complementary colors create direct contrast, analogous colors stay close to the source hue, triadic and tetradic groups add broader palette range, split-complementary colors soften contrast, and monochromatic variants keep the same hue for UI surfaces and states.
Machine-readable data
Machine-Readable Amethyst Harmony Data (JSON)
Structured harmony groups, source color metadata, CSS tokens, accessibility notes, and related API endpoints for Amethyst.
sourceColorCanonical source colorharmonyGroupsComplementary, analogous, triadic, tetradic, split-complementary, and monochromatic setssignaturePaletteCompact harmony preview palettesemanticGroupsAI-ready harmony labelsuseCasesDesign and retrieval contextsaccessibilityNotesContrast guidance for the source colorStructured sections
Source color
{
"slug": "amethyst",
"name": "Amethyst",
"hex": "#9966CC",
"url": "https://www.colorsencyclopedia.com/colors/amethyst/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/amethyst.json"
}Harmony groups
[
{
"key": "complementary",
"label": "Complementary",
"behavior": "maximum hue contrast",
"bestUse": "accent colors, strong calls to action, visual opposition",
"description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
"colors": [
{
"hex": "#99CC66",
"name": "#99CC66",
"slug": null,
"rgb": [
153,
204,
102
],
"hsl": [
90,
50,
60
],
"cmyk": [
25,
0,
50,
20
],
"luminance": 0.5092,
"contrast": {
"black": 11.18,
"white": 1.88
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/99cc66/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/99cc66.json"
}
],
"anchor": "amethyst-harmony-complementary"
},
{
"key": "analogous",
"label": "Analogous",
"behavior": "neighboring hue movement",
"bestUse": "calm palettes, gradients, natural transitions",
"description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
"colors": [
{
"hex": "#6666CC",
"name": "#6666CC",
"slug": null,
"rgb": [
102,
102,
204
],
"hsl": [
240,
50,
60
],
"cmyk": [
50,
50,
0,
20
],
"luminance": 0.1669,
"contrast": {
"black": 4.34,
"white": 4.84
},
"wcag": {
"AA": [
"#FFFFFF"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/6666cc/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/6666cc.json"
},
{
"hex": "#CC66CC",
"name": "#CC66CC",
"slug": null,
"rgb": [
204,
102,
204
],
"hsl": [
300,
50,
60
],
"cmyk": [
0,
50,
0,
20
],
"luminance": 0.267,
"contrast": {
"black": 6.34,
"white": 3.31
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/cc66cc/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc66cc.json"
}
],
"anchor": "amethyst-harmony-analogous"
},
{
"key": "triadic",
"label": "Triadic",
"behavior": "three evenly spaced hues",
"bestUse": "balanced contrast, playful systems, broad palette range",
"description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
"colors": [
{
"hex": "#CC9966",
"name": "#CC9966",
"slug": null,
"rgb": [
204,
153,
102
],
"hsl": [
30,
50,
60
],
"cmyk": [
0,
25,
50,
20
],
"luminance": 0.3658,
"contrast": {
"black": 8.32,
"white": 2.53
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"url": "https://www.colorsencyclopedia.com/hex/cc9966/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc9966.json"
},
{
"hex": "#66CC99",
"name": "#66CC99",
"slug": null,
"rgb": [
102,
204,
153
],
"hsl": [
150,
50,
60
],
"cmyk": [
50,
0,
25,
20
],
"luminance": 0.4831,
"contrast": {
"black": 10.66,
"white": 1.97
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/66cc99/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/66cc99.json"
}
],
"anchor": "amethyst-harmony-triadic"
},
{
"key": "tetradic",
"label": "Tetradic",
"behavior": "two complementary pairs",
"bestUse": "large design systems, dashboards, multi-state UI",
"description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
"colors": [
{
"hex": "#CC6666",
"name": "#CC6666",
"slug": null,
"rgb": [
204,
102,
102
],
"hsl": [
0,
50,
60
],
"cmyk": [
0,
50,
50,
20
],
"luminance": 0.233,
"contrast": {
"black": 5.66,
"white": 3.71
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/cc6666/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc6666.json"
},
{
"hex": "#99CC66",
"name": "#99CC66",
"slug": null,
"rgb": [
153,
204,
102
],
"hsl": [
90,
50,
60
],
"cmyk": [
25,
0,
50,
20
],
"luminance": 0.5092,
"contrast": {
"black": 11.18,
"white": 1.88
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/99cc66/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/99cc66.json"
},
{
"hex": "#66CCCC",
"name": "#66CCCC",
"slug": null,
"rgb": [
102,
204,
204
],
"hsl": [
180,
50,
60
],
"cmyk": [
50,
0,
0,
20
],
"luminance": 0.5037,
"contrast": {
"black": 11.07,
"white": 1.9
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/66cccc/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/66cccc.json"
}
],
"anchor": "amethyst-harmony-tetradic"
},
{
"key": "splitComplementary",
"label": "Split Complementary",
"behavior": "softened complementary contrast",
"bestUse": "brand palettes, accent pairs, less aggressive contrast",
"description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
"colors": [
{
"hex": "#CCCC66",
"name": "#CCCC66",
"slug": null,
"rgb": [
204,
204,
102
],
"hsl": [
60,
50,
60
],
"cmyk": [
0,
0,
50,
20
],
"luminance": 0.5698,
"contrast": {
"black": 12.4,
"white": 1.69
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/cccc66/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/cccc66.json"
},
{
"hex": "#66CC66",
"name": "#66CC66",
"slug": null,
"rgb": [
102,
204,
102
],
"hsl": [
120,
50,
60
],
"cmyk": [
50,
0,
50,
20
],
"luminance": 0.4697,
"contrast": {
"black": 10.39,
"white": 2.02
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/66cc66/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/66cc66.json"
}
],
"anchor": "amethyst-harmony-split-complementary"
},
{
"key": "monochromatic",
"label": "Monochromatic",
"behavior": "same hue, different values",
"bestUse": "surfaces, states, elevation, restrained UI themes",
"description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
"colors": [
{
"hex": "#C7ABE3",
"name": "#C7ABE3",
"slug": null,
"rgb": [
199,
171,
227
],
"hsl": [
270,
50,
78
],
"cmyk": [
12,
25,
0,
11
],
"luminance": 0.4681,
"contrast": {
"black": 10.36,
"white": 2.03
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/c7abe3/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/c7abe3.json"
},
{
"hex": "#9966CC",
"name": "Amethyst",
"slug": "amethyst",
"rgb": [
153,
102,
204
],
"hsl": [
270,
50,
60
],
"cmyk": [
25,
50,
0,
20
],
"luminance": 0.2063,
"contrast": {
"black": 5.13,
"white": 4.1
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/amethyst/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/amethyst.json"
},
{
"hex": "#6B36A1",
"name": "#6B36A1",
"slug": null,
"rgb": [
107,
54,
161
],
"hsl": [
270,
50,
42
],
"cmyk": [
34,
66,
0,
37
],
"luminance": 0.0834,
"contrast": {
"black": 2.67,
"white": 7.87
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/6b36a1/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/6b36a1.json"
}
],
"anchor": "amethyst-harmony-monochromatic"
}
]Signature palette
[
"#9966CC",
"#99CC66",
"#6666CC",
"#CC66CC",
"#C7ABE3",
"#6B36A1"
]Accessibility notes
[
"Black contrast on Amethyst: 5.13:1",
"White contrast on Amethyst: 4.1:1",
"AA text options: #000000"
]CSS tokens
":root {\n --color-amethyst: #9966CC;\n --amethyst-complementary-1: #99CC66;\n --amethyst-analogous-1: #6666CC;\n --amethyst-analogous-2: #CC66CC;\n --amethyst-triadic-1: #CC9966;\n --amethyst-triadic-2: #66CC99;\n --amethyst-tetradic-1: #CC6666;\n --amethyst-tetradic-2: #99CC66;\n --amethyst-tetradic-3: #66CCCC;\n --amethyst-split-complementary-1: #CCCC66;\n --amethyst-split-complementary-2: #66CC66;\n --amethyst-monochromatic-1: #C7ABE3;\n --amethyst-monochromatic-2: #9966CC;\n --amethyst-monochromatic-3: #6B36A1;\n}\n\n.palette-amethyst-harmony {\n color: #111827;\n background: linear-gradient(135deg, #9966CC, #99CC66, #6666CC, #CC66CC, #C7ABE3, #6B36A1);\n}"Full JSON dataset
{
"datasetVersion": "1.0.0",
"slug": "amethyst",
"name": "Amethyst",
"hex": "#9966CC",
"rgb": [
153,
102,
204
],
"hsl": [
270,
50,
60
],
"cmyk": [
25,
50,
0,
20
],
"family": "purple",
"temperature": "cool",
"tone": [
"balanced"
],
"luminance": 0.2063,
"contrast": {
"black": 5.13,
"white": 4.1
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"sourceColor": {
"slug": "amethyst",
"name": "Amethyst",
"hex": "#9966CC",
"url": "https://www.colorsencyclopedia.com/colors/amethyst/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/amethyst.json"
},
"harmonyGroups": [
{
"key": "complementary",
"label": "Complementary",
"behavior": "maximum hue contrast",
"bestUse": "accent colors, strong calls to action, visual opposition",
"description": "Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.",
"colors": [
{
"hex": "#99CC66",
"name": "#99CC66",
"slug": null,
"rgb": [
153,
204,
102
],
"hsl": [
90,
50,
60
],
"cmyk": [
25,
0,
50,
20
],
"luminance": 0.5092,
"contrast": {
"black": 11.18,
"white": 1.88
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/99cc66/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/99cc66.json"
}
],
"anchor": "amethyst-harmony-complementary"
},
{
"key": "analogous",
"label": "Analogous",
"behavior": "neighboring hue movement",
"bestUse": "calm palettes, gradients, natural transitions",
"description": "Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.",
"colors": [
{
"hex": "#6666CC",
"name": "#6666CC",
"slug": null,
"rgb": [
102,
102,
204
],
"hsl": [
240,
50,
60
],
"cmyk": [
50,
50,
0,
20
],
"luminance": 0.1669,
"contrast": {
"black": 4.34,
"white": 4.84
},
"wcag": {
"AA": [
"#FFFFFF"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/6666cc/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/6666cc.json"
},
{
"hex": "#CC66CC",
"name": "#CC66CC",
"slug": null,
"rgb": [
204,
102,
204
],
"hsl": [
300,
50,
60
],
"cmyk": [
0,
50,
0,
20
],
"luminance": 0.267,
"contrast": {
"black": 6.34,
"white": 3.31
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/cc66cc/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc66cc.json"
}
],
"anchor": "amethyst-harmony-analogous"
},
{
"key": "triadic",
"label": "Triadic",
"behavior": "three evenly spaced hues",
"bestUse": "balanced contrast, playful systems, broad palette range",
"description": "Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.",
"colors": [
{
"hex": "#CC9966",
"name": "#CC9966",
"slug": null,
"rgb": [
204,
153,
102
],
"hsl": [
30,
50,
60
],
"cmyk": [
0,
25,
50,
20
],
"luminance": 0.3658,
"contrast": {
"black": 8.32,
"white": 2.53
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": [
"#000000"
]
},
"url": "https://www.colorsencyclopedia.com/hex/cc9966/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc9966.json"
},
{
"hex": "#66CC99",
"name": "#66CC99",
"slug": null,
"rgb": [
102,
204,
153
],
"hsl": [
150,
50,
60
],
"cmyk": [
50,
0,
25,
20
],
"luminance": 0.4831,
"contrast": {
"black": 10.66,
"white": 1.97
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/66cc99/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/66cc99.json"
}
],
"anchor": "amethyst-harmony-triadic"
},
{
"key": "tetradic",
"label": "Tetradic",
"behavior": "two complementary pairs",
"bestUse": "large design systems, dashboards, multi-state UI",
"description": "Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.",
"colors": [
{
"hex": "#CC6666",
"name": "#CC6666",
"slug": null,
"rgb": [
204,
102,
102
],
"hsl": [
0,
50,
60
],
"cmyk": [
0,
50,
50,
20
],
"luminance": 0.233,
"contrast": {
"black": 5.66,
"white": 3.71
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/hex/cc6666/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/cc6666.json"
},
{
"hex": "#99CC66",
"name": "#99CC66",
"slug": null,
"rgb": [
153,
204,
102
],
"hsl": [
90,
50,
60
],
"cmyk": [
25,
0,
50,
20
],
"luminance": 0.5092,
"contrast": {
"black": 11.18,
"white": 1.88
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/99cc66/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/99cc66.json"
},
{
"hex": "#66CCCC",
"name": "#66CCCC",
"slug": null,
"rgb": [
102,
204,
204
],
"hsl": [
180,
50,
60
],
"cmyk": [
50,
0,
0,
20
],
"luminance": 0.5037,
"contrast": {
"black": 11.07,
"white": 1.9
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/66cccc/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/66cccc.json"
}
],
"anchor": "amethyst-harmony-tetradic"
},
{
"key": "splitComplementary",
"label": "Split Complementary",
"behavior": "softened complementary contrast",
"bestUse": "brand palettes, accent pairs, less aggressive contrast",
"description": "Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.",
"colors": [
{
"hex": "#CCCC66",
"name": "#CCCC66",
"slug": null,
"rgb": [
204,
204,
102
],
"hsl": [
60,
50,
60
],
"cmyk": [
0,
0,
50,
20
],
"luminance": 0.5698,
"contrast": {
"black": 12.4,
"white": 1.69
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/cccc66/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/cccc66.json"
},
{
"hex": "#66CC66",
"name": "#66CC66",
"slug": null,
"rgb": [
102,
204,
102
],
"hsl": [
120,
50,
60
],
"cmyk": [
50,
0,
50,
20
],
"luminance": 0.4697,
"contrast": {
"black": 10.39,
"white": 2.02
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/66cc66/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/66cc66.json"
}
],
"anchor": "amethyst-harmony-split-complementary"
},
{
"key": "monochromatic",
"label": "Monochromatic",
"behavior": "same hue, different values",
"bestUse": "surfaces, states, elevation, restrained UI themes",
"description": "Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.",
"colors": [
{
"hex": "#C7ABE3",
"name": "#C7ABE3",
"slug": null,
"rgb": [
199,
171,
227
],
"hsl": [
270,
50,
78
],
"cmyk": [
12,
25,
0,
11
],
"luminance": 0.4681,
"contrast": {
"black": 10.36,
"white": 2.03
},
"wcag": {
"AA": [
"#000000",
"#1A1A1A",
"#36454F"
],
"AAA": [
"#000000",
"#1A1A1A"
]
},
"url": "https://www.colorsencyclopedia.com/hex/c7abe3/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/c7abe3.json"
},
{
"hex": "#9966CC",
"name": "Amethyst",
"slug": "amethyst",
"rgb": [
153,
102,
204
],
"hsl": [
270,
50,
60
],
"cmyk": [
25,
50,
0,
20
],
"luminance": 0.2063,
"contrast": {
"black": 5.13,
"white": 4.1
},
"wcag": {
"AA": [
"#000000"
],
"AAA": []
},
"url": "https://www.colorsencyclopedia.com/colors/amethyst/",
"apiUrl": "https://www.colorsencyclopedia.com/api/colors/amethyst.json"
},
{
"hex": "#6B36A1",
"name": "#6B36A1",
"slug": null,
"rgb": [
107,
54,
161
],
"hsl": [
270,
50,
42
],
"cmyk": [
34,
66,
0,
37
],
"luminance": 0.0834,
"contrast": {
"black": 2.67,
"white": 7.87
},
"wcag": {
"AA": [
"#FFFFFF",
"#F5F5F5"
],
"AAA": [
"#FFFFFF",
"#F5F5F5"
]
},
"url": "https://www.colorsencyclopedia.com/hex/6b36a1/",
"apiUrl": "https://www.colorsencyclopedia.com/api/hex/6b36a1.json"
}
],
"anchor": "amethyst-harmony-monochromatic"
}
],
"signaturePalette": [
"#9966CC",
"#99CC66",
"#6666CC",
"#CC66CC",
"#C7ABE3",
"#6B36A1"
],
"semanticGroups": [
"purple harmony",
"cool harmony",
"balanced harmony",
"amethyst palette system"
],
"useCases": [
"palette generation",
"brand color exploration",
"UI accent planning",
"CSS design tokens",
"AI color retrieval"
],
"accessibilityNotes": [
"Black contrast on Amethyst: 5.13:1",
"White contrast on Amethyst: 4.1:1",
"AA text options: #000000"
],
"relatedEndpoints": [
"https://www.colorsencyclopedia.com/api/harmonies/amethyst.json",
"https://www.colorsencyclopedia.com/api/colors/amethyst.json",
"https://www.colorsencyclopedia.com/api/hex/9966cc.json"
],
"url": "https://www.colorsencyclopedia.com/harmonies/amethyst/",
"apiUrl": "https://www.colorsencyclopedia.com/api/harmonies/amethyst.json",
"cssSnippet": ":root {\n --color-amethyst: #9966CC;\n --amethyst-complementary-1: #99CC66;\n --amethyst-analogous-1: #6666CC;\n --amethyst-analogous-2: #CC66CC;\n --amethyst-triadic-1: #CC9966;\n --amethyst-triadic-2: #66CC99;\n --amethyst-tetradic-1: #CC6666;\n --amethyst-tetradic-2: #99CC66;\n --amethyst-tetradic-3: #66CCCC;\n --amethyst-split-complementary-1: #CCCC66;\n --amethyst-split-complementary-2: #66CC66;\n --amethyst-monochromatic-1: #C7ABE3;\n --amethyst-monochromatic-2: #9966CC;\n --amethyst-monochromatic-3: #6B36A1;\n}\n\n.palette-amethyst-harmony {\n color: #111827;\n background: linear-gradient(135deg, #9966CC, #99CC66, #6666CC, #CC66CC, #C7ABE3, #6B36A1);\n}"
}
CSS Harmony Tokens
Use these tokens when Amethyst needs a complete palette system instead of a single color variable.
:root {
--color-amethyst: #9966CC;
--amethyst-complementary-1: #99CC66;
--amethyst-analogous-1: #6666CC;
--amethyst-analogous-2: #CC66CC;
--amethyst-triadic-1: #CC9966;
--amethyst-triadic-2: #66CC99;
--amethyst-tetradic-1: #CC6666;
--amethyst-tetradic-2: #99CC66;
--amethyst-tetradic-3: #66CCCC;
--amethyst-split-complementary-1: #CCCC66;
--amethyst-split-complementary-2: #66CC66;
--amethyst-monochromatic-1: #C7ABE3;
--amethyst-monochromatic-2: #9966CC;
--amethyst-monochromatic-3: #6B36A1;
}
.palette-amethyst-harmony {
color: #111827;
background: linear-gradient(135deg, #9966CC, #99CC66, #6666CC, #CC66CC, #C7ABE3, #6B36A1);
}
Amethyst Harmony Groups
Open a group to inspect its generated colors, intended behavior, and best design use. Anchor links above open the matching group directly.
Complementary Harmony1 colors · maximum hue contrast
Complementary harmony uses the color opposite the source hue. It creates the strongest direct relationship in the wheel, so it is best for accents, contrast anchors, and palettes that need immediate separation.
#99CC66Analogous Harmony2 colors · neighboring hue movement
Analogous harmony uses hues close to the source color. It keeps the palette visually connected and is useful for quiet interfaces, editorial color systems, and smooth background or gradient work.
#6666CC#CC66CCTriadic Harmony2 colors · three evenly spaced hues
Triadic harmony places colors around the wheel at equal intervals. It gives more range than analogous harmony while keeping a stable mathematical relationship between the selected hues.
#CC9966#66CC99Tetradic Harmony3 colors · two complementary pairs
Tetradic harmony creates a four-color system from two complementary relationships. It is useful when a palette needs multiple roles, but the colors should be assigned carefully so one hue remains dominant.
#CC6666#99CC66#66CCCCSplit Complementary Harmony2 colors · softened complementary contrast
Split-complementary harmony replaces the direct opposite with the two hues beside it. This keeps useful contrast while reducing the visual tension of a pure complementary pair.
#CCCC66#66CC66Monochromatic Harmony3 colors · same hue, different values
Monochromatic harmony keeps the source hue and changes lightness. It is the safest system for tonal UI, cards, hover states, shadows, backgrounds, and subtle visual hierarchy.
#C7ABE3#9966CC#6B36A1