Color: #A80FBD

#A80FBD Color Information

#A80FBD is a dark color. The closest websafe version is #A80FBD. A complement of this color would be #24BD0F, perceived brightness is 0.32, and the grayscale version is #666666.

In the HSL color space, this color has a hue angle of 293°,a saturation of 85%, and a lightness of 40%.The HSV representation shows a hue of 293°, a saturation of 92%, and a value of 74%.

In a RGB color space, #A80FBD is composed of 66% red, 6% green and 74% blue. Whereas in a CMYK color space, it is composed of 11% cyan, 92% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 12.14, x: 0.3334, and y: 0.1649.

Color Code #A80FBD

#A80FBDrgb(168, 15, 189)
HEX
#A80FBD
RGB
rgb(168, 15, 189)
HSL
hsl(293, 85%, 40%)
HSV
hsv(293, 92%, 74%)
CMYK
11%, 92%, 0%, 26%
XYZ
X: 24.54, Y: 12.14, Z: 36.93
Lab
L: 41.44, a: 69.29, b: -53.96
Name

Shades of Color #A80FBD

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

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

#A80FBDrgb(168, 15, 189)

About #A80FBD Color Code

In the HSL color space, this color has a hue angle of 293°, a saturation of 85%, and a lightness of 40%. The HSV representation shows a hue of 293°, a saturation of 92%, and a value of 74%.

  • HEX: #A80FBD
  • RGB: rgb(168, 15, 189)
  • HSL: hsl(293, 85%, 40%)
  • HSV: hsv(293, 92%, 74%)
  • CMYK: 11.00% cyan, 92.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 24.54, 12.14, 36.93
  • Yxy: 12.14, 0.3334, 0.1649
  • Hunter Lab: 41.44, 69.29, -53.96
  • CIE-Lab: 41.44, 69.29, -53.96

In the XYZ color space, this color is represented as X: 24.54, Y: 12.14, Z: 36.93. The Yxy representation further refines this as Y: 12.14, x: 0.3334, and y: 0.1649.

In the Hunter Lab color space, this color is represented as L: 41.44, a: 69.29, and b: -53.96. Similarly, in the CIE-Lab color space, it is represented as L: 41.44, a: 69.29, and b: -53.96.

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

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

Analogous Colors of #A80FBD

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

Split Complementary Colors of #A80FBD

Split complementary colors are two colors adjacent to the complementary color of #A80FBD. They create a balanced and visually appealing color scheme.

Tetradic Colors of #A80FBD

Tetradic colors form a rectangle on the color wheel, including #A80FBD. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #A80FBD

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

Complementary Color of #A80FBD

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

/* Using HEX */
body {
  background-color: #a80fbd;
}
/* Using RGB */
body {
  background-color: rgb(168, 15, 189);
}
/* Using RGB with opacity */
body {
  background-color: rgba(168, 15, 189, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(293, 85%, 40%);
}
/* Text color */
p {
  color: #a80fbd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a80fbd;
}
/* Border color */
.box {
  border: 4px solid #a80fbd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a80fbd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a80fbd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A80FBD
On Black Background
#A80FBD
On White Background
#A80FBD

HTML Examples of #A80FBD

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

Related Colors of #A80FBD

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