HSL(292, 10%, 61%)

Grayish Purple — Purple color

Adjust Color

Color Information

Color Name

Grayish Purple

Color Family

Purple

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(292,10%,61%)]

Color Conversions

Format Value CSS Usage
HSL hsl(292, 10%, 61%) color: hsl(292, 10%, 61%)
HEX #A392A5 color: #A392A5
RGB rgb(163, 146, 165) color: rgb(163, 146, 165)
CMYK cmyk(1%, 12%, 0%, 35%)
HSV hsv(294, 12%, 65%)
HWB hwb(294 57% 35%) color: hwb(294 57% 35%)
OKLCH oklch(0.681 0.0337 322.65) color: oklch(0.681 0.0337 322.65)
Lab lab(62.56 9.85 -7.66) color: lab(62.56 9.85 -7.66)
LCH lch(62.56 12.48 322.13) color: lch(62.56 12.48 322.13)

Color Theory

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 2.91:1
vs Black 7.21:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#9C9BA0 — rgb(156, 155, 160)

Deuteranopia (Green-blind)

#9D9E9F — rgb(157, 158, 159)

Tritanopia (Blue-blind)

#A29D9C — rgb(162, 157, 156)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(292, 10%, 61%);

text

color: hsl(292, 10%, 61%);

border

border: 2px solid hsl(292, 10%, 61%);

gradient light

background: linear-gradient(to right, hsl(292, 10%, 81%), hsl(292, 10%, 61%));

gradient dark

background: linear-gradient(to right, hsl(292, 10%, 61%), hsl(292, 10%, 41%))

hex

background-color: #A392A5;

tailwind

bg-[hsl(292,10%,61%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(292, 10%, 61%, 0.4);

css variable

--color-primary: hsl(292, 10%, 61%);

Related Colors

Use Cases for Grayish Purple

Luxury brands Creative agencies Beauty products Royalty themes Premium badges

Frequently Asked Questions

What are all the color codes for HSL(292, 10%, 61%)?

HEX: #A392A5 | RGB: rgb(163, 146, 165) | CMYK: 1%, 12%, 0%, 35% | HSV: 294°, 12%, 65%. Copy any format from the conversion table above.

What colors go well with #A392A5?

The complementary color is HSL(112, 10%, 61%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(292, 10%, 61%) in CSS?

As HSL: color: hsl(292, 10%, 61%); — As HEX: color: #A392A5; — As RGB: color: rgb(163, 146, 165); — Tailwind CSS: bg-[hsl(292,10%,61%)] — CSS variable: --color-primary: hsl(292, 10%, 61%);