Ferocious Fuchsia
#aa00cc
Here's everything about the color Ferocious Fuchsia (#aa00cc) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #aa00cc | |
|---|---|---|
| RGB | rgb(170, 0, 204) | |
| HSL | hsl(290, 100%, 40%) | |
| CMYK | cmyk(17%, 100%, 0%, 20%) | |
| LAB | lab(42, 73, -62) | |
| OKLCH | oklch(0.54 0.261 319) |
Color harmonies
Tints & shades
Code snippets
color: #aa00cc;
background-color: #aa00cc;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-purple-500 /* ≈ #ad46ff */
/* Flutter */
Color(0xFFAA00CC)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.00, blue: 0.80, alpha: 1.0)