Color: #AC76EF
#AC76EF Color Information
#AC76EF is a light color. The closest websafe version is #AC76EF. A complement of this color would be #B9EF76, perceived brightness is 0.58, and the grayscale version is #B2B2B2.
In the HSL color space, this color has a hue angle of 267°,a saturation of 79%, and a lightness of 70%.The HSV representation shows a hue of 267°, a saturation of 51%, and a value of 94%.
In a RGB color space, #AC76EF is composed of 67% red, 46% green and 94% blue. Whereas in a CMYK color space, it is composed of 28% cyan, 51% magenta, 0% yellow and 6% black.
In the Yxy color space, this color is represented as Y: 27.40, x: 0.2900, and y: 0.2129.
Color Code #AC76EF
Shades of Color #AC76EF
Shades are created by darkening the original color #AC76EF 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 #AC76EF
Tints are created by lightening the original color #AC76EF 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 #AC76EF Color Code
In the HSL color space, this color has a hue angle of 267°, a saturation of 79%, and a lightness of 70%. The HSV representation shows a hue of 267°, a saturation of 51%, and a value of 94%.
- HEX: #AC76EF
- RGB: rgb(172, 118, 239)
- HSL: hsl(267, 79%, 70%)
- HSV: hsv(267, 51%, 94%)
- CMYK: 28.00% cyan, 51.00% magenta, 0.00% yellow, 6.00% black
- XYZ: 37.32, 27.40, 63.98
- Yxy: 27.40, 0.2900, 0.2129
- Hunter Lab: 59.34, 39.62, -53.83
- CIE-Lab: 59.34, 39.62, -53.83
In the XYZ color space, this color is represented as X: 37.32, Y: 27.40, Z: 63.98. The Yxy representation further refines this as Y: 27.40, x: 0.2900, and y: 0.2129.
In the Hunter Lab color space, this color is represented as L: 59.34, a: 39.62, and b: -53.83. Similarly, in the CIE-Lab color space, it is represented as L: 59.34, a: 39.62, and b: -53.83.
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 #AC76EF
Triadic colors are three colors evenly spaced around the color wheel, including #AC76EF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #AC76EF
Split complementary colors are two colors adjacent to the complementary color of #AC76EF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #AC76EF
Monochromatic colors are variations of #AC76EF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AC76EF
The complementary color of #AC76EF 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 #AC76EF
/* Using HEX */ body { background-color: #ac76ef; }
/* Using RGB */ body { background-color: rgb(172, 118, 239); }
/* Using RGB with opacity */ body { background-color: rgba(172, 118, 239, 0.5); }
/* Using HSL */ body { background-color: hsl(267, 79%, 70%); }
/* Text color */ p { color: #ac76ef; }
/* Box shadow */ div { box-shadow: 4px 4px #ac76ef; }
/* Border color */ .box { border: 4px solid #ac76ef; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ac76ef; }
/* Background with text */ div { background: #ac76ef; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AC76EF
<!-- Using HEX --> <div style="background-color: #ac76ef; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(172, 118, 239); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(172, 118, 239, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(267, 79%, 70%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ac76ef;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ac76ef; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ac76ef; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ac76ef;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ac76ef; color: #fff; padding: 16px; border-radius: 8px;"> #AC76EF </div>
Related Colors of #AC76EF
These colors are similar to #AC76EF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.