Magenta Affair
#aa44dd
Here's everything about the color Magenta Affair (#aa44dd) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #aa44dd | |
|---|---|---|
| RGB | rgb(170, 68, 221) | |
| HSL | hsl(280, 69%, 57%) | |
| CMYK | cmyk(23%, 69%, 0%, 13%) | |
| LAB | lab(49, 60, -60) | |
| OKLCH | oklch(0.59 0.228 312) |
Color harmonies
Tints & shades
Code snippets
color: #aa44dd;
background-color: #aa44dd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-purple-500 /* ≈ #ad46ff */
/* Flutter */
Color(0xFFAA44DD)
/* Swift / UIKit */
UIColor(red: 0.67, green: 0.27, blue: 0.87, alpha: 1.0)