Color: #A097DD

#A097DD Color Information

#A097DD is a light color. The closest websafe version is #A097DD. A complement of this color would be #D4DD97, perceived brightness is 0.63, and the grayscale version is #BABABA.

In the HSL color space, this color has a hue angle of 248°,a saturation of 51%, and a lightness of 73%.The HSV representation shows a hue of 248°, a saturation of 32%, and a value of 87%.

In a RGB color space, #A097DD is composed of 63% red, 59% green and 87% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 32% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 34.39, x: 0.2957, and y: 0.2706.

Color Code #A097DD

#A097DDrgb(160, 151, 221)
HEX
#A097DD
RGB
rgb(160, 151, 221)
HSL
hsl(248, 51%, 73%)
HSV
hsv(248, 32%, 87%)
CMYK
28%, 32%, 0%, 13%
XYZ
X: 37.59, Y: 34.39, Z: 55.13
Lab
L: 65.27, a: 14.96, b: -34.72
Name

Shades of Color #A097DD

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

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

#A097DDrgb(160, 151, 221)

About #A097DD Color Code

In the HSL color space, this color has a hue angle of 248°, a saturation of 51%, and a lightness of 73%. The HSV representation shows a hue of 248°, a saturation of 32%, and a value of 87%.

  • HEX: #A097DD
  • RGB: rgb(160, 151, 221)
  • HSL: hsl(248, 51%, 73%)
  • HSV: hsv(248, 32%, 87%)
  • CMYK: 28.00% cyan, 32.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 37.59, 34.39, 55.13
  • Yxy: 34.39, 0.2957, 0.2706
  • Hunter Lab: 65.27, 14.96, -34.72
  • CIE-Lab: 65.27, 14.96, -34.72

In the XYZ color space, this color is represented as X: 37.59, Y: 34.39, Z: 55.13. The Yxy representation further refines this as Y: 34.39, x: 0.2957, and y: 0.2706.

In the Hunter Lab color space, this color is represented as L: 65.27, a: 14.96, and b: -34.72. Similarly, in the CIE-Lab color space, it is represented as L: 65.27, a: 14.96, and b: -34.72.

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

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

Analogous Colors of #A097DD

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

Monochromatic Colors of #A097DD

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

Complementary Color of #A097DD

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

/* Using HEX */
body {
  background-color: #a097dd;
}
/* Using RGB */
body {
  background-color: rgb(160, 151, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(160, 151, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(248, 51%, 73%);
}
/* Text color */
p {
  color: #a097dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a097dd;
}
/* Border color */
.box {
  border: 4px solid #a097dd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a097dd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a097dd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A097DD
On Black Background
#A097DD
On White Background
#A097DD

HTML Examples of #A097DD

<!-- Using HEX -->
<div style="background-color: #a097dd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(160, 151, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(160, 151, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(248, 51%, 73%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a097dd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a097dd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a097dd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a097dd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a097dd; color: #fff; padding: 16px; border-radius: 8px;">
  #A097DD
</div>
#A097DD
On Black Background
#A097DD
On White Background
#A097DD

Related Colors of #A097DD

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