Color: #A59CFE

#A59CFE Color Information

#A59CFE is a light color. The closest websafe version is #A59CFE. A complement of this color would be #F4FE9A, perceived brightness is 0.67, and the grayscale version is #CDCDCD.

In the HSL color space, this color has a hue angle of 246°,a saturation of 98%, and a lightness of 80%.The HSV representation shows a hue of 246°, a saturation of 39%, and a value of 100%.

In a RGB color space, #A59CFE is composed of 65% red, 61% green and 100% blue. Whereas in a CMYK color space, it is composed of 35% cyan, 39% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 38.21, x: 0.2779, and y: 0.2447.

Color Code #A59CFE

#A59CFErgb(165, 156, 254)
HEX
#A59CFE
RGB
rgb(165, 156, 254)
HSL
hsl(246, 98%, 80%)
HSV
hsv(246, 39%, 100%)
CMYK
35%, 39%, 0%, 0%
XYZ
X: 43.39, Y: 38.21, Z: 74.53
Lab
L: 68.18, a: 20.32, b: -48.19
Name

Shades of Color #A59CFE

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

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

#A59CFErgb(165, 156, 254)

About #A59CFE Color Code

In the HSL color space, this color has a hue angle of 246°, a saturation of 98%, and a lightness of 80%. The HSV representation shows a hue of 246°, a saturation of 39%, and a value of 100%.

  • HEX: #A59CFE
  • RGB: rgb(165, 156, 254)
  • HSL: hsl(246, 98%, 80%)
  • HSV: hsv(246, 39%, 100%)
  • CMYK: 35.00% cyan, 39.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 43.39, 38.21, 74.53
  • Yxy: 38.21, 0.2779, 0.2447
  • Hunter Lab: 68.18, 20.32, -48.19
  • CIE-Lab: 68.18, 20.32, -48.19

In the XYZ color space, this color is represented as X: 43.39, Y: 38.21, Z: 74.53. The Yxy representation further refines this as Y: 38.21, x: 0.2779, and y: 0.2447.

In the Hunter Lab color space, this color is represented as L: 68.18, a: 20.32, and b: -48.19. Similarly, in the CIE-Lab color space, it is represented as L: 68.18, a: 20.32, and b: -48.19.

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

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

Analogous Colors of #A59CFE

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

Split Complementary Colors of #A59CFE

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

Tetradic Colors of #A59CFE

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

Monochromatic Colors of #A59CFE

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

Complementary Color of #A59CFE

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

/* Using HEX */
body {
  background-color: #a59cfe;
}
/* Using RGB */
body {
  background-color: rgb(165, 156, 254);
}
/* Using RGB with opacity */
body {
  background-color: rgba(165, 156, 254, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(246, 98%, 80%);
}
/* Text color */
p {
  color: #a59cfe;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a59cfe;
}
/* Border color */
.box {
  border: 4px solid #a59cfe;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a59cfe;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a59cfe;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A59CFE
On Black Background
#A59CFE
On White Background
#A59CFE

HTML Examples of #A59CFE

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

Related Colors of #A59CFE

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