Color: #A293D2
#A293D2 Color Information
#A293D2 is a light color. The closest websafe version is #A293D2. A complement of this color would be #C3D293, perceived brightness is 0.62, and the grayscale version is #B2B2B2.
In the HSL color space, this color has a hue angle of 254°,a saturation of 41%, and a lightness of 70%.The HSV representation shows a hue of 254°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A293D2 is composed of 64% red, 58% green and 82% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 30% magenta, 0% yellow and 18% black.
In the Yxy color space, this color is represented as Y: 32.86, x: 0.3058, and y: 0.2775.
Color Code #A293D2
Shades of Color #A293D2
Shades are created by darkening the original color #A293D2 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 #A293D2
Tints are created by lightening the original color #A293D2 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 #A293D2 Color Code
In the HSL color space, this color has a hue angle of 254°, a saturation of 41%, and a lightness of 70%. The HSV representation shows a hue of 254°, a saturation of 30%, and a value of 82%.
- HEX: #A293D2
- RGB: rgb(162, 147, 210)
- HSL: hsl(254, 41%, 70%)
- HSV: hsv(254, 30%, 82%)
- CMYK: 23.00% cyan, 30.00% magenta, 0.00% yellow, 18.00% black
- XYZ: 36.21, 32.86, 49.36
- Yxy: 32.86, 0.3058, 0.2775
- Hunter Lab: 64.05, 15.70, -30.50
- CIE-Lab: 64.05, 15.70, -30.50
In the XYZ color space, this color is represented as X: 36.21, Y: 32.86, Z: 49.36. The Yxy representation further refines this as Y: 32.86, x: 0.3058, and y: 0.2775.
In the Hunter Lab color space, this color is represented as L: 64.05, a: 15.70, and b: -30.50. Similarly, in the CIE-Lab color space, it is represented as L: 64.05, a: 15.70, and b: -30.50.
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 #A293D2
Triadic colors are three colors evenly spaced around the color wheel, including #A293D2. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A293D2
Monochromatic colors are variations of #A293D2, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A293D2
The complementary color of #A293D2 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 #A293D2
/* Using HEX */ body { background-color: #a293d2; }
/* Using RGB */ body { background-color: rgb(162, 147, 210); }
/* Using RGB with opacity */ body { background-color: rgba(162, 147, 210, 0.5); }
/* Using HSL */ body { background-color: hsl(254, 41%, 70%); }
/* Text color */ p { color: #a293d2; }
/* Box shadow */ div { box-shadow: 4px 4px #a293d2; }
HTML Examples of #A293D2
<!-- Using HEX --> <div style="background-color: #a293d2; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(162, 147, 210); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(162, 147, 210, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(254, 41%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a293d2;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a293d2; width: 100px; height: 100px;"></div>
Related Colors of #A293D2
These colors are similar to #A293D2, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.