Color: #A54FFB

#A54FFB Color Information

#A54FFB is a dark color. The closest websafe version is #A54FFB. A complement of this color would be #A6FB50, perceived brightness is 0.49, and the grayscale version is #A5A5A5.

In the HSL color space, this color has a hue angle of 270°,a saturation of 96%, and a lightness of 65%.The HSV representation shows a hue of 270°, a saturation of 100%, and a value of 100%.

In a RGB color space, #A54FFB is composed of 65% red, 31% green and 98% blue. Whereas in a CMYK color space, it is composed of 34% cyan, 69% magenta, 0% yellow and 2% black.

In the Yxy color space, this color is represented as Y: 19.82, x: 0.2696, and y: 0.1609.

Color Code #A54FFB

HEX
#A54FFB
RGB
rgb(165, 79, 251)
HSL
hsl(270, 96%, 65%)
HSV
hsv(270, 69%, 98%)
CMYK
34%, 69%, 0%, 2%
XYZ
X: 33.22, Y: 19.82, Z: 70.18
Lab
L: 51.64, a: 58.98, b: -72.87
Name

Shades of Color #A54FFB

Shades are created by darkening the original color #A54FFB in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.

Tints of Color #A54FFB

Tints are created by lightening the original color #A54FFB in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.

About #A54FFB Color Code

In the HSL color space, this color has a hue angle of 270°, a saturation of 96%, and a lightness of 65%. The HSV representation shows a hue of 270°, a saturation of 69%, and a value of 98%.

  • HEX: #A54FFB
  • RGB: rgb(165, 79, 251)
  • HSL: hsl(270, 96%, 65%)
  • HSV: hsv(270, 69%, 98%)
  • CMYK: 34.00% cyan, 69.00% magenta, 0.00% yellow, 2.00% black
  • XYZ: 33.22, 19.82, 70.18
  • Yxy: 19.82, 0.2696, 0.1609
  • Hunter Lab: 51.64, 58.98, -72.87
  • CIE-Lab: 51.64, 58.98, -72.87

In the XYZ color space, this color is represented as X: 33.22, Y: 19.82, Z: 70.18. The Yxy representation further refines this as Y: 19.82, x: 0.2696, and y: 0.1609.

In the Hunter Lab color space, this color is represented as L: 51.64, a: 58.98, and b: -72.87. Similarly, in the CIE-Lab color space, it is represented as L: 51.64, a: 58.98, and b: -72.87.

Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.

Triadic Colors of #A54FFB

Triadic colors are three colors evenly spaced around the color wheel, including #A54FFB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #A54FFB

Analogous colors are adjacent to #A54FFB on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Monochromatic Colors of #A54FFB

Monochromatic colors are variations of #A54FFB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #A54FFB

The complementary color of #A54FFB is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.

CSS Examples of #A54FFB

/* Using HEX */
body {
  background-color: #a54ffb;
}
/* Using RGB */
body {
  background-color: rgb(165, 79, 251);
}
/* Using RGB with opacity */
body {
  background-color: rgba(165, 79, 251, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(270, 96%, 65%);
}
/* Text color */
p {
  color: #a54ffb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a54ffb;
}

HTML Examples of #A54FFB

<!-- Using HEX -->
<div style="background-color: #a54ffb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(165, 79, 251); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(165, 79, 251, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(270, 96%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a54ffb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a54ffb; width: 100px; height: 100px;"></div>

Related Colors of #A54FFB

These colors are similar to #A54FFB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.