Color: #A697DD

#A697DD Color Information

#A697DD is a light color. The closest websafe version is #A697DD. A complement of this color would be #CEDD97, perceived brightness is 0.64, and the grayscale version is #BABABA.

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

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

In the Yxy color space, this color is represented as Y: 35.05, x: 0.3012, and y: 0.2715.

Color Code #A697DD

#A697DDrgb(166, 151, 221)
HEX
#A697DD
RGB
rgb(166, 151, 221)
HSL
hsl(253, 51%, 73%)
HSV
hsv(253, 32%, 87%)
CMYK
25%, 32%, 0%, 13%
XYZ
X: 38.89, Y: 35.05, Z: 55.18
Lab
L: 65.79, a: 16.88, b: -33.87
Name

Shades of Color #A697DD

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

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

#A697DDrgb(166, 151, 221)

About #A697DD Color Code

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

  • HEX: #A697DD
  • RGB: rgb(166, 151, 221)
  • HSL: hsl(253, 51%, 73%)
  • HSV: hsv(253, 32%, 87%)
  • CMYK: 25.00% cyan, 32.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 38.89, 35.05, 55.18
  • Yxy: 35.05, 0.3012, 0.2715
  • Hunter Lab: 65.79, 16.88, -33.87
  • CIE-Lab: 65.79, 16.88, -33.87

In the XYZ color space, this color is represented as X: 38.89, Y: 35.05, Z: 55.18. The Yxy representation further refines this as Y: 35.05, x: 0.3012, and y: 0.2715.

In the Hunter Lab color space, this color is represented as L: 65.79, a: 16.88, and b: -33.87. Similarly, in the CIE-Lab color space, it is represented as L: 65.79, a: 16.88, and b: -33.87.

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

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

Analogous Colors of #A697DD

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

Monochromatic Colors of #A697DD

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

Complementary Color of #A697DD

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

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

HTML Examples of #A697DD

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

Related Colors of #A697DD

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