Color: #A27EAF
#A27EAF Color Information
#A27EAF is a light color. The closest websafe version is #A27EAF. A complement of this color would be #8BAE7E, perceived brightness is 0.56, and the grayscale version is #979797.
In the HSL color space, this color has a hue angle of 284°,a saturation of 23%, and a lightness of 59%.The HSV representation shows a hue of 284°, a saturation of 28%, and a value of 69%.
In a RGB color space, #A27EAF is composed of 64% red, 49% green and 69% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 28% magenta, 0% yellow and 31% black.
In the Yxy color space, this color is represented as Y: 25.59, x: 0.3375, and y: 0.2886.
Color Code #A27EAF
Shades of Color #A27EAF
Shades are created by darkening the original color #A27EAF 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 #A27EAF
Tints are created by lightening the original color #A27EAF 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 #A27EAF Color Code
In the HSL color space, this color has a hue angle of 284°, a saturation of 23%, and a lightness of 59%. The HSV representation shows a hue of 284°, a saturation of 28%, and a value of 69%.
- HEX: #A27EAF
- RGB: rgb(162, 126, 175)
- HSL: hsl(284, 23%, 59%)
- HSV: hsv(284, 28%, 69%)
- CMYK: 7.00% cyan, 28.00% magenta, 0.00% yellow, 31.00% black
- XYZ: 29.92, 25.59, 33.15
- Yxy: 25.59, 0.3375, 0.2886
- Hunter Lab: 57.65, 21.06, -20.58
- CIE-Lab: 57.65, 21.06, -20.58
In the XYZ color space, this color is represented as X: 29.92, Y: 25.59, Z: 33.15. The Yxy representation further refines this as Y: 25.59, x: 0.3375, and y: 0.2886.
In the Hunter Lab color space, this color is represented as L: 57.65, a: 21.06, and b: -20.58. Similarly, in the CIE-Lab color space, it is represented as L: 57.65, a: 21.06, and b: -20.58.
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 #A27EAF
Triadic colors are three colors evenly spaced around the color wheel, including #A27EAF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A27EAF
Monochromatic colors are variations of #A27EAF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A27EAF
The complementary color of #A27EAF 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 #A27EAF
/* Using HEX */ body { background-color: #a27eaf; }
/* Using RGB */ body { background-color: rgb(162, 126, 175); }
/* Using RGB with opacity */ body { background-color: rgba(162, 126, 175, 0.5); }
/* Using HSL */ body { background-color: hsl(284, 23%, 59%); }
/* Text color */ p { color: #a27eaf; }
/* Box shadow */ div { box-shadow: 4px 4px #a27eaf; }
/* Border color */ .box { border: 4px solid #a27eaf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a27eaf; }
/* Background with text */ div { background: #a27eaf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A27EAF
<!-- Using HEX --> <div style="background-color: #a27eaf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(162, 126, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(162, 126, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(284, 23%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a27eaf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a27eaf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a27eaf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a27eaf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a27eaf; color: #fff; padding: 16px; border-radius: 8px;"> #A27EAF </div>
Related Colors of #A27EAF
These colors are similar to #A27EAF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.