Color: #A4A0CA
#A4A0CA Color Information
#A4A0CA is a light color. The closest websafe version is #A4A0CA. A complement of this color would be #C6CAA0, perceived brightness is 0.65, and the grayscale version is #B5B5B5.
In the HSL color space, this color has a hue angle of 246°,a saturation of 28%, and a lightness of 71%.The HSV representation shows a hue of 246°, a saturation of 21%, and a value of 79%.
In a RGB color space, #A4A0CA is composed of 64% red, 63% green and 79% blue. Whereas in a CMYK color space, it is composed of 19% cyan, 21% magenta, 0% yellow and 21% black.
In the Yxy color space, this color is represented as Y: 37.04, x: 0.3147, and y: 0.3053.
Color Code #A4A0CA
Shades of Color #A4A0CA
Shades are created by darkening the original color #A4A0CA 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 #A4A0CA
Tints are created by lightening the original color #A4A0CA 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 #A4A0CA Color Code
In the HSL color space, this color has a hue angle of 246°, a saturation of 28%, and a lightness of 71%. The HSV representation shows a hue of 246°, a saturation of 21%, and a value of 79%.
- HEX: #A4A0CA
- RGB: rgb(164, 160, 202)
- HSL: hsl(246, 28%, 71%)
- HSV: hsv(246, 21%, 79%)
- CMYK: 19.00% cyan, 21.00% magenta, 0.00% yellow, 21.00% black
- XYZ: 38.18, 37.04, 46.11
- Yxy: 37.04, 0.3147, 0.3053
- Hunter Lab: 67.31, 8.06, -21.10
- CIE-Lab: 67.31, 8.06, -21.10
In the XYZ color space, this color is represented as X: 38.18, Y: 37.04, Z: 46.11. The Yxy representation further refines this as Y: 37.04, x: 0.3147, and y: 0.3053.
In the Hunter Lab color space, this color is represented as L: 67.31, a: 8.06, and b: -21.10. Similarly, in the CIE-Lab color space, it is represented as L: 67.31, a: 8.06, and b: -21.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 #A4A0CA
Triadic colors are three colors evenly spaced around the color wheel, including #A4A0CA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #A4A0CA
Split complementary colors are two colors adjacent to the complementary color of #A4A0CA. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #A4A0CA
Monochromatic colors are variations of #A4A0CA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A4A0CA
The complementary color of #A4A0CA 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 #A4A0CA
/* Using HEX */ body { background-color: #a4a0ca; }
/* Using RGB */ body { background-color: rgb(164, 160, 202); }
/* Using RGB with opacity */ body { background-color: rgba(164, 160, 202, 0.5); }
/* Using HSL */ body { background-color: hsl(246, 28%, 71%); }
/* Text color */ p { color: #a4a0ca; }
/* Box shadow */ div { box-shadow: 4px 4px #a4a0ca; }
/* Border color */ .box { border: 4px solid #a4a0ca; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a4a0ca; }
/* Background with text */ div { background: #a4a0ca; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A4A0CA
<!-- Using HEX --> <div style="background-color: #a4a0ca; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(164, 160, 202); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(164, 160, 202, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(246, 28%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a4a0ca;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a4a0ca; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a4a0ca; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a4a0ca;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a4a0ca; color: #fff; padding: 16px; border-radius: 8px;"> #A4A0CA </div>
Related Colors of #A4A0CA
These colors are similar to #A4A0CA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.