Color: #A969BB

#A969BB Color Information

#A969BB is a light color. The closest websafe version is #A969BB. A complement of this color would be #7ABB68, perceived brightness is 0.52, and the grayscale version is #929292.

In the HSL color space, this color has a hue angle of 287°,a saturation of 38%, and a lightness of 57%.The HSV representation shows a hue of 287°, a saturation of 44%, and a value of 73%.

In a RGB color space, #A969BB is composed of 66% red, 41% green and 73% blue. Whereas in a CMYK color space, it is composed of 10% cyan, 44% magenta, 0% yellow and 27% black.

In the Yxy color space, this color is represented as Y: 21.97, x: 0.3345, and y: 0.2462.

Color Code #A969BB

#A969BBrgb(169, 105, 187)
HEX
#A969BB
RGB
rgb(169, 105, 187)
HSL
hsl(287, 38%, 57%)
HSV
hsv(287, 44%, 73%)
CMYK
10%, 44%, 0%, 27%
XYZ
X: 29.85, Y: 21.97, Z: 37.41
Lab
L: 53.99, a: 36.56, b: -32.97
Name

Shades of Color #A969BB

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

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

#A969BBrgb(169, 105, 187)

About #A969BB Color Code

In the HSL color space, this color has a hue angle of 287°, a saturation of 38%, and a lightness of 57%. The HSV representation shows a hue of 287°, a saturation of 44%, and a value of 73%.

  • HEX: #A969BB
  • RGB: rgb(169, 105, 187)
  • HSL: hsl(287, 38%, 57%)
  • HSV: hsv(287, 44%, 73%)
  • CMYK: 10.00% cyan, 44.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 29.85, 21.97, 37.41
  • Yxy: 21.97, 0.3345, 0.2462
  • Hunter Lab: 53.99, 36.56, -32.97
  • CIE-Lab: 53.99, 36.56, -32.97

In the XYZ color space, this color is represented as X: 29.85, Y: 21.97, Z: 37.41. The Yxy representation further refines this as Y: 21.97, x: 0.3345, and y: 0.2462.

In the Hunter Lab color space, this color is represented as L: 53.99, a: 36.56, and b: -32.97. Similarly, in the CIE-Lab color space, it is represented as L: 53.99, a: 36.56, and b: -32.97.

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

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

Analogous Colors of #A969BB

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

Split Complementary Colors of #A969BB

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

Tetradic Colors of #A969BB

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

Monochromatic Colors of #A969BB

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

Complementary Color of #A969BB

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

/* Using HEX */
body {
  background-color: #a969bb;
}
/* Using RGB */
body {
  background-color: rgb(169, 105, 187);
}
/* Using RGB with opacity */
body {
  background-color: rgba(169, 105, 187, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(287, 38%, 57%);
}
/* Text color */
p {
  color: #a969bb;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a969bb;
}
/* Border color */
.box {
  border: 4px solid #a969bb;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a969bb;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a969bb;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A969BB
On Black Background
#A969BB
On White Background
#A969BB

HTML Examples of #A969BB

<!-- Using HEX -->
<div style="background-color: #a969bb; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(169, 105, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(169, 105, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(287, 38%, 57%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a969bb;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a969bb; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a969bb; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a969bb;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a969bb; color: #fff; padding: 16px; border-radius: 8px;">
  #A969BB
</div>
#A969BB
On Black Background
#A969BB
On White Background
#A969BB

Related Colors of #A969BB

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