Lightish purple to RGB — Color Code

RGB

rgb(165, 82, 230)

Format Value
HEX #a552e6
RGB rgb(165, 82, 230)
HSL hsl(273.6, 74.7%, 61.2%)
CMYK cmyk(28.3%, 64.3%, 0%, 9.8%)

What is the RGB code for lightish purple?

The CSS color lightish purple in RGB format is rgb(165, 82, 230). Use this value directly in CSS, SVG, and most design tools.

How do I use lightish purple in CSS?

To apply lightish purple in CSS:

  • Text color: color: rgb(165, 82, 230);
  • Background: background-color: rgb(165, 82, 230);
  • Border: border-color: rgb(165, 82, 230);

What are all the color format values for lightish purple?

FormatValue
HEX#a552e6
RGBrgb(165, 82, 230)
HSLhsl(273.6, 74.7%, 61.2%)
CMYKcmyk(28.3%, 64.3%, 0%, 9.8%)

How do I convert lightish purple to RGB?

Select lightish purple from the color name list in our color converter. The RGB value — rgb(165, 82, 230) — appears instantly alongside HEX, RGB, HSL and CMYK.

What color family does lightish purple belong to?

lightish purple belongs to the purple color family. It is a medium, vivid color with HSL values: hue 273.6°, saturation 74.7%, lightness 61.2%.

How do I create lighter and darker shades of lightish purple?

Lighter variant (lightness 76.2%): #c895f0. Darker variant (lightness 46.2%): #801ece. 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.