Color: #A680DB

#A680DB Color Information

#A680DB is a light color. The closest websafe version is #A680DB. A complement of this color would be #B5DB80, perceived brightness is 0.59, and the grayscale version is #ADADAD.

In the HSL color space, this color has a hue angle of 265°,a saturation of 56%, and a lightness of 68%.The HSV representation shows a hue of 265°, a saturation of 42%, and a value of 86%.

In a RGB color space, #A680DB is composed of 65% red, 50% green and 86% blue. Whereas in a CMYK color space, it is composed of 24% cyan, 42% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 28.25, x: 0.3010, and y: 0.2424.

Color Code #A680DB

#A680DBrgb(166, 128, 219)
HEX
#A680DB
RGB
rgb(166, 128, 219)
HSL
hsl(265, 56%, 68%)
HSV
hsv(265, 42%, 86%)
CMYK
24%, 42%, 0%, 14%
XYZ
X: 35.08, Y: 28.25, Z: 53.22
Lab
L: 60.12, a: 28.84, b: -41.56
Name

Shades of Color #A680DB

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

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

#A680DBrgb(166, 128, 219)

About #A680DB Color Code

In the HSL color space, this color has a hue angle of 265°, a saturation of 56%, and a lightness of 68%. The HSV representation shows a hue of 265°, a saturation of 42%, and a value of 86%.

  • HEX: #A680DB
  • RGB: rgb(166, 128, 219)
  • HSL: hsl(265, 56%, 68%)
  • HSV: hsv(265, 42%, 86%)
  • CMYK: 24.00% cyan, 42.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 35.08, 28.25, 53.22
  • Yxy: 28.25, 0.3010, 0.2424
  • Hunter Lab: 60.12, 28.84, -41.56
  • CIE-Lab: 60.12, 28.84, -41.56

In the XYZ color space, this color is represented as X: 35.08, Y: 28.25, Z: 53.22. The Yxy representation further refines this as Y: 28.25, x: 0.3010, and y: 0.2424.

In the Hunter Lab color space, this color is represented as L: 60.12, a: 28.84, and b: -41.56. Similarly, in the CIE-Lab color space, it is represented as L: 60.12, a: 28.84, and b: -41.56.

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

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

Analogous Colors of #A680DB

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

Monochromatic Colors of #A680DB

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

Complementary Color of #A680DB

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

/* Using HEX */
body {
  background-color: #a680db;
}
/* Using RGB */
body {
  background-color: rgb(166, 128, 219);
}
/* Using RGB with opacity */
body {
  background-color: rgba(166, 128, 219, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(265, 56%, 68%);
}
/* Text color */
p {
  color: #a680db;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a680db;
}
/* Border color */
.box {
  border: 4px solid #a680db;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a680db;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a680db;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A680DB
On Black Background
#A680DB
On White Background
#A680DB

HTML Examples of #A680DB

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

Related Colors of #A680DB

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