Color: #A19EAA
#A19EAA Color Information
#A19EAA is a light color. The closest websafe version is #A19EAA. A complement of this color would be #A6AA9D, perceived brightness is 0.63, and the grayscale version is #A4A4A4.
In the HSL color space, this color has a hue angle of 255°,a saturation of 7%, and a lightness of 64%.The HSV representation shows a hue of 255°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A19EAA is composed of 63% red, 62% green and 67% blue. Whereas in a CMYK color space, it is composed of 5% cyan, 7% magenta, 0% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 34.88, x: 0.3383, and y: 0.3424.
Color Code #A19EAA
Shades of Color #A19EAA
Shades are created by darkening the original color #A19EAA 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 #A19EAA
Tints are created by lightening the original color #A19EAA 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 #A19EAA Color Code
In the HSL color space, this color has a hue angle of 255°, a saturation of 7%, and a lightness of 64%. The HSV representation shows a hue of 255°, a saturation of 7%, and a value of 67%.
- HEX: #A19EAA
- RGB: rgb(161, 158, 170)
- HSL: hsl(255, 7%, 64%)
- HSV: hsv(255, 7%, 67%)
- CMYK: 5.00% cyan, 7.00% magenta, 0.00% yellow, 33.00% black
- XYZ: 34.46, 34.88, 32.52
- Yxy: 34.88, 0.3383, 0.3424
- Hunter Lab: 65.65, 2.87, -5.86
- CIE-Lab: 65.65, 2.87, -5.86
In the XYZ color space, this color is represented as X: 34.46, Y: 34.88, Z: 32.52. The Yxy representation further refines this as Y: 34.88, x: 0.3383, and y: 0.3424.
In the Hunter Lab color space, this color is represented as L: 65.65, a: 2.87, and b: -5.86. Similarly, in the CIE-Lab color space, it is represented as L: 65.65, a: 2.87, and b: -5.86.
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 #A19EAA
Triadic colors are three colors evenly spaced around the color wheel, including #A19EAA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A19EAA
Monochromatic colors are variations of #A19EAA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A19EAA
The complementary color of #A19EAA 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 #A19EAA
/* Using HEX */ body { background-color: #a19eaa; }
/* Using RGB */ body { background-color: rgb(161, 158, 170); }
/* Using RGB with opacity */ body { background-color: rgba(161, 158, 170, 0.5); }
/* Using HSL */ body { background-color: hsl(255, 7%, 64%); }
/* Text color */ p { color: #a19eaa; }
/* Box shadow */ div { box-shadow: 4px 4px #a19eaa; }
HTML Examples of #A19EAA
<!-- Using HEX --> <div style="background-color: #a19eaa; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(161, 158, 170); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(161, 158, 170, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(255, 7%, 64%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a19eaa;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a19eaa; width: 100px; height: 100px;"></div>
Related Colors of #A19EAA
These colors are similar to #A19EAA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.