Color: #A49FCE

#A49FCE Color Information

#A49FCE is a light color. The closest websafe version is #A49FCE. A complement of this color would be #CACEA1, perceived brightness is 0.65, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 246°,a saturation of 32%, and a lightness of 72%.The HSV representation shows a hue of 246°, a saturation of 23%, and a value of 81%.

In a RGB color space, #A49FCE is composed of 64% red, 62% green and 81% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 23% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 36.86, x: 0.3115, and y: 0.2992.

Color Code #A49FCE

#A49FCErgb(164, 159, 206)
HEX
#A49FCE
RGB
rgb(164, 159, 206)
HSL
hsl(246, 32%, 72%)
HSV
hsv(246, 23%, 81%)
CMYK
20%, 23%, 0%, 19%
XYZ
X: 38.37, Y: 36.86, Z: 47.96
Lab
L: 67.17, a: 9.28, b: -23.51
Name

Shades of Color #A49FCE

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

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

#A49FCErgb(164, 159, 206)

About #A49FCE Color Code

In the HSL color space, this color has a hue angle of 246°, a saturation of 32%, and a lightness of 72%. The HSV representation shows a hue of 246°, a saturation of 23%, and a value of 81%.

  • HEX: #A49FCE
  • RGB: rgb(164, 159, 206)
  • HSL: hsl(246, 32%, 72%)
  • HSV: hsv(246, 23%, 81%)
  • CMYK: 20.00% cyan, 23.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 38.37, 36.86, 47.96
  • Yxy: 36.86, 0.3115, 0.2992
  • Hunter Lab: 67.17, 9.28, -23.51
  • CIE-Lab: 67.17, 9.28, -23.51

In the XYZ color space, this color is represented as X: 38.37, Y: 36.86, Z: 47.96. The Yxy representation further refines this as Y: 36.86, x: 0.3115, and y: 0.2992.

In the Hunter Lab color space, this color is represented as L: 67.17, a: 9.28, and b: -23.51. Similarly, in the CIE-Lab color space, it is represented as L: 67.17, a: 9.28, and b: -23.51.

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

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

Analogous Colors of #A49FCE

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

Split Complementary Colors of #A49FCE

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

Tetradic Colors of #A49FCE

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

Monochromatic Colors of #A49FCE

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

Complementary Color of #A49FCE

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

/* Using HEX */
body {
  background-color: #a49fce;
}
/* Using RGB */
body {
  background-color: rgb(164, 159, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(164, 159, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(246, 32%, 72%);
}
/* Text color */
p {
  color: #a49fce;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a49fce;
}
/* Border color */
.box {
  border: 4px solid #a49fce;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a49fce;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a49fce;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A49FCE
On Black Background
#A49FCE
On White Background
#A49FCE

HTML Examples of #A49FCE

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

Related Colors of #A49FCE

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