Color: #AC8FBE
#AC8FBE Color Information
#AC8FBE is a light color. The closest websafe version is #AC8FBE. A complement of this color would be #A0BE8E, perceived brightness is 0.62, and the grayscale version is #A7A7A7.
In the HSL color space, this color has a hue angle of 277°,a saturation of 27%, and a lightness of 65%.The HSV representation shows a hue of 277°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AC8FBE is composed of 67% red, 56% green and 75% blue. Whereas in a CMYK color space, it is composed of 9% cyan, 25% magenta, 0% yellow and 25% black.
In the Yxy color space, this color is represented as Y: 31.99, x: 0.3329, and y: 0.2964.
Color Code #AC8FBE
Shades of Color #AC8FBE
Shades are created by darkening the original color #AC8FBE 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 #AC8FBE
Tints are created by lightening the original color #AC8FBE 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 #AC8FBE Color Code
In the HSL color space, this color has a hue angle of 277°, a saturation of 27%, and a lightness of 65%. The HSV representation shows a hue of 277°, a saturation of 25%, and a value of 75%.
- HEX: #AC8FBE
- RGB: rgb(172, 143, 190)
- HSL: hsl(277, 27%, 65%)
- HSV: hsv(277, 25%, 75%)
- CMYK: 9.00% cyan, 25.00% magenta, 0.00% yellow, 25.00% black
- XYZ: 35.93, 31.99, 40.02
- Yxy: 31.99, 0.3329, 0.2964
- Hunter Lab: 63.34, 17.85, -20.34
- CIE-Lab: 63.34, 17.85, -20.34
In the XYZ color space, this color is represented as X: 35.93, Y: 31.99, Z: 40.02. The Yxy representation further refines this as Y: 31.99, x: 0.3329, and y: 0.2964.
In the Hunter Lab color space, this color is represented as L: 63.34, a: 17.85, and b: -20.34. Similarly, in the CIE-Lab color space, it is represented as L: 63.34, a: 17.85, and b: -20.34.
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 #AC8FBE
Triadic colors are three colors evenly spaced around the color wheel, including #AC8FBE. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AC8FBE
Monochromatic colors are variations of #AC8FBE, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AC8FBE
The complementary color of #AC8FBE 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 #AC8FBE
/* Using HEX */ body { background-color: #ac8fbe; }
/* Using RGB */ body { background-color: rgb(172, 143, 190); }
/* Using RGB with opacity */ body { background-color: rgba(172, 143, 190, 0.5); }
/* Using HSL */ body { background-color: hsl(277, 27%, 65%); }
/* Text color */ p { color: #ac8fbe; }
/* Box shadow */ div { box-shadow: 4px 4px #ac8fbe; }
HTML Examples of #AC8FBE
<!-- Using HEX --> <div style="background-color: #ac8fbe; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(172, 143, 190); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(172, 143, 190, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(277, 27%, 65%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ac8fbe;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ac8fbe; width: 100px; height: 100px;"></div>
Related Colors of #AC8FBE
These colors are similar to #AC8FBE, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.