Color: #A06BAE

#A06BAE Color Information

#A06BAE is a light color. The closest websafe version is #A06BAE. A complement of this color would be #79AE6B, perceived brightness is 0.51, and the grayscale version is #8D8D8D.

In the HSL color space, this color has a hue angle of 287°,a saturation of 29%, and a lightness of 55%.The HSV representation shows a hue of 287°, a saturation of 39%, and a value of 68%.

In a RGB color space, #A06BAE is composed of 63% red, 42% green and 68% blue. Whereas in a CMYK color space, it is composed of 8% cyan, 39% magenta, 0% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 20.93, x: 0.3376, and y: 0.2612.

Color Code #A06BAE

#A06BAErgb(160, 107, 174)
HEX
#A06BAE
RGB
rgb(160, 107, 174)
HSL
hsl(287, 29%, 55%)
HSV
hsv(287, 39%, 68%)
CMYK
8%, 39%, 0%, 32%
XYZ
X: 27.05, Y: 20.93, Z: 32.15
Lab
L: 52.87, a: 30.45, b: -27.33
Name

Shades of Color #A06BAE

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

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

#A06BAErgb(160, 107, 174)

About #A06BAE Color Code

In the HSL color space, this color has a hue angle of 287°, a saturation of 29%, and a lightness of 55%. The HSV representation shows a hue of 287°, a saturation of 39%, and a value of 68%.

  • HEX: #A06BAE
  • RGB: rgb(160, 107, 174)
  • HSL: hsl(287, 29%, 55%)
  • HSV: hsv(287, 39%, 68%)
  • CMYK: 8.00% cyan, 39.00% magenta, 0.00% yellow, 32.00% black
  • XYZ: 27.05, 20.93, 32.15
  • Yxy: 20.93, 0.3376, 0.2612
  • Hunter Lab: 52.87, 30.45, -27.33
  • CIE-Lab: 52.87, 30.45, -27.33

In the XYZ color space, this color is represented as X: 27.05, Y: 20.93, Z: 32.15. The Yxy representation further refines this as Y: 20.93, x: 0.3376, and y: 0.2612.

In the Hunter Lab color space, this color is represented as L: 52.87, a: 30.45, and b: -27.33. Similarly, in the CIE-Lab color space, it is represented as L: 52.87, a: 30.45, and b: -27.33.

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

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

Analogous Colors of #A06BAE

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

Monochromatic Colors of #A06BAE

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

Complementary Color of #A06BAE

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

/* Using HEX */
body {
  background-color: #a06bae;
}
/* Using RGB */
body {
  background-color: rgb(160, 107, 174);
}
/* Using RGB with opacity */
body {
  background-color: rgba(160, 107, 174, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(287, 29%, 55%);
}
/* Text color */
p {
  color: #a06bae;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a06bae;
}
/* Border color */
.box {
  border: 4px solid #a06bae;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a06bae;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a06bae;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A06BAE
On Black Background
#A06BAE
On White Background
#A06BAE

HTML Examples of #A06BAE

<!-- Using HEX -->
<div style="background-color: #a06bae; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(160, 107, 174); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(160, 107, 174, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(287, 29%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a06bae;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a06bae; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a06bae; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a06bae;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a06bae; color: #fff; padding: 16px; border-radius: 8px;">
  #A06BAE
</div>
#A06BAE
On Black Background
#A06BAE
On White Background
#A06BAE

Related Colors of #A06BAE

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