Color: #A828E5

#A828E5 Color Information

#A828E5 is a dark color. The closest websafe version is #A828E5. A complement of this color would be #65E52A, perceived brightness is 0.39, and the grayscale version is #878787.

In the HSL color space, this color has a hue angle of 281°,a saturation of 78%, and a lightness of 53%.The HSV representation shows a hue of 281°, a saturation of 83%, and a value of 90%.

In a RGB color space, #A828E5 is composed of 66% red, 16% green and 90% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 83% magenta, 0% yellow and 10% black.

In the Yxy color space, this color is represented as Y: 14.98, x: 0.2887, and y: 0.1486.

Color Code #A828E5

#A828E5rgb(168, 40, 229)
HEX
#A828E5
RGB
rgb(168, 40, 229)
HSL
hsl(281, 78%, 53%)
HSV
hsv(281, 83%, 90%)
CMYK
27%, 83%, 0%, 10%
XYZ
X: 29.10, Y: 14.98, Z: 56.71
Lab
L: 45.61, a: 69.83, b: -70.27
Name

Shades of Color #A828E5

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

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

#A828E5rgb(168, 40, 229)

About #A828E5 Color Code

In the HSL color space, this color has a hue angle of 281°, a saturation of 78%, and a lightness of 53%. The HSV representation shows a hue of 281°, a saturation of 83%, and a value of 90%.

  • HEX: #A828E5
  • RGB: rgb(168, 40, 229)
  • HSL: hsl(281, 78%, 53%)
  • HSV: hsv(281, 83%, 90%)
  • CMYK: 27.00% cyan, 83.00% magenta, 0.00% yellow, 10.00% black
  • XYZ: 29.10, 14.98, 56.71
  • Yxy: 14.98, 0.2887, 0.1486
  • Hunter Lab: 45.61, 69.83, -70.27
  • CIE-Lab: 45.61, 69.83, -70.27

In the XYZ color space, this color is represented as X: 29.10, Y: 14.98, Z: 56.71. The Yxy representation further refines this as Y: 14.98, x: 0.2887, and y: 0.1486.

In the Hunter Lab color space, this color is represented as L: 45.61, a: 69.83, and b: -70.27. Similarly, in the CIE-Lab color space, it is represented as L: 45.61, a: 69.83, and b: -70.27.

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

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

Analogous Colors of #A828E5

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

Monochromatic Colors of #A828E5

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

Complementary Color of #A828E5

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

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

HTML Examples of #A828E5

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

Related Colors of #A828E5

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