Color: #AE84CF
#AE84CF Color Information
#AE84CF is a light color. The closest websafe version is #AE84CF. A complement of this color would be #A3CE82, perceived brightness is 0.60, and the grayscale version is #AAAAAA.
In the HSL color space, this color has a hue angle of 274°,a saturation of 44%, and a lightness of 66%.The HSV representation shows a hue of 274°, a saturation of 36%, and a value of 81%.
In a RGB color space, #AE84CF is composed of 68% red, 52% green and 81% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 36% magenta, 0% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 29.74, x: 0.3198, and y: 0.2623.
Color Code #AE84CF
Shades of Color #AE84CF
Shades are created by darkening the original color #AE84CF 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 #AE84CF
Tints are created by lightening the original color #AE84CF 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 #AE84CF Color Code
In the HSL color space, this color has a hue angle of 274°, a saturation of 44%, and a lightness of 66%. The HSV representation shows a hue of 274°, a saturation of 36%, and a value of 81%.
- HEX: #AE84CF
- RGB: rgb(174, 132, 207)
- HSL: hsl(274, 44%, 66%)
- HSV: hsv(274, 36%, 81%)
- CMYK: 16.00% cyan, 36.00% magenta, 0.00% yellow, 19.00% black
- XYZ: 36.27, 29.74, 47.39
- Yxy: 29.74, 0.3198, 0.2623
- Hunter Lab: 61.43, 27.18, -32.74
- CIE-Lab: 61.43, 27.18, -32.74
In the XYZ color space, this color is represented as X: 36.27, Y: 29.74, Z: 47.39. The Yxy representation further refines this as Y: 29.74, x: 0.3198, and y: 0.2623.
In the Hunter Lab color space, this color is represented as L: 61.43, a: 27.18, and b: -32.74. Similarly, in the CIE-Lab color space, it is represented as L: 61.43, a: 27.18, and b: -32.74.
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 #AE84CF
Triadic colors are three colors evenly spaced around the color wheel, including #AE84CF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #AE84CF
Split complementary colors are two colors adjacent to the complementary color of #AE84CF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #AE84CF
Monochromatic colors are variations of #AE84CF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AE84CF
The complementary color of #AE84CF 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 #AE84CF
/* Using HEX */ body { background-color: #ae84cf; }
/* Using RGB */ body { background-color: rgb(174, 132, 207); }
/* Using RGB with opacity */ body { background-color: rgba(174, 132, 207, 0.5); }
/* Using HSL */ body { background-color: hsl(274, 44%, 66%); }
/* Text color */ p { color: #ae84cf; }
/* Box shadow */ div { box-shadow: 4px 4px #ae84cf; }
/* Border color */ .box { border: 4px solid #ae84cf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ae84cf; }
/* Background with text */ div { background: #ae84cf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AE84CF
<!-- Using HEX --> <div style="background-color: #ae84cf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(174, 132, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(174, 132, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(274, 44%, 66%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ae84cf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ae84cf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ae84cf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ae84cf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ae84cf; color: #fff; padding: 16px; border-radius: 8px;"> #AE84CF </div>
Related Colors of #AE84CF
These colors are similar to #AE84CF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.