Color: #A878DB

#A878DB Color Information

#A878DB is a light color. The closest websafe version is #A878DB. A complement of this color would be #AADB76, perceived brightness is 0.57, and the grayscale version is #AAAAAA.

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

In a RGB color space, #A878DB is composed of 66% red, 47% green and 86% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 45% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 26.47, x: 0.3025, and y: 0.2325.

Color Code #A878DB

#A878DBrgb(168, 120, 219)
HEX
#A878DB
RGB
rgb(168, 120, 219)
HSL
hsl(269, 58%, 66%)
HSV
hsv(269, 45%, 86%)
CMYK
23%, 45%, 0%, 14%
XYZ
X: 34.44, Y: 26.47, Z: 52.96
Lab
L: 58.48, a: 33.73, b: -44.10
Name

Shades of Color #A878DB

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

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

#A878DBrgb(168, 120, 219)

About #A878DB Color Code

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

  • HEX: #A878DB
  • RGB: rgb(168, 120, 219)
  • HSL: hsl(269, 58%, 66%)
  • HSV: hsv(269, 45%, 86%)
  • CMYK: 23.00% cyan, 45.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 34.44, 26.47, 52.96
  • Yxy: 26.47, 0.3025, 0.2325
  • Hunter Lab: 58.48, 33.73, -44.10
  • CIE-Lab: 58.48, 33.73, -44.10

In the XYZ color space, this color is represented as X: 34.44, Y: 26.47, Z: 52.96. The Yxy representation further refines this as Y: 26.47, x: 0.3025, and y: 0.2325.

In the Hunter Lab color space, this color is represented as L: 58.48, a: 33.73, and b: -44.10. Similarly, in the CIE-Lab color space, it is represented as L: 58.48, a: 33.73, and b: -44.10.

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

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

Analogous Colors of #A878DB

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

Split Complementary Colors of #A878DB

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

Tetradic Colors of #A878DB

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

Monochromatic Colors of #A878DB

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

Complementary Color of #A878DB

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

/* Using HEX */
body {
  background-color: #a878db;
}
/* Using RGB */
body {
  background-color: rgb(168, 120, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(168, 120, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(269, 58%, 66%);
}
/* Text color */
p {
  color: #a878db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a878db;
}
/* Border color */
.box {
  border: 4px solid #a878db;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a878db;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a878db;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A878DB
On Black Background
#A878DB
On White Background
#A878DB

HTML Examples of #A878DB

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

Related Colors of #A878DB

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