Color: #AE3BBF
#AE3BBF Color Information
#AE3BBF is a dark color. The closest websafe version is #AE3BBF. A complement of this color would be #4CBF3B, perceived brightness is 0.43, and the grayscale version is #7D7D7D.
In the HSL color space, this color has a hue angle of 292°,a saturation of 53%, and a lightness of 49%.The HSV representation shows a hue of 292°, a saturation of 69%, and a value of 75%.
In a RGB color space, #AE3BBF is composed of 68% red, 23% green and 75% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 69% magenta, 0% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 15.71, x: 0.3385, and y: 0.1927.
Color Code #AE3BBF
Shades of Color #AE3BBF
Shades are created by darkening the original color #AE3BBF 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 #AE3BBF
Tints are created by lightening the original color #AE3BBF 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 #AE3BBF Color Code
In the HSL color space, this color has a hue angle of 292°, a saturation of 53%, and a lightness of 49%. The HSV representation shows a hue of 292°, a saturation of 69%, and a value of 75%.
- HEX: #AE3BBF
- RGB: rgb(174, 59, 191)
- HSL: hsl(292, 53%, 49%)
- HSV: hsv(292, 69%, 75%)
- CMYK: 9.00% cyan, 69.00% magenta, 0.00% yellow, 25.00% black
- XYZ: 27.60, 15.71, 38.22
- Yxy: 15.71, 0.3385, 0.1927
- Hunter Lab: 46.59, 59.70, -46.82
- CIE-Lab: 46.59, 59.70, -46.82
In the XYZ color space, this color is represented as X: 27.60, Y: 15.71, Z: 38.22. The Yxy representation further refines this as Y: 15.71, x: 0.3385, and y: 0.1927.
In the Hunter Lab color space, this color is represented as L: 46.59, a: 59.70, and b: -46.82. Similarly, in the CIE-Lab color space, it is represented as L: 46.59, a: 59.70, and b: -46.82.
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 #AE3BBF
Triadic colors are three colors evenly spaced around the color wheel, including #AE3BBF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #AE3BBF
Split complementary colors are two colors adjacent to the complementary color of #AE3BBF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #AE3BBF
Monochromatic colors are variations of #AE3BBF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AE3BBF
The complementary color of #AE3BBF 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 #AE3BBF
/* Using HEX */ body { background-color: #ae3bbf; }
/* Using RGB */ body { background-color: rgb(174, 59, 191); }
/* Using RGB with opacity */ body { background-color: rgba(174, 59, 191, 0.5); }
/* Using HSL */ body { background-color: hsl(292, 53%, 49%); }
/* Text color */ p { color: #ae3bbf; }
/* Box shadow */ div { box-shadow: 4px 4px #ae3bbf; }
/* Border color */ .box { border: 4px solid #ae3bbf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ae3bbf; }
/* Background with text */ div { background: #ae3bbf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AE3BBF
<!-- Using HEX --> <div style="background-color: #ae3bbf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(174, 59, 191); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(174, 59, 191, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(292, 53%, 49%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ae3bbf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ae3bbf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ae3bbf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ae3bbf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ae3bbf; color: #fff; padding: 16px; border-radius: 8px;"> #AE3BBF </div>
Related Colors of #AE3BBF
These colors are similar to #AE3BBF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.