Color: #A26BDC

#A26BDC Color Information

#A26BDC is a light color. The closest websafe version is #A26BDC. A complement of this color would be #A5DC6A, perceived brightness is 0.53, and the grayscale version is #A4A4A4.

In the HSL color space, this color has a hue angle of 269°,a saturation of 62%, and a lightness of 64%.The HSV representation shows a hue of 269°, a saturation of 51%, and a value of 86%.

In a RGB color space, #A26BDC is composed of 64% red, 42% green and 86% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 51% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 22.92, x: 0.2942, and y: 0.2130.

Color Code #A26BDC

#A26BDCrgb(162, 107, 220)
HEX
#A26BDC
RGB
rgb(162, 107, 220)
HSL
hsl(269, 62%, 64%)
HSV
hsv(269, 51%, 86%)
CMYK
26%, 51%, 0%, 14%
XYZ
X: 31.66, Y: 22.92, Z: 53.04
Lab
L: 54.99, a: 38.95, b: -50.21
Name

Shades of Color #A26BDC

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

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

#A26BDCrgb(162, 107, 220)

About #A26BDC Color Code

In the HSL color space, this color has a hue angle of 269°, a saturation of 62%, and a lightness of 64%. The HSV representation shows a hue of 269°, a saturation of 51%, and a value of 86%.

  • HEX: #A26BDC
  • RGB: rgb(162, 107, 220)
  • HSL: hsl(269, 62%, 64%)
  • HSV: hsv(269, 51%, 86%)
  • CMYK: 26.00% cyan, 51.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 31.66, 22.92, 53.04
  • Yxy: 22.92, 0.2942, 0.2130
  • Hunter Lab: 54.99, 38.95, -50.21
  • CIE-Lab: 54.99, 38.95, -50.21

In the XYZ color space, this color is represented as X: 31.66, Y: 22.92, Z: 53.04. The Yxy representation further refines this as Y: 22.92, x: 0.2942, and y: 0.2130.

In the Hunter Lab color space, this color is represented as L: 54.99, a: 38.95, and b: -50.21. Similarly, in the CIE-Lab color space, it is represented as L: 54.99, a: 38.95, and b: -50.21.

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

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

Analogous Colors of #A26BDC

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

Split Complementary Colors of #A26BDC

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

Tetradic Colors of #A26BDC

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

Monochromatic Colors of #A26BDC

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

Complementary Color of #A26BDC

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

/* Using HEX */
body {
  background-color: #a26bdc;
}
/* Using RGB */
body {
  background-color: rgb(162, 107, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(162, 107, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(269, 62%, 64%);
}
/* Text color */
p {
  color: #a26bdc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a26bdc;
}
/* Border color */
.box {
  border: 4px solid #a26bdc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a26bdc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a26bdc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A26BDC
On Black Background
#A26BDC
On White Background
#A26BDC

HTML Examples of #A26BDC

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

Related Colors of #A26BDC

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