Color: #A98CBB

#A98CBB Color Information

#A98CBB is a light color. The closest websafe version is #A98CBB. A complement of this color would be #9EBB8B, perceived brightness is 0.60, and the grayscale version is #A4A4A4.

In the HSL color space, this color has a hue angle of 277°,a saturation of 26%, and a lightness of 64%.The HSV representation shows a hue of 277°, a saturation of 25%, and a value of 73%.

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

In the Yxy color space, this color is represented as Y: 30.64, x: 0.3327, and y: 0.2954.

Color Code #A98CBB

#A98CBBrgb(169, 140, 187)
HEX
#A98CBB
RGB
rgb(169, 140, 187)
HSL
hsl(277, 26%, 64%)
HSV
hsv(277, 25%, 73%)
CMYK
10%, 25%, 0%, 27%
XYZ
X: 34.51, Y: 30.64, Z: 38.59
Lab
L: 62.20, a: 17.92, b: -20.40
Name

Shades of Color #A98CBB

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

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

#A98CBBrgb(169, 140, 187)

About #A98CBB Color Code

In the HSL color space, this color has a hue angle of 277°, a saturation of 26%, and a lightness of 64%. The HSV representation shows a hue of 277°, a saturation of 25%, and a value of 73%.

  • HEX: #A98CBB
  • RGB: rgb(169, 140, 187)
  • HSL: hsl(277, 26%, 64%)
  • HSV: hsv(277, 25%, 73%)
  • CMYK: 10.00% cyan, 25.00% magenta, 0.00% yellow, 27.00% black
  • XYZ: 34.51, 30.64, 38.59
  • Yxy: 30.64, 0.3327, 0.2954
  • Hunter Lab: 62.20, 17.92, -20.40
  • CIE-Lab: 62.20, 17.92, -20.40

In the XYZ color space, this color is represented as X: 34.51, Y: 30.64, Z: 38.59. The Yxy representation further refines this as Y: 30.64, x: 0.3327, and y: 0.2954.

In the Hunter Lab color space, this color is represented as L: 62.20, a: 17.92, and b: -20.40. Similarly, in the CIE-Lab color space, it is represented as L: 62.20, a: 17.92, and b: -20.40.

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

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

Analogous Colors of #A98CBB

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

Monochromatic Colors of #A98CBB

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

Complementary Color of #A98CBB

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

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

HTML Examples of #A98CBB

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

Related Colors of #A98CBB

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