Mauve to RGB — Color Code

RGB

rgb(174, 113, 129)

Format Value
HEX #ae7181
RGB rgb(174, 113, 129)
HSL hsl(344.3, 27.4%, 56.3%)
CMYK cmyk(0%, 35.1%, 25.9%, 31.8%)

What is the RGB code for mauve?

The CSS color mauve in RGB format is rgb(174, 113, 129). Use this value directly in CSS, SVG, and most design tools.

How do I use mauve in CSS?

To apply mauve in CSS:

  • Text color: color: rgb(174, 113, 129);
  • Background: background-color: rgb(174, 113, 129);
  • Border: border-color: rgb(174, 113, 129);

What are all the color format values for mauve?

FormatValue
HEX#ae7181
RGBrgb(174, 113, 129)
HSLhsl(344.3, 27.4%, 56.3%)
CMYKcmyk(0%, 35.1%, 25.9%, 31.8%)

How do I convert mauve to RGB?

Select mauve from the color name list in our color converter. The RGB value — rgb(174, 113, 129) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does mauve belong to?

mauve belongs to the pink color family. It is a medium, muted color with HSL values: hue 344.3°, saturation 27.4%, lightness 56.3%.

How do I create lighter and darker shades of mauve?

Lighter variant (lightness 71.3%): #caa2ac. Darker variant (lightness 41.3%): #864c5c. 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.