Color: #AA31DD
#AA31DD Color Information
#AA31DD is a dark color. The closest websafe version is #AA31DD. A complement of this color would be #65DD31, perceived brightness is 0.41, and the grayscale version is #878787.
In the HSL color space, this color has a hue angle of 282°,a saturation of 72%, and a lightness of 53%.The HSV representation shows a hue of 282°, a saturation of 78%, and a value of 87%.
In a RGB color space, #AA31DD is composed of 67% red, 19% green and 87% blue. Whereas in a CMYK color space, it is composed of 23% cyan, 78% magenta, 0% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 15.53, x: 0.2993, and y: 0.1600.
Color Code #AA31DD
Shades of Color #AA31DD
Shades are created by darkening the original color #AA31DD 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 #AA31DD
Tints are created by lightening the original color #AA31DD 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 #AA31DD Color Code
In the HSL color space, this color has a hue angle of 282°, a saturation of 72%, and a lightness of 53%. The HSV representation shows a hue of 282°, a saturation of 78%, and a value of 87%.
- HEX: #AA31DD
- RGB: rgb(170, 49, 221)
- HSL: hsl(282, 72%, 53%)
- HSV: hsv(282, 78%, 87%)
- CMYK: 23.00% cyan, 78.00% magenta, 0.00% yellow, 13.00% black
- XYZ: 29.06, 15.53, 52.50
- Yxy: 15.53, 0.2993, 0.1600
- Hunter Lab: 46.35, 66.47, -64.51
- CIE-Lab: 46.35, 66.47, -64.51
In the XYZ color space, this color is represented as X: 29.06, Y: 15.53, Z: 52.50. The Yxy representation further refines this as Y: 15.53, x: 0.2993, and y: 0.1600.
In the Hunter Lab color space, this color is represented as L: 46.35, a: 66.47, and b: -64.51. Similarly, in the CIE-Lab color space, it is represented as L: 46.35, a: 66.47, and b: -64.51.
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 #AA31DD
Triadic colors are three colors evenly spaced around the color wheel, including #AA31DD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AA31DD
Monochromatic colors are variations of #AA31DD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AA31DD
The complementary color of #AA31DD 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 #AA31DD
/* Using HEX */ body { background-color: #aa31dd; }
/* Using RGB */ body { background-color: rgb(170, 49, 221); }
/* Using RGB with opacity */ body { background-color: rgba(170, 49, 221, 0.5); }
/* Using HSL */ body { background-color: hsl(282, 72%, 53%); }
/* Text color */ p { color: #aa31dd; }
/* Box shadow */ div { box-shadow: 4px 4px #aa31dd; }
/* Border color */ .box { border: 4px solid #aa31dd; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aa31dd; }
/* Background with text */ div { background: #aa31dd; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AA31DD
<!-- Using HEX --> <div style="background-color: #aa31dd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 49, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 49, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(282, 72%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aa31dd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aa31dd; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aa31dd; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aa31dd;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aa31dd; color: #fff; padding: 16px; border-radius: 8px;"> #AA31DD </div>
Related Colors of #AA31DD
These colors are similar to #AA31DD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.