Color: #A57FDF

#A57FDF Color Information

#A57FDF is a light color. The closest websafe version is #A57FDF. A complement of this color would be #B9DF81, perceived brightness is 0.59, and the grayscale version is #AFAFAF.

In the HSL color space, this color has a hue angle of 264°,a saturation of 60%, and a lightness of 69%.The HSV representation shows a hue of 264°, a saturation of 43%, and a value of 87%.

In a RGB color space, #A57FDF is composed of 65% red, 50% green and 87% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 43% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 28.06, x: 0.2966, and y: 0.2368.

Color Code #A57FDF

#A57FDFrgb(165, 127, 223)
HEX
#A57FDF
RGB
rgb(165, 127, 223)
HSL
hsl(264, 60%, 69%)
HSV
hsv(264, 43%, 87%)
CMYK
26%, 43%, 0%, 13%
XYZ
X: 35.14, Y: 28.06, Z: 55.28
Lab
L: 59.94, a: 29.80, b: -44.07
Name

Shades of Color #A57FDF

Shades are created by darkening the original color #A57FDF 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 #A57FDF

Tints are created by lightening the original color #A57FDF 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.

#A57FDFrgb(165, 127, 223)

About #A57FDF Color Code

In the HSL color space, this color has a hue angle of 264°, a saturation of 60%, and a lightness of 69%. The HSV representation shows a hue of 264°, a saturation of 43%, and a value of 87%.

  • HEX: #A57FDF
  • RGB: rgb(165, 127, 223)
  • HSL: hsl(264, 60%, 69%)
  • HSV: hsv(264, 43%, 87%)
  • CMYK: 26.00% cyan, 43.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 35.14, 28.06, 55.28
  • Yxy: 28.06, 0.2966, 0.2368
  • Hunter Lab: 59.94, 29.80, -44.07
  • CIE-Lab: 59.94, 29.80, -44.07

In the XYZ color space, this color is represented as X: 35.14, Y: 28.06, Z: 55.28. The Yxy representation further refines this as Y: 28.06, x: 0.2966, and y: 0.2368.

In the Hunter Lab color space, this color is represented as L: 59.94, a: 29.80, and b: -44.07. Similarly, in the CIE-Lab color space, it is represented as L: 59.94, a: 29.80, and b: -44.07.

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 #A57FDF

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

Analogous Colors of #A57FDF

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

Split Complementary Colors of #A57FDF

Split complementary colors are two colors adjacent to the complementary color of #A57FDF. They create a balanced and visually appealing color scheme.

Tetradic Colors of #A57FDF

Tetradic colors form a rectangle on the color wheel, including #A57FDF. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #A57FDF

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

Complementary Color of #A57FDF

The complementary color of #A57FDF 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 #A57FDF

/* Using HEX */
body {
  background-color: #a57fdf;
}
/* Using RGB */
body {
  background-color: rgb(165, 127, 223);
}
/* Using RGB with opacity */
body {
  background-color: rgba(165, 127, 223, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(264, 60%, 69%);
}
/* Text color */
p {
  color: #a57fdf;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a57fdf;
}
/* Border color */
.box {
  border: 4px solid #a57fdf;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a57fdf;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a57fdf;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A57FDF
On Black Background
#A57FDF
On White Background
#A57FDF

HTML Examples of #A57FDF

<!-- Using HEX -->
<div style="background-color: #a57fdf; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(165, 127, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(165, 127, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(264, 60%, 69%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a57fdf;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a57fdf; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a57fdf; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a57fdf;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a57fdf; color: #fff; padding: 16px; border-radius: 8px;">
  #A57FDF
</div>
#A57FDF
On Black Background
#A57FDF
On White Background
#A57FDF

Related Colors of #A57FDF

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