Color: #A082BC

#A082BC Color Information

#A082BC is a light color. The closest websafe version is #A082BC. A complement of this color would be #9DBB81, perceived brightness is 0.57, and the grayscale version is #9F9F9F.

In the HSL color space, this color has a hue angle of 271°,a saturation of 30%, and a lightness of 62%.The HSV representation shows a hue of 271°, a saturation of 31%, and a value of 74%.

In a RGB color space, #A082BC is composed of 63% red, 51% green and 74% blue. Whereas in a CMYK color space, it is composed of 15% cyan, 31% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 26.87, x: 0.3223, and y: 0.2783.

Color Code #A082BC

#A082BCrgb(160, 130, 188)
HEX
#A082BC
RGB
rgb(160, 130, 188)
HSL
hsl(271, 30%, 62%)
HSV
hsv(271, 31%, 74%)
CMYK
15%, 31%, 0%, 26%
XYZ
X: 31.12, Y: 26.87, Z: 38.57
Lab
L: 58.86, a: 20.32, b: -26.15
Name

Shades of Color #A082BC

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

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

#A082BCrgb(160, 130, 188)

About #A082BC Color Code

In the HSL color space, this color has a hue angle of 271°, a saturation of 30%, and a lightness of 62%. The HSV representation shows a hue of 271°, a saturation of 31%, and a value of 74%.

  • HEX: #A082BC
  • RGB: rgb(160, 130, 188)
  • HSL: hsl(271, 30%, 62%)
  • HSV: hsv(271, 31%, 74%)
  • CMYK: 15.00% cyan, 31.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 31.12, 26.87, 38.57
  • Yxy: 26.87, 0.3223, 0.2783
  • Hunter Lab: 58.86, 20.32, -26.15
  • CIE-Lab: 58.86, 20.32, -26.15

In the XYZ color space, this color is represented as X: 31.12, Y: 26.87, Z: 38.57. The Yxy representation further refines this as Y: 26.87, x: 0.3223, and y: 0.2783.

In the Hunter Lab color space, this color is represented as L: 58.86, a: 20.32, and b: -26.15. Similarly, in the CIE-Lab color space, it is represented as L: 58.86, a: 20.32, and b: -26.15.

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

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

Analogous Colors of #A082BC

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

Monochromatic Colors of #A082BC

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

Complementary Color of #A082BC

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

/* Using HEX */
body {
  background-color: #a082bc;
}
/* Using RGB */
body {
  background-color: rgb(160, 130, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(160, 130, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(271, 30%, 62%);
}
/* Text color */
p {
  color: #a082bc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a082bc;
}
/* Border color */
.box {
  border: 4px solid #a082bc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a082bc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a082bc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A082BC
On Black Background
#A082BC
On White Background
#A082BC

HTML Examples of #A082BC

<!-- Using HEX -->
<div style="background-color: #a082bc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(160, 130, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(160, 130, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(271, 30%, 62%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a082bc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a082bc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a082bc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a082bc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a082bc; color: #fff; padding: 16px; border-radius: 8px;">
  #A082BC
</div>
#A082BC
On Black Background
#A082BC
On White Background
#A082BC

Related Colors of #A082BC

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