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