Color: #A78FBD

#A78FBD Color Information

#A78FBD is a light color. The closest websafe version is #A78FBD. A complement of this color would be #A5BD8F, perceived brightness is 0.61, and the grayscale version is #A6A6A6.

In the HSL color space, this color has a hue angle of 271°,a saturation of 26%, and a lightness of 65%.The HSV representation shows a hue of 271°, a saturation of 24%, and a value of 74%.

In a RGB color space, #A78FBD is composed of 65% red, 56% green and 74% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 24% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 31.37, x: 0.3286, and y: 0.2970.

Color Code #A78FBD

#A78FBDrgb(167, 143, 189)
HEX
#A78FBD
RGB
rgb(167, 143, 189)
HSL
hsl(271, 26%, 65%)
HSV
hsv(271, 24%, 74%)
CMYK
12%, 24%, 0%, 26%
XYZ
X: 34.71, Y: 31.37, Z: 39.55
Lab
L: 62.82, a: 15.93, b: -20.61
Name

Shades of Color #A78FBD

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

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

#A78FBDrgb(167, 143, 189)

About #A78FBD Color Code

In the HSL color space, this color has a hue angle of 271°, a saturation of 26%, and a lightness of 65%. The HSV representation shows a hue of 271°, a saturation of 24%, and a value of 74%.

  • HEX: #A78FBD
  • RGB: rgb(167, 143, 189)
  • HSL: hsl(271, 26%, 65%)
  • HSV: hsv(271, 24%, 74%)
  • CMYK: 12.00% cyan, 24.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 34.71, 31.37, 39.55
  • Yxy: 31.37, 0.3286, 0.2970
  • Hunter Lab: 62.82, 15.93, -20.61
  • CIE-Lab: 62.82, 15.93, -20.61

In the XYZ color space, this color is represented as X: 34.71, Y: 31.37, Z: 39.55. The Yxy representation further refines this as Y: 31.37, x: 0.3286, and y: 0.2970.

In the Hunter Lab color space, this color is represented as L: 62.82, a: 15.93, and b: -20.61. Similarly, in the CIE-Lab color space, it is represented as L: 62.82, a: 15.93, and b: -20.61.

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

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

Analogous Colors of #A78FBD

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

Monochromatic Colors of #A78FBD

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

Complementary Color of #A78FBD

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

/* Using HEX */
body {
  background-color: #a78fbd;
}
/* Using RGB */
body {
  background-color: rgb(167, 143, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(167, 143, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(271, 26%, 65%);
}
/* Text color */
p {
  color: #a78fbd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a78fbd;
}
/* Border color */
.box {
  border: 4px solid #a78fbd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a78fbd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a78fbd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A78FBD
On Black Background
#A78FBD
On White Background
#A78FBD

HTML Examples of #A78FBD

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

Related Colors of #A78FBD

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