Prickly Purple
#a264ba
Looking for the precise values behind Prickly Purple (#a264ba)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #a264ba | |
|---|---|---|
| RGB | rgb(162, 100, 186) | |
| HSL | hsl(283, 38%, 56%) | |
| CMYK | cmyk(13%, 46%, 0%, 27%) | |
| LAB | lab(52, 37, -36) | |
| OKLCH | oklch(0.6 0.142 316) |
Color harmonies
Tints & shades
Code snippets
color: #a264ba;
background-color: #a264ba;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-violet-500 /* ≈ #8e51ff */
/* Flutter */
Color(0xFFA264BA)
/* Swift / UIKit */
UIColor(red: 0.64, green: 0.39, blue: 0.73, alpha: 1.0)