Color: #A84CEC

#A84CEC Color Information

#A84CEC is a dark color. The closest websafe version is #A84CEC. A complement of this color would be #8EEC4B, perceived brightness is 0.48, and the grayscale version is #9C9C9C.

In the HSL color space, this color has a hue angle of 275°,a saturation of 81%, and a lightness of 61%.The HSV representation shows a hue of 275°, a saturation of 100%, and a value of 100%.

In a RGB color space, #A84CEC is composed of 66% red, 30% green and 93% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 68% magenta, 0% yellow and 7% black.

In the Yxy color space, this color is represented as Y: 18.98, x: 0.2845, and y: 0.1695.

Color Code #A84CEC

HEX
#A84CEC
RGB
rgb(168, 76, 236)
HSL
hsl(275, 81%, 61%)
HSV
hsv(275, 68%, 93%)
CMYK
29%, 68%, 0%, 7%
XYZ
X: 31.86, Y: 18.98, Z: 61.15
Lab
L: 50.66, a: 58.33, b: -66.05
Name

Shades of Color #A84CEC

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

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

About #A84CEC Color Code

In the HSL color space, this color has a hue angle of 275°, a saturation of 81%, and a lightness of 61%. The HSV representation shows a hue of 275°, a saturation of 68%, and a value of 93%.

  • HEX: #A84CEC
  • RGB: rgb(168, 76, 236)
  • HSL: hsl(275, 81%, 61%)
  • HSV: hsv(275, 68%, 93%)
  • CMYK: 29.00% cyan, 68.00% magenta, 0.00% yellow, 7.00% black
  • XYZ: 31.86, 18.98, 61.15
  • Yxy: 18.98, 0.2845, 0.1695
  • Hunter Lab: 50.66, 58.33, -66.05
  • CIE-Lab: 50.66, 58.33, -66.05

In the XYZ color space, this color is represented as X: 31.86, Y: 18.98, Z: 61.15. The Yxy representation further refines this as Y: 18.98, x: 0.2845, and y: 0.1695.

In the Hunter Lab color space, this color is represented as L: 50.66, a: 58.33, and b: -66.05. Similarly, in the CIE-Lab color space, it is represented as L: 50.66, a: 58.33, and b: -66.05.

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

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

Analogous Colors of #A84CEC

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

Monochromatic Colors of #A84CEC

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

Complementary Color of #A84CEC

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

/* Using HEX */
body {
  background-color: #a84cec;
}
/* Using RGB */
body {
  background-color: rgb(168, 76, 236);
}
/* Using RGB with opacity */
body {
  background-color: rgba(168, 76, 236, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(275, 81%, 61%);
}
/* Text color */
p {
  color: #a84cec;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a84cec;
}

HTML Examples of #A84CEC

<!-- Using HEX -->
<div style="background-color: #a84cec; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(168, 76, 236); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(168, 76, 236, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(275, 81%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a84cec;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a84cec; width: 100px; height: 100px;"></div>

Related Colors of #A84CEC

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