Color: #A19FEF

#A19FEF Color Information

#A19FEF is a light color. The closest websafe version is #A19FEF. A complement of this color would be #ECEF9F, perceived brightness is 0.66, and the grayscale version is #C7C7C7.

In the HSL color space, this color has a hue angle of 242°,a saturation of 71%, and a lightness of 78%.The HSV representation shows a hue of 242°, a saturation of 33%, and a value of 94%.

In a RGB color space, #A19FEF is composed of 63% red, 62% green and 94% blue. Whereas in a CMYK color space, it is composed of 33% cyan, 33% magenta, 0% yellow and 6% black.

In the Yxy color space, this color is represented as Y: 38.02, x: 0.2849, and y: 0.2626.

Color Code #A19FEF

#A19FEFrgb(161, 159, 239)
HEX
#A19FEF
RGB
rgb(161, 159, 239)
HSL
hsl(242, 71%, 78%)
HSV
hsv(242, 33%, 94%)
CMYK
33%, 33%, 0%, 6%
XYZ
X: 41.24, Y: 38.02, Z: 65.51
Lab
L: 68.03, a: 14.51, b: -40.30
Name

Shades of Color #A19FEF

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

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

#A19FEFrgb(161, 159, 239)

About #A19FEF Color Code

In the HSL color space, this color has a hue angle of 242°, a saturation of 71%, and a lightness of 78%. The HSV representation shows a hue of 242°, a saturation of 33%, and a value of 94%.

  • HEX: #A19FEF
  • RGB: rgb(161, 159, 239)
  • HSL: hsl(242, 71%, 78%)
  • HSV: hsv(242, 33%, 94%)
  • CMYK: 33.00% cyan, 33.00% magenta, 0.00% yellow, 6.00% black
  • XYZ: 41.24, 38.02, 65.51
  • Yxy: 38.02, 0.2849, 0.2626
  • Hunter Lab: 68.03, 14.51, -40.30
  • CIE-Lab: 68.03, 14.51, -40.30

In the XYZ color space, this color is represented as X: 41.24, Y: 38.02, Z: 65.51. The Yxy representation further refines this as Y: 38.02, x: 0.2849, and y: 0.2626.

In the Hunter Lab color space, this color is represented as L: 68.03, a: 14.51, and b: -40.30. Similarly, in the CIE-Lab color space, it is represented as L: 68.03, a: 14.51, and b: -40.30.

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

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

Analogous Colors of #A19FEF

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

Split Complementary Colors of #A19FEF

Split complementary colors are two colors adjacent to the complementary color of #A19FEF. They create a balanced and visually appealing color scheme.

Tetradic Colors of #A19FEF

Tetradic colors form a rectangle on the color wheel, including #A19FEF. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #A19FEF

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

Complementary Color of #A19FEF

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

/* Using HEX */
body {
  background-color: #a19fef;
}
/* Using RGB */
body {
  background-color: rgb(161, 159, 239);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 159, 239, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(242, 71%, 78%);
}
/* Text color */
p {
  color: #a19fef;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a19fef;
}
/* Border color */
.box {
  border: 4px solid #a19fef;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a19fef;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a19fef;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A19FEF
On Black Background
#A19FEF
On White Background
#A19FEF

HTML Examples of #A19FEF

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

Related Colors of #A19FEF

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