Color: #ABA7DA
#ABA7DA Color Information
#ABA7DA is a light color. The closest websafe version is #ABA7DA. A complement of this color would be #D5D9A5, perceived brightness is 0.68, and the grayscale version is #C1C1C1.
In the HSL color space, this color has a hue angle of 245°,a saturation of 41%, and a lightness of 75%.The HSV representation shows a hue of 245°, a saturation of 23%, and a value of 85%.
In a RGB color space, #ABA7DA is composed of 67% red, 65% green and 85% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 23% magenta, 0% yellow and 15% black.
In the Yxy color space, this color is represented as Y: 41.01, x: 0.3090, and y: 0.2970.
Color Code #ABA7DA
Shades of Color #ABA7DA
Shades are created by darkening the original color #ABA7DA 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 #ABA7DA
Tints are created by lightening the original color #ABA7DA 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 #ABA7DA Color Code
In the HSL color space, this color has a hue angle of 245°, a saturation of 41%, and a lightness of 75%. The HSV representation shows a hue of 245°, a saturation of 23%, and a value of 85%.
- HEX: #ABA7DA
- RGB: rgb(171, 167, 218)
- HSL: hsl(245, 41%, 75%)
- HSV: hsv(245, 23%, 85%)
- CMYK: 22.00% cyan, 23.00% magenta, 0.00% yellow, 15.00% black
- XYZ: 42.67, 41.01, 54.39
- Yxy: 41.01, 0.3090, 0.2970
- Hunter Lab: 70.19, 9.54, -25.46
- CIE-Lab: 70.19, 9.54, -25.46
In the XYZ color space, this color is represented as X: 42.67, Y: 41.01, Z: 54.39. The Yxy representation further refines this as Y: 41.01, x: 0.3090, and y: 0.2970.
In the Hunter Lab color space, this color is represented as L: 70.19, a: 9.54, and b: -25.46. Similarly, in the CIE-Lab color space, it is represented as L: 70.19, a: 9.54, and b: -25.46.
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 #ABA7DA
Triadic colors are three colors evenly spaced around the color wheel, including #ABA7DA. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #ABA7DA
Split complementary colors are two colors adjacent to the complementary color of #ABA7DA. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #ABA7DA
Monochromatic colors are variations of #ABA7DA, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #ABA7DA
The complementary color of #ABA7DA 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 #ABA7DA
/* Using HEX */ body { background-color: #aba7da; }
/* Using RGB */ body { background-color: rgb(171, 167, 218); }
/* Using RGB with opacity */ body { background-color: rgba(171, 167, 218, 0.5); }
/* Using HSL */ body { background-color: hsl(245, 41%, 75%); }
/* Text color */ p { color: #aba7da; }
/* Box shadow */ div { box-shadow: 4px 4px #aba7da; }
/* Border color */ .box { border: 4px solid #aba7da; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aba7da; }
/* Background with text */ div { background: #aba7da; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #ABA7DA
<!-- Using HEX --> <div style="background-color: #aba7da; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(171, 167, 218); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(171, 167, 218, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(245, 41%, 75%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aba7da;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aba7da; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aba7da; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aba7da;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aba7da; color: #fff; padding: 16px; border-radius: 8px;"> #ABA7DA </div>
Related Colors of #ABA7DA
These colors are similar to #ABA7DA, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.