Color: #A26CAC

#A26CAC Color Information

#A26CAC is a light color. The closest websafe version is #A26CAC. A complement of this color would be #76AC6C, perceived brightness is 0.52, and the grayscale version is #8C8C8C.

In the HSL color space, this color has a hue angle of 291°,a saturation of 28%, and a lightness of 55%.The HSV representation shows a hue of 291°, a saturation of 37%, and a value of 67%.

In a RGB color space, #A26CAC is composed of 64% red, 42% green and 67% blue. Whereas in a CMYK color space, it is composed of 6% cyan, 37% magenta, 0% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 21.29, x: 0.3423, and y: 0.2657.

Color Code #A26CAC

#A26CACrgb(162, 108, 172)
HEX
#A26CAC
RGB
rgb(162, 108, 172)
HSL
hsl(291, 28%, 55%)
HSV
hsv(291, 37%, 67%)
CMYK
6%, 37%, 0%, 33%
XYZ
X: 27.43, Y: 21.29, Z: 31.42
Lab
L: 53.27, a: 30.29, b: -25.54
Name

Shades of Color #A26CAC

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

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

#A26CACrgb(162, 108, 172)

About #A26CAC Color Code

In the HSL color space, this color has a hue angle of 291°, a saturation of 28%, and a lightness of 55%. The HSV representation shows a hue of 291°, a saturation of 37%, and a value of 67%.

  • HEX: #A26CAC
  • RGB: rgb(162, 108, 172)
  • HSL: hsl(291, 28%, 55%)
  • HSV: hsv(291, 37%, 67%)
  • CMYK: 6.00% cyan, 37.00% magenta, 0.00% yellow, 33.00% black
  • XYZ: 27.43, 21.29, 31.42
  • Yxy: 21.29, 0.3423, 0.2657
  • Hunter Lab: 53.27, 30.29, -25.54
  • CIE-Lab: 53.27, 30.29, -25.54

In the XYZ color space, this color is represented as X: 27.43, Y: 21.29, Z: 31.42. The Yxy representation further refines this as Y: 21.29, x: 0.3423, and y: 0.2657.

In the Hunter Lab color space, this color is represented as L: 53.27, a: 30.29, and b: -25.54. Similarly, in the CIE-Lab color space, it is represented as L: 53.27, a: 30.29, and b: -25.54.

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

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

Analogous Colors of #A26CAC

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

Split Complementary Colors of #A26CAC

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

Tetradic Colors of #A26CAC

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

Monochromatic Colors of #A26CAC

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

Complementary Color of #A26CAC

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

/* Using HEX */
body {
  background-color: #a26cac;
}
/* Using RGB */
body {
  background-color: rgb(162, 108, 172);
}
/* Using RGB with opacity */
body {
  background-color: rgba(162, 108, 172, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(291, 28%, 55%);
}
/* Text color */
p {
  color: #a26cac;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a26cac;
}
/* Border color */
.box {
  border: 4px solid #a26cac;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a26cac;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a26cac;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A26CAC
On Black Background
#A26CAC
On White Background
#A26CAC

HTML Examples of #A26CAC

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

Related Colors of #A26CAC

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