Color #A259FF

#A259FFrgb(162, 89, 255)

Color Codes

HEX#A259FF
RGBrgb(162, 89, 255)
HSLhsl(266°, 100%, 67%)
CMYKcmyk(36%, 65%, 0%, 0%)
CIELABLab(54.1, 61.4, -71.6)

Color Schemes

Tints & Shades

CSS Code Snippets

background-color: #A259FF;
color: #A259FF;
border: 2px solid #A259FF;
background: linear-gradient(135deg, #A259FF, #b6ff59);

Code Export

css
:root {
  --color-primary: #a259ff;
  --color-primary-rgb: 162, 89, 255;
  --color-primary-hsl: 266, 100%, 67%;
}

Related Tools