Dull Lavender is a
cool light color with the hex code #A992E0.
This moderately saturated hue can be represented as RGB
169, 146, 224 in digital design or CMYK 25%, 35%, 0%, 12% for print applications.
Find matching Pantone color.
Dull Lavender
#A992E0
Dull Lavender color values
- HEX
- #A992E0
- RGB
- 169, 146, 224
- HSL
- 258°, 56%, 73%
- CMYK
- 25, 35, 0, 12
Shades & tints
About this color
Dull Lavender sits at 258° on the color wheel with 56% saturation and 73% lightness, placing it in the blue-violet segment of the spectrum. The moderate 56% saturation gives it enough color presence to register clearly without competing for dominance in a composition. The elevated lightness keeps it airy and open, well-suited to large surface areas without visual weight.
In digital environments, Dull Lavender is rendered as rgb(169, 146, 224), where the blue channel is highest at 224, anchoring the color in the cool register. This cool mid-tone is a reliable choice for UI chrome, informational states, and contexts that call for a calm, readable presence.
For print, Dull Lavender translates to a CMYK breakdown of 25C 35M 0Y 12K. The low-to-moderate black value (12%) means the color's character in print comes primarily from its magenta ink content (35%), with black serving as a supporting shadow tone. No brands in the brandkit.pro library currently specify this exact hex as a named brand color.
Color harmonies
Complementary
Analogous
Triadic
Split-Complementary
How to use Dull Lavender
CSS Variable
:root {
--brand-primary: #A992E0;
--brand-primary-rgb: 169, 146, 224;
} Define as a CSS custom property for consistent theming across your site.
Tailwind Config
colors: {
brand: '#A992E0',
}
Add to your Tailwind config to use classes like bg-brand.
Print Design (CMYK)
C: 25%
M: 35%
Y: 0%
K: 12% Use these CMYK values in Adobe Illustrator, InDesign, or print specifications.
RGB for Screens
rgb(169, 146, 224)
rgba(169, 146, 224, 0.8) Use RGB notation for compatibility or add alpha channel for transparency.
Frequently asked questions
What color is #A992E0?
What is the RGB value of #A992E0?
Is Dull Lavender a warm or cool color?
How do I use #A992E0 in CSS?
background-color: #A992E0; or color: #A992E0; or as an RGB value: rgb(169, 146, 224). For print design, use CMYK: 25%, 35%, 0%, 12%.