Color: #A06BAC
#A06BAC Color Information
#A06BAC is a light color. The closest websafe version is #A06BAC. A complement of this color would be #78AC6C, perceived brightness is 0.51, and the grayscale version is #8C8C8C.
In the HSL color space, this color has a hue angle of 289°,a saturation of 28%, and a lightness of 55%.The HSV representation shows a hue of 289°, a saturation of 38%, and a value of 67%.
In a RGB color space, #A06BAC is composed of 63% red, 42% green and 67% blue. Whereas in a CMYK color space, it is composed of 7% cyan, 38% magenta, 0% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 20.86, x: 0.3398, and y: 0.2636.
Color Code #A06BAC
Shades of Color #A06BAC
Shades are created by darkening the original color #A06BAC 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 #A06BAC
Tints are created by lightening the original color #A06BAC 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 #A06BAC Color Code
In the HSL color space, this color has a hue angle of 289°, a saturation of 28%, and a lightness of 55%. The HSV representation shows a hue of 289°, a saturation of 38%, and a value of 67%.
- HEX: #A06BAC
- RGB: rgb(160, 107, 172)
- HSL: hsl(289, 28%, 55%)
- HSV: hsv(289, 38%, 67%)
- CMYK: 7.00% cyan, 38.00% magenta, 0.00% yellow, 33.00% black
- XYZ: 26.89, 20.86, 31.38
- Yxy: 20.86, 0.3398, 0.2636
- Hunter Lab: 52.80, 30.14, -26.28
- CIE-Lab: 52.80, 30.14, -26.28
In the XYZ color space, this color is represented as X: 26.89, Y: 20.86, Z: 31.38. The Yxy representation further refines this as Y: 20.86, x: 0.3398, and y: 0.2636.
In the Hunter Lab color space, this color is represented as L: 52.80, a: 30.14, and b: -26.28. Similarly, in the CIE-Lab color space, it is represented as L: 52.80, a: 30.14, and b: -26.28.
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 #A06BAC
Triadic colors are three colors evenly spaced around the color wheel, including #A06BAC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #A06BAC
Split complementary colors are two colors adjacent to the complementary color of #A06BAC. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #A06BAC
Monochromatic colors are variations of #A06BAC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A06BAC
The complementary color of #A06BAC 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 #A06BAC
/* Using HEX */ body { background-color: #a06bac; }
/* Using RGB */ body { background-color: rgb(160, 107, 172); }
/* Using RGB with opacity */ body { background-color: rgba(160, 107, 172, 0.5); }
/* Using HSL */ body { background-color: hsl(289, 28%, 55%); }
/* Text color */ p { color: #a06bac; }
/* Box shadow */ div { box-shadow: 4px 4px #a06bac; }
/* Border color */ .box { border: 4px solid #a06bac; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a06bac; }
/* Background with text */ div { background: #a06bac; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A06BAC
<!-- Using HEX --> <div style="background-color: #a06bac; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(160, 107, 172); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(160, 107, 172, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(289, 28%, 55%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a06bac;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a06bac; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a06bac; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a06bac;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a06bac; color: #fff; padding: 16px; border-radius: 8px;"> #A06BAC </div>
Related Colors of #A06BAC
These colors are similar to #A06BAC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.