Veronica (#A020F0)

HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.

Preview

Sample Text
This is how text may look on this color.
Best text color: #FFFFFF
Contrast vs white: 5.30:1 — vs black: 3.96:1

Color values

  • HEX #A020F0
  • RGB rgb(160, 32, 240)
  • HSL hsl(276, 87%, 53%)
  • CMYK cmyk( 33, 87, 0, 6 )
  • Websafe #9933FF

Tags

Tip: tags are heuristic suggestions (helpful for browsing and inspiration).

Color Harmonies

Colors that pair well with #A020F0 based on color theory relationships.

Complementary

The color directly opposite on the color wheel — creates maximum contrast and vibrance.

Veronica
#A020F0 Base
#70F020
Analogous

Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.

Veronica
#A020F0 Base
#3820F0
#F020D8
Triadic

Three colors equally spaced 120° apart — bold, balanced, and visually rich.

Veronica
#A020F0 Base
#F0A020
#20F0A0
Split-Complementary

Two colors flanking the complement — high contrast with less tension than full complementary.

Veronica
#A020F0 Base
#D8F020
#20F038
Tetradic (Square)

Four colors at 90° intervals — rich variety, best when one color dominates.

Veronica
#A020F0 Base
#F03820
#70F020
#20D8F0
Monochromatic

Shades and tints of the same hue — cohesive, elegant, and easy to work with.

Veronica
#A020F0 Base
#47076F
#750CB7
#8B0FD9
#B046F3
#BF68F5
#DDAFFA
Shades & Tints

Darker shades and lighter tints of Veronica, generated by adjusting lightness while keeping the same hue and saturation.

Shades (darker)

#0F0218
#2D0546
#4B0874
#680BA2
#860ED1
Veronica #A020F0 Base
#B148F3
#C270F5
#D397F8
#E4BFFB
#F5E7FD
CSS & SCSS Snippets

Ready-to-use code snippets for #A020F0. Click the copy button to copy any snippet to your clipboard.

CSS Properties
/* Background */
.element {
    background-color: #A020F0;
}

/* Text */
.element {
    color: #A020F0;
}

/* Border */
.element {
    border: 1px solid #A020F0;
}
CSS Gradient
/* Linear gradient to complementary */
.element {
    background: linear-gradient(
        to right,
        #A020F0,
        #70F020
    );
}

/* Radial gradient */
.element {
    background: radial-gradient(
        circle,
        #A020F0,
        #70F020
    );
}
SCSS Variable
// SCSS variable
$veronica: #A020F0;

// With RGB channels (useful for rgba() usage)
$veronica-r: 160;
$veronica-g: 32;
$veronica-b: 240;

// Usage
.element {
    background-color: $veronica;
    color: rgba($veronica-r, $veronica-g, $veronica-b, 0.8);
}
Color Blindness Simulation

How Veronica appears to people with different types of color vision deficiency.

Normal Vision #A020F0 How the color appears with full color vision.
Deuteranopia #5E5EEF Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
Protanopia #4040F0 Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
Tritanopia #866262 Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
Achromatopsia #6B6B6B Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
Similar Named Colors

The closest named colors to Veronica ranked by perceptual difference (Delta-E 2000 — lower = more similar).

Veronica #A020F0 Base
Vivid Violet #9F00FF ΔE 1.95
Blue Violet #8A2BE2 ΔE 3.74
Electric Violet #8F00FF ΔE 3.78
Vivid Mulberry #B80CE3 ΔE 4.39

How to use this color

  1. Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
  2. Use CMYK when preparing print assets (posters, packaging, brochures).
  3. Check contrast before using it for text or important UI elements.