Color: #A61EDC
#A61EDC Color Information
#A61EDC is a dark color. The closest websafe version is #A61EDC. A complement of this color would be #54DC1E, perceived brightness is 0.36, and the grayscale version is #7D7D7D.
In the HSL color space, this color has a hue angle of 283°,a saturation of 76%, and a lightness of 49%.The HSV representation shows a hue of 283°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A61EDC is composed of 65% red, 12% green and 86% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 86% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 13.75, x: 0.2946, and y: 0.1480.
Color Code #A61EDC
Shades of Color #A61EDC
Shades are created by darkening the original color #A61EDC 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 #A61EDC
Tints are created by lightening the original color #A61EDC 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 #A61EDC Color Code
In the HSL color space, this color has a hue angle of 283°, a saturation of 76%, and a lightness of 49%. The HSV representation shows a hue of 283°, a saturation of 86%, and a value of 86%.
- HEX: #A61EDC
- RGB: rgb(166, 30, 220)
- HSL: hsl(283, 76%, 49%)
- HSV: hsv(283, 86%, 86%)
- CMYK: 25.00% cyan, 86.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 27.37, 13.75, 51.77
- Yxy: 13.75, 0.2946, 0.1480
- Hunter Lab: 43.88, 70.50, -67.98
- CIE-Lab: 43.88, 70.50, -67.98
In the XYZ color space, this color is represented as X: 27.37, Y: 13.75, Z: 51.77. The Yxy representation further refines this as Y: 13.75, x: 0.2946, and y: 0.1480.
In the Hunter Lab color space, this color is represented as L: 43.88, a: 70.50, and b: -67.98. Similarly, in the CIE-Lab color space, it is represented as L: 43.88, a: 70.50, and b: -67.98.
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 #A61EDC
Triadic colors are three colors evenly spaced around the color wheel, including #A61EDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A61EDC
Monochromatic colors are variations of #A61EDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A61EDC
The complementary color of #A61EDC 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 #A61EDC
/* Using HEX */ body { background-color: #a61edc; }
/* Using RGB */ body { background-color: rgb(166, 30, 220); }
/* Using RGB with opacity */ body { background-color: rgba(166, 30, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(283, 76%, 49%); }
/* Text color */ p { color: #a61edc; }
/* Box shadow */ div { box-shadow: 4px 4px #a61edc; }
HTML Examples of #A61EDC
<!-- Using HEX --> <div style="background-color: #a61edc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(166, 30, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(166, 30, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(283, 76%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a61edc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a61edc; width: 100px; height: 100px;"></div>
Related Colors of #A61EDC
These colors are similar to #A61EDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.