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