Color: #B16AAA

#B16AAA Color Information

#B16AAA is a light color. The closest websafe version is #B16AAA. A complement of this color would be #69B070, perceived brightness is 0.53, and the grayscale version is #8D8D8D.

In the HSL color space, this color has a hue angle of 306°,a saturation of 31%, and a lightness of 55%.The HSV representation shows a hue of 306°, a saturation of 40%, and a value of 69%.

In a RGB color space, #B16AAA is composed of 69% red, 42% green and 67% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 40% magenta, 4% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 22.55, x: 0.3639, and y: 0.2693.

Color Code #B16AAA

#B16AAArgb(177, 106, 170)
HEX
#B16AAA
RGB
rgb(177, 106, 170)
HSL
hsl(306, 31%, 55%)
HSV
hsv(306, 40%, 69%)
CMYK
0%, 40%, 4%, 31%
XYZ
X: 30.47, Y: 22.55, Z: 30.72
Lab
L: 54.61, a: 36.24, b: -22.14
Name

Shades of Color #B16AAA

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

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

#B16AAArgb(177, 106, 170)

About #B16AAA Color Code

In the HSL color space, this color has a hue angle of 306°, a saturation of 31%, and a lightness of 55%. The HSV representation shows a hue of 306°, a saturation of 40%, and a value of 69%.

  • HEX: #B16AAA
  • RGB: rgb(177, 106, 170)
  • HSL: hsl(306, 31%, 55%)
  • HSV: hsv(306, 40%, 69%)
  • CMYK: 0.00% cyan, 40.00% magenta, 4.00% yellow, 31.00% black
  • XYZ: 30.47, 22.55, 30.72
  • Yxy: 22.55, 0.3639, 0.2693
  • Hunter Lab: 54.61, 36.24, -22.14
  • CIE-Lab: 54.61, 36.24, -22.14

In the XYZ color space, this color is represented as X: 30.47, Y: 22.55, Z: 30.72. The Yxy representation further refines this as Y: 22.55, x: 0.3639, and y: 0.2693.

In the Hunter Lab color space, this color is represented as L: 54.61, a: 36.24, and b: -22.14. Similarly, in the CIE-Lab color space, it is represented as L: 54.61, a: 36.24, and b: -22.14.

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

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

Analogous Colors of #B16AAA

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

Split Complementary Colors of #B16AAA

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

Tetradic Colors of #B16AAA

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

Monochromatic Colors of #B16AAA

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

Complementary Color of #B16AAA

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

/* Using HEX */
body {
  background-color: #b16aaa;
}
/* Using RGB */
body {
  background-color: rgb(177, 106, 170);
}
/* Using RGB with opacity */
body {
  background-color: rgba(177, 106, 170, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(306, 31%, 55%);
}
/* Text color */
p {
  color: #b16aaa;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #b16aaa;
}
/* Border color */
.box {
  border: 4px solid #b16aaa;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #b16aaa;
}
Text Shadow Preview
/* Background with text */
div {
  background: #b16aaa;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#B16AAA
On Black Background
#B16AAA
On White Background
#B16AAA

HTML Examples of #B16AAA

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

Related Colors of #B16AAA

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