Violet red to RGB — Color Code

RGB

rgb(165, 0, 85)

Format Value
HEX #a50055
RGB rgb(165, 0, 85)
HSL hsl(329.1, 100%, 32.4%)
CMYK cmyk(0%, 100%, 48.5%, 35.3%)

What is the RGB code for violet red?

The CSS color violet red in RGB format is rgb(165, 0, 85). Use this value directly in CSS, SVG, and most design tools.

How do I use violet red in CSS?

To apply violet red in CSS:

  • Text color: color: rgb(165, 0, 85);
  • Background: background-color: rgb(165, 0, 85);
  • Border: border-color: rgb(165, 0, 85);

What are all the color format values for violet red?

FormatValue
HEX#a50055
RGBrgb(165, 0, 85)
HSLhsl(329.1, 100%, 32.4%)
CMYKcmyk(0%, 100%, 48.5%, 35.3%)

How do I convert violet red to RGB?

Select violet red from the color name list in our color converter. The RGB value — rgb(165, 0, 85) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does violet red belong to?

violet red belongs to the pink color family. It is a medium, vivid color with HSL values: hue 329.1°, saturation 100%, lightness 32.4%.

How do I create lighter and darker shades of violet red?

Lighter variant (lightness 47.4%): #f2007c. Darker variant (lightness 17.4%): #59002e. 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.