Color: #A57FCE

#A57FCE Color Information

#A57FCE is a light color. The closest websafe version is #A57FCE. A complement of this color would be #A7CE7E, perceived brightness is 0.58, and the grayscale version is #A7A7A7.

In the HSL color space, this color has a hue angle of 269°,a saturation of 45%, and a lightness of 65%.The HSV representation shows a hue of 269°, a saturation of 38%, and a value of 81%.

In a RGB color space, #A57FCE is composed of 65% red, 50% green and 81% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 38% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 27.33, x: 0.3111, and y: 0.2545.

Color Code #A57FCE

#A57FCErgb(165, 127, 206)
HEX
#A57FCE
RGB
rgb(165, 127, 206)
HSL
hsl(269, 45%, 65%)
HSV
hsv(269, 38%, 81%)
CMYK
20%, 38%, 0%, 19%
XYZ
X: 33.41, Y: 27.33, Z: 46.66
Lab
L: 59.28, a: 26.72, b: -35.60
Name

Shades of Color #A57FCE

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

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

#A57FCErgb(165, 127, 206)

About #A57FCE Color Code

In the HSL color space, this color has a hue angle of 269°, a saturation of 45%, and a lightness of 65%. The HSV representation shows a hue of 269°, a saturation of 38%, and a value of 81%.

  • HEX: #A57FCE
  • RGB: rgb(165, 127, 206)
  • HSL: hsl(269, 45%, 65%)
  • HSV: hsv(269, 38%, 81%)
  • CMYK: 20.00% cyan, 38.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 33.41, 27.33, 46.66
  • Yxy: 27.33, 0.3111, 0.2545
  • Hunter Lab: 59.28, 26.72, -35.60
  • CIE-Lab: 59.28, 26.72, -35.60

In the XYZ color space, this color is represented as X: 33.41, Y: 27.33, Z: 46.66. The Yxy representation further refines this as Y: 27.33, x: 0.3111, and y: 0.2545.

In the Hunter Lab color space, this color is represented as L: 59.28, a: 26.72, and b: -35.60. Similarly, in the CIE-Lab color space, it is represented as L: 59.28, a: 26.72, and b: -35.60.

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

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

Analogous Colors of #A57FCE

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

Monochromatic Colors of #A57FCE

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

Complementary Color of #A57FCE

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

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

HTML Examples of #A57FCE

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

Related Colors of #A57FCE

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