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