Color: #A27ECF

#A27ECF Color Information

#A27ECF is a light color. The closest websafe version is #A27ECF. A complement of this color would be #AACF7D, perceived brightness is 0.57, and the grayscale version is #A7A7A7.

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

In a RGB color space, #A27ECF is composed of 64% red, 49% green and 81% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 39% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 26.78, x: 0.3070, and y: 0.2512.

Color Code #A27ECF

#A27ECFrgb(162, 126, 207)
HEX
#A27ECF
RGB
rgb(162, 126, 207)
HSL
hsl(267, 46%, 65%)
HSV
hsv(267, 39%, 81%)
CMYK
22%, 39%, 0%, 19%
XYZ
X: 32.72, Y: 26.78, Z: 47.09
Lab
L: 58.77, a: 26.46, b: -36.98
Name

Shades of Color #A27ECF

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

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

#A27ECFrgb(162, 126, 207)

About #A27ECF Color Code

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

  • HEX: #A27ECF
  • RGB: rgb(162, 126, 207)
  • HSL: hsl(267, 46%, 65%)
  • HSV: hsv(267, 39%, 81%)
  • CMYK: 22.00% cyan, 39.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 32.72, 26.78, 47.09
  • Yxy: 26.78, 0.3070, 0.2512
  • Hunter Lab: 58.77, 26.46, -36.98
  • CIE-Lab: 58.77, 26.46, -36.98

In the XYZ color space, this color is represented as X: 32.72, Y: 26.78, Z: 47.09. The Yxy representation further refines this as Y: 26.78, x: 0.3070, and y: 0.2512.

In the Hunter Lab color space, this color is represented as L: 58.77, a: 26.46, and b: -36.98. Similarly, in the CIE-Lab color space, it is represented as L: 58.77, a: 26.46, and b: -36.98.

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

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

Analogous Colors of #A27ECF

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

Split Complementary Colors of #A27ECF

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

Tetradic Colors of #A27ECF

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

Monochromatic Colors of #A27ECF

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

Complementary Color of #A27ECF

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

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

HTML Examples of #A27ECF

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

Related Colors of #A27ECF

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