Color: #A61DFC
#A61DFC Color Information
#A61DFC is a dark color. The closest websafe version is #A61DFC. A complement of this color would be #72FC1D, perceived brightness is 0.37, and the grayscale version is #8D8D8D.
In the HSL color space, this color has a hue angle of 277°,a saturation of 97%, and a lightness of 55%.The HSV representation shows a hue of 277°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A61DFC is composed of 65% red, 11% green and 99% blue. Whereas in a CMYK color space, it is composed of 34% cyan, 88% magenta, 0% yellow and 1% black.
In the Yxy color space, this color is represented as Y: 15.27, x: 0.2664, and y: 0.1311.
Color Code #A61DFC
Shades of Color #A61DFC
Shades are created by darkening the original color #A61DFC 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 #A61DFC
Tints are created by lightening the original color #A61DFC 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 #A61DFC Color Code
In the HSL color space, this color has a hue angle of 277°, a saturation of 97%, and a lightness of 55%. The HSV representation shows a hue of 277°, a saturation of 88%, and a value of 99%.
- HEX: #A61DFC
- RGB: rgb(166, 29, 252)
- HSL: hsl(277, 97%, 55%)
- HSV: hsv(277, 88%, 99%)
- CMYK: 34.00% cyan, 88.00% magenta, 0.00% yellow, 100.00% black
- XYZ: 31.03, 15.27, 70.17
- Yxy: 15.27, 0.2664, 0.1311
- Hunter Lab: 46.00, 75.41, -82.59
- CIE-Lab: 46.00, 75.41, -82.59
In the XYZ color space, this color is represented as X: 31.03, Y: 15.27, Z: 70.17. The Yxy representation further refines this as Y: 15.27, x: 0.2664, and y: 0.1311.
In the Hunter Lab color space, this color is represented as L: 46.00, a: 75.41, and b: -82.59. Similarly, in the CIE-Lab color space, it is represented as L: 46.00, a: 75.41, and b: -82.59.
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 #A61DFC
Triadic colors are three colors evenly spaced around the color wheel, including #A61DFC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A61DFC
Monochromatic colors are variations of #A61DFC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A61DFC
The complementary color of #A61DFC 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 #A61DFC
/* Using HEX */ body { background-color: #a61dfc; }
/* Using RGB */ body { background-color: rgb(166, 29, 252); }
/* Using RGB with opacity */ body { background-color: rgba(166, 29, 252, 0.5); }
/* Using HSL */ body { background-color: hsl(277, 97%, 55%); }
/* Text color */ p { color: #a61dfc; }
/* Box shadow */ div { box-shadow: 4px 4px #a61dfc; }
HTML Examples of #A61DFC
<!-- Using HEX --> <div style="background-color: #a61dfc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(166, 29, 252); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(166, 29, 252, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(277, 97%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a61dfc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a61dfc; width: 100px; height: 100px;"></div>
Related Colors of #A61DFC
These colors are similar to #A61DFC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.