Dusty lavender to RGB — Color Code

RGB

rgb(172, 134, 168)

Format Value
HEX #ac86a8
RGB rgb(172, 134, 168)
HSL hsl(306.3, 18.6%, 60%)
CMYK cmyk(0%, 22.1%, 2.3%, 32.5%)

What is the RGB code for dusty lavender?

The CSS color dusty lavender in RGB format is rgb(172, 134, 168). Use this value directly in CSS, SVG, and most design tools.

How do I use dusty lavender in CSS?

To apply dusty lavender in CSS:

  • Text color: color: rgb(172, 134, 168);
  • Background: background-color: rgb(172, 134, 168);
  • Border: border-color: rgb(172, 134, 168);

What are all the color format values for dusty lavender?

FormatValue
HEX#ac86a8
RGBrgb(172, 134, 168)
HSLhsl(306.3, 18.6%, 60%)
CMYKcmyk(0%, 22.1%, 2.3%, 32.5%)

How do I convert dusty lavender to RGB?

Select dusty lavender from the color name list in our color converter. The RGB value — rgb(172, 134, 168) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does dusty lavender belong to?

dusty lavender belongs to the pink color family. It is a medium, muted color with HSL values: hue 306.3°, saturation 18.6%, lightness 60%.

How do I create lighter and darker shades of dusty lavender?

Lighter variant (lightness 75%): #cbb3c9. Darker variant (lightness 45%): #885d84. These values are computed by adjusting HSL lightness ±15% while keeping the same hue and saturation.

What is RGB used for?

RGB defines colors using three values from 0 to 255 — red, green and blue intensity. It is the native format for screens, monitors and web browsers.