Color: #A07AFF

#A07AFF Color Information

#A07AFF is a light color. The closest websafe version is #A07AFF. A complement of this color would be #D9FF7A, perceived brightness is 0.58, and the grayscale version is #BDBDBD.

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

In a RGB color space, #A07AFF is composed of 63% red, 48% green and 100% blue. Whereas in a CMYK color space, it is composed of 37% cyan, 52% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 27.84, x: 0.2676, and y: 0.2006.

Color Code #A07AFF

HEX
#A07AFF
RGB
rgb(160, 122, 255)
HSL
hsl(257, 100%, 74%)
HSV
hsv(257, 52%, 100%)
CMYK
37%, 52%, 0%, 0%
XYZ
X: 37.13, Y: 27.84, Z: 73.80
Lab
L: 59.74, a: 37.31, b: -62.10
Name

Shades of Color #A07AFF

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

Tints are created by lightening the original color #A07AFF 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 #A07AFF Color Code

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

  • HEX: #A07AFF
  • RGB: rgb(160, 122, 255)
  • HSL: hsl(257, 100%, 74%)
  • HSV: hsv(257, 52%, 100%)
  • CMYK: 37.00% cyan, 52.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 37.13, 27.84, 73.80
  • Yxy: 27.84, 0.2676, 0.2006
  • Hunter Lab: 59.74, 37.31, -62.10
  • CIE-Lab: 59.74, 37.31, -62.10

In the XYZ color space, this color is represented as X: 37.13, Y: 27.84, Z: 73.80. The Yxy representation further refines this as Y: 27.84, x: 0.2676, and y: 0.2006.

In the Hunter Lab color space, this color is represented as L: 59.74, a: 37.31, and b: -62.10. Similarly, in the CIE-Lab color space, it is represented as L: 59.74, a: 37.31, and b: -62.10.

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

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

Analogous Colors of #A07AFF

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

Monochromatic Colors of #A07AFF

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

Complementary Color of #A07AFF

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

/* Using HEX */
body {
  background-color: #a07aff;
}
/* Using RGB */
body {
  background-color: rgb(160, 122, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(160, 122, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(257, 100%, 74%);
}
/* Text color */
p {
  color: #a07aff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a07aff;
}

HTML Examples of #A07AFF

<!-- Using HEX -->
<div style="background-color: #a07aff; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(160, 122, 255); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(160, 122, 255, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(257, 100%, 74%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a07aff;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a07aff; width: 100px; height: 100px;"></div>

Related Colors of #A07AFF

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