Color: #A27EEF

#A27EEF Color Information

#A27EEF is a light color. The closest websafe version is #A27EEF. A complement of this color would be #CCEF80, perceived brightness is 0.59, and the grayscale version is #B6B6B6.

In the HSL color space, this color has a hue angle of 259°,a saturation of 78%, and a lightness of 72%.The HSV representation shows a hue of 259°, a saturation of 47%, and a value of 94%.

In a RGB color space, #A27EEF is composed of 64% red, 49% green and 94% blue. Whereas in a CMYK color space, it is composed of 32% cyan, 47% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 28.23, x: 0.2812, and y: 0.2196.

Color Code #A27EEF

#A27EEFrgb(162, 126, 239)
HEX
#A27EEF
RGB
rgb(162, 126, 239)
HSL
hsl(259, 78%, 72%)
HSV
hsv(259, 47%, 94%)
CMYK
32%, 47%, 0%, 6%
XYZ
X: 36.14, Y: 28.23, Z: 64.17
Lab
L: 60.09, a: 32.51, b: -52.72
Name

Shades of Color #A27EEF

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

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

#A27EEFrgb(162, 126, 239)

About #A27EEF Color Code

In the HSL color space, this color has a hue angle of 259°, a saturation of 78%, and a lightness of 72%. The HSV representation shows a hue of 259°, a saturation of 47%, and a value of 94%.

  • HEX: #A27EEF
  • RGB: rgb(162, 126, 239)
  • HSL: hsl(259, 78%, 72%)
  • HSV: hsv(259, 47%, 94%)
  • CMYK: 32.00% cyan, 47.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 36.14, 28.23, 64.17
  • Yxy: 28.23, 0.2812, 0.2196
  • Hunter Lab: 60.09, 32.51, -52.72
  • CIE-Lab: 60.09, 32.51, -52.72

In the XYZ color space, this color is represented as X: 36.14, Y: 28.23, Z: 64.17. The Yxy representation further refines this as Y: 28.23, x: 0.2812, and y: 0.2196.

In the Hunter Lab color space, this color is represented as L: 60.09, a: 32.51, and b: -52.72. Similarly, in the CIE-Lab color space, it is represented as L: 60.09, a: 32.51, and b: -52.72.

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

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

Analogous Colors of #A27EEF

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

Monochromatic Colors of #A27EEF

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

Complementary Color of #A27EEF

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

/* Using HEX */
body {
  background-color: #a27eef;
}
/* Using RGB */
body {
  background-color: rgb(162, 126, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(162, 126, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(259, 78%, 72%);
}
/* Text color */
p {
  color: #a27eef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a27eef;
}
/* Border color */
.box {
  border: 4px solid #a27eef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a27eef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a27eef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A27EEF
On Black Background
#A27EEF
On White Background
#A27EEF

HTML Examples of #A27EEF

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

Related Colors of #A27EEF

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