Color: #A79AFF

#A79AFF Color Information

#A79AFF is a light color. The closest websafe version is #A79AFF. A complement of this color would be #F1FF99, perceived brightness is 0.66, and the grayscale version is #CCCCCC.

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

In a RGB color space, #A79AFF is composed of 65% red, 60% green and 100% blue. Whereas in a CMYK color space, it is composed of 35% cyan, 40% magenta, 0% yellow and 0% black.

In the Yxy color space, this color is represented as Y: 37.83, x: 0.2786, and y: 0.2417.

Color Code #A79AFF

HEX
#A79AFF
RGB
rgb(167, 154, 255)
HSL
hsl(248, 100%, 80%)
HSV
hsv(248, 40%, 100%)
CMYK
35%, 40%, 0%, 0%
XYZ
X: 43.60, Y: 37.83, Z: 75.09
Lab
L: 67.89, a: 22.18, b: -49.17
Name

Shades of Color #A79AFF

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

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

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

  • HEX: #A79AFF
  • RGB: rgb(167, 154, 255)
  • HSL: hsl(248, 100%, 80%)
  • HSV: hsv(248, 40%, 100%)
  • CMYK: 35.00% cyan, 40.00% magenta, 0.00% yellow, 0.00% black
  • XYZ: 43.60, 37.83, 75.09
  • Yxy: 37.83, 0.2786, 0.2417
  • Hunter Lab: 67.89, 22.18, -49.17
  • CIE-Lab: 67.89, 22.18, -49.17

In the XYZ color space, this color is represented as X: 43.60, Y: 37.83, Z: 75.09. The Yxy representation further refines this as Y: 37.83, x: 0.2786, and y: 0.2417.

In the Hunter Lab color space, this color is represented as L: 67.89, a: 22.18, and b: -49.17. Similarly, in the CIE-Lab color space, it is represented as L: 67.89, a: 22.18, and b: -49.17.

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

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

Analogous Colors of #A79AFF

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

Monochromatic Colors of #A79AFF

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

Complementary Color of #A79AFF

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

/* Using HEX */
body {
  background-color: #a79aff;
}
/* Using RGB */
body {
  background-color: rgb(167, 154, 255);
}
/* Using RGB with opacity */
body {
  background-color: rgba(167, 154, 255, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(248, 100%, 80%);
}
/* Text color */
p {
  color: #a79aff;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a79aff;
}

HTML Examples of #A79AFF

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

Related Colors of #A79AFF

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