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