Color: #A968DB

#A968DB Color Information

#A968DB is a light color. The closest websafe version is #A968DB. A complement of this color would be #99DA67, perceived brightness is 0.54, and the grayscale version is #A2A2A2.

In the HSL color space, this color has a hue angle of 274°,a saturation of 61%, and a lightness of 63%.The HSV representation shows a hue of 274°, a saturation of 53%, and a value of 86%.

In a RGB color space, #A968DB is composed of 66% red, 41% green and 86% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 53% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 23.05, x: 0.3026, and y: 0.2128.

Color Code #A968DB

#A968DBrgb(169, 104, 219)
HEX
#A968DB
RGB
rgb(169, 104, 219)
HSL
hsl(274, 61%, 63%)
HSV
hsv(274, 53%, 86%)
CMYK
23%, 53%, 0%, 14%
XYZ
X: 32.77, Y: 23.05, Z: 52.49
Lab
L: 55.12, a: 42.37, b: -49.38
Name

Shades of Color #A968DB

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

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

#A968DBrgb(169, 104, 219)

About #A968DB Color Code

In the HSL color space, this color has a hue angle of 274°, a saturation of 61%, and a lightness of 63%. The HSV representation shows a hue of 274°, a saturation of 53%, and a value of 86%.

  • HEX: #A968DB
  • RGB: rgb(169, 104, 219)
  • HSL: hsl(274, 61%, 63%)
  • HSV: hsv(274, 53%, 86%)
  • CMYK: 23.00% cyan, 53.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 32.77, 23.05, 52.49
  • Yxy: 23.05, 0.3026, 0.2128
  • Hunter Lab: 55.12, 42.37, -49.38
  • CIE-Lab: 55.12, 42.37, -49.38

In the XYZ color space, this color is represented as X: 32.77, Y: 23.05, Z: 52.49. The Yxy representation further refines this as Y: 23.05, x: 0.3026, and y: 0.2128.

In the Hunter Lab color space, this color is represented as L: 55.12, a: 42.37, and b: -49.38. Similarly, in the CIE-Lab color space, it is represented as L: 55.12, a: 42.37, and b: -49.38.

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

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

Analogous Colors of #A968DB

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

Monochromatic Colors of #A968DB

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

Complementary Color of #A968DB

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

/* Using HEX */
body {
  background-color: #a968db;
}
/* Using RGB */
body {
  background-color: rgb(169, 104, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(169, 104, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(274, 61%, 63%);
}
/* Text color */
p {
  color: #a968db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a968db;
}
/* Border color */
.box {
  border: 4px solid #a968db;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a968db;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a968db;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A968DB
On Black Background
#A968DB
On White Background
#A968DB

HTML Examples of #A968DB

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

Related Colors of #A968DB

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