Color: #A480DB

#A480DB Color Information

#A480DB is a light color. The closest websafe version is #A480DB. A complement of this color would be #B7DB80, perceived brightness is 0.58, and the grayscale version is #ADADAD.

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

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

In the Yxy color space, this color is represented as Y: 28.03, x: 0.2990, and y: 0.2419.

Color Code #A480DB

#A480DBrgb(164, 128, 219)
HEX
#A480DB
RGB
rgb(164, 128, 219)
HSL
hsl(264, 56%, 68%)
HSV
hsv(264, 42%, 86%)
CMYK
25%, 42%, 0%, 14%
XYZ
X: 34.64, Y: 28.03, Z: 53.20
Lab
L: 59.91, a: 28.21, b: -41.89
Name

Shades of Color #A480DB

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

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

#A480DBrgb(164, 128, 219)

About #A480DB Color Code

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

  • HEX: #A480DB
  • RGB: rgb(164, 128, 219)
  • HSL: hsl(264, 56%, 68%)
  • HSV: hsv(264, 42%, 86%)
  • CMYK: 25.00% cyan, 42.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 34.64, 28.03, 53.20
  • Yxy: 28.03, 0.2990, 0.2419
  • Hunter Lab: 59.91, 28.21, -41.89
  • CIE-Lab: 59.91, 28.21, -41.89

In the XYZ color space, this color is represented as X: 34.64, Y: 28.03, Z: 53.20. The Yxy representation further refines this as Y: 28.03, x: 0.2990, and y: 0.2419.

In the Hunter Lab color space, this color is represented as L: 59.91, a: 28.21, and b: -41.89. Similarly, in the CIE-Lab color space, it is represented as L: 59.91, a: 28.21, and b: -41.89.

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

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

Analogous Colors of #A480DB

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

Monochromatic Colors of #A480DB

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

Complementary Color of #A480DB

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

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

HTML Examples of #A480DB

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

Related Colors of #A480DB

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