Color: #A80BE0

#A80BE0 Color Information

#A80BE0 is a dark color. The closest websafe version is #A80BE0. A complement of this color would be #43E00B, perceived brightness is 0.32, and the grayscale version is #767676.

In the HSL color space, this color has a hue angle of 284°,a saturation of 91%, and a lightness of 46%.The HSV representation shows a hue of 284°, a saturation of 95%, and a value of 88%.

In a RGB color space, #A80BE0 is composed of 66% red, 4% green and 88% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 95% magenta, 0% yellow and 12% black.

In the Yxy color space, this color is represented as Y: 13.47, x: 0.2929, and y: 0.1416.

Color Code #A80BE0

#A80BE0rgb(168, 11, 224)
HEX
#A80BE0
RGB
rgb(168, 11, 224)
HSL
hsl(284, 91%, 46%)
HSV
hsv(284, 95%, 88%)
CMYK
25%, 95%, 0%, 12%
XYZ
X: 27.87, Y: 13.47, Z: 53.81
Lab
L: 43.46, a: 74.28, b: -70.91
Name

Shades of Color #A80BE0

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

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

#A80BE0rgb(168, 11, 224)

About #A80BE0 Color Code

In the HSL color space, this color has a hue angle of 284°, a saturation of 91%, and a lightness of 46%. The HSV representation shows a hue of 284°, a saturation of 95%, and a value of 88%.

  • HEX: #A80BE0
  • RGB: rgb(168, 11, 224)
  • HSL: hsl(284, 91%, 46%)
  • HSV: hsv(284, 95%, 88%)
  • CMYK: 25.00% cyan, 95.00% magenta, 0.00% yellow, 12.00% black
  • XYZ: 27.87, 13.47, 53.81
  • Yxy: 13.47, 0.2929, 0.1416
  • Hunter Lab: 43.46, 74.28, -70.91
  • CIE-Lab: 43.46, 74.28, -70.91

In the XYZ color space, this color is represented as X: 27.87, Y: 13.47, Z: 53.81. The Yxy representation further refines this as Y: 13.47, x: 0.2929, and y: 0.1416.

In the Hunter Lab color space, this color is represented as L: 43.46, a: 74.28, and b: -70.91. Similarly, in the CIE-Lab color space, it is represented as L: 43.46, a: 74.28, and b: -70.91.

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

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

Analogous Colors of #A80BE0

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

Monochromatic Colors of #A80BE0

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

Complementary Color of #A80BE0

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

/* Using HEX */
body {
  background-color: #a80be0;
}
/* Using RGB */
body {
  background-color: rgb(168, 11, 224);
}
/* Using RGB with opacity */
body {
  background-color: rgba(168, 11, 224, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(284, 91%, 46%);
}
/* Text color */
p {
  color: #a80be0;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a80be0;
}
/* Border color */
.box {
  border: 4px solid #a80be0;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a80be0;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a80be0;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A80BE0
On Black Background
#A80BE0
On White Background
#A80BE0

HTML Examples of #A80BE0

<!-- Using HEX -->
<div style="background-color: #a80be0; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(168, 11, 224); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(168, 11, 224, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(284, 91%, 46%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a80be0;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a80be0; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a80be0; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a80be0;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a80be0; color: #fff; padding: 16px; border-radius: 8px;">
  #A80BE0
</div>
#A80BE0
On Black Background
#A80BE0
On White Background
#A80BE0

Related Colors of #A80BE0

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