Color: #AE01BB
#AE01BB Color Information
#AE01BB is a dark color. The closest websafe version is #AE01BB. A complement of this color would be #0DBC01, perceived brightness is 0.29, and the grayscale version is #5E5E5E.
In the HSL color space, this color has a hue angle of 296°,a saturation of 99%, and a lightness of 37%.The HSV representation shows a hue of 296°, a saturation of 99%, and a value of 73%.
In a RGB color space, #AE01BB is composed of 68% red, 0% green and 73% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 99% magenta, 0% yellow and 27% black.
In the Yxy color space, this color is represented as Y: 12.45, x: 0.3452, and y: 0.1680.
Color Code #AE01BB
Shades of Color #AE01BB
Shades are created by darkening the original color #AE01BB 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 #AE01BB
Tints are created by lightening the original color #AE01BB 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 #AE01BB Color Code
In the HSL color space, this color has a hue angle of 296°, a saturation of 99%, and a lightness of 37%. The HSV representation shows a hue of 296°, a saturation of 99%, and a value of 73%.
- HEX: #AE01BB
- RGB: rgb(174, 1, 187)
- HSL: hsl(296, 99%, 37%)
- HSV: hsv(296, 99%, 73%)
- CMYK: 7.00% cyan, 99.00% magenta, 0.00% yellow, 27.00% black
- XYZ: 25.58, 12.45, 36.08
- Yxy: 12.45, 0.3452, 0.1680
- Hunter Lab: 41.93, 71.59, -51.93
- CIE-Lab: 41.93, 71.59, -51.93
In the XYZ color space, this color is represented as X: 25.58, Y: 12.45, Z: 36.08. The Yxy representation further refines this as Y: 12.45, x: 0.3452, and y: 0.1680.
In the Hunter Lab color space, this color is represented as L: 41.93, a: 71.59, and b: -51.93. Similarly, in the CIE-Lab color space, it is represented as L: 41.93, a: 71.59, and b: -51.93.
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 #AE01BB
Triadic colors are three colors evenly spaced around the color wheel, including #AE01BB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #AE01BB
Split complementary colors are two colors adjacent to the complementary color of #AE01BB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #AE01BB
Monochromatic colors are variations of #AE01BB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AE01BB
The complementary color of #AE01BB 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 #AE01BB
/* Using HEX */ body { background-color: #ae01bb; }
/* Using RGB */ body { background-color: rgb(174, 1, 187); }
/* Using RGB with opacity */ body { background-color: rgba(174, 1, 187, 0.5); }
/* Using HSL */ body { background-color: hsl(296, 99%, 37%); }
/* Text color */ p { color: #ae01bb; }
/* Box shadow */ div { box-shadow: 4px 4px #ae01bb; }
/* Border color */ .box { border: 4px solid #ae01bb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ae01bb; }
/* Background with text */ div { background: #ae01bb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AE01BB
<!-- Using HEX --> <div style="background-color: #ae01bb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(174, 1, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(174, 1, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(296, 99%, 37%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ae01bb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ae01bb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ae01bb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ae01bb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ae01bb; color: #fff; padding: 16px; border-radius: 8px;"> #AE01BB </div>
Related Colors of #AE01BB
These colors are similar to #AE01BB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.