Color: #A44FBB
#A44FBB Color Information
#A44FBB is a dark color. The closest websafe version is #A44FBB. A complement of this color would be #66BA4F, perceived brightness is 0.46, and the grayscale version is #858585.
In the HSL color space, this color has a hue angle of 287°,a saturation of 44%, and a lightness of 52%.The HSV representation shows a hue of 287°, a saturation of 58%, and a value of 73%.
In a RGB color space, #A44FBB is composed of 64% red, 31% green and 73% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 58% magenta, 0% yellow and 27% black.
In the Yxy color space, this color is represented as Y: 16.88, x: 0.3290, and y: 0.2111.
Color Code #A44FBB
Shades of Color #A44FBB
Shades are created by darkening the original color #A44FBB 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 #A44FBB
Tints are created by lightening the original color #A44FBB 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 #A44FBB Color Code
In the HSL color space, this color has a hue angle of 287°, a saturation of 44%, and a lightness of 52%. The HSV representation shows a hue of 287°, a saturation of 58%, and a value of 73%.
- HEX: #A44FBB
- RGB: rgb(164, 79, 187)
- HSL: hsl(287, 44%, 52%)
- HSV: hsv(287, 58%, 73%)
- CMYK: 12.00% cyan, 58.00% magenta, 0.00% yellow, 27.00% black
- XYZ: 26.31, 16.88, 36.77
- Yxy: 16.88, 0.3290, 0.2111
- Hunter Lab: 48.11, 47.99, -42.23
- CIE-Lab: 48.11, 47.99, -42.23
In the XYZ color space, this color is represented as X: 26.31, Y: 16.88, Z: 36.77. The Yxy representation further refines this as Y: 16.88, x: 0.3290, and y: 0.2111.
In the Hunter Lab color space, this color is represented as L: 48.11, a: 47.99, and b: -42.23. Similarly, in the CIE-Lab color space, it is represented as L: 48.11, a: 47.99, and b: -42.23.
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 #A44FBB
Triadic colors are three colors evenly spaced around the color wheel, including #A44FBB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #A44FBB
Split complementary colors are two colors adjacent to the complementary color of #A44FBB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #A44FBB
Monochromatic colors are variations of #A44FBB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A44FBB
The complementary color of #A44FBB 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 #A44FBB
/* Using HEX */ body { background-color: #a44fbb; }
/* Using RGB */ body { background-color: rgb(164, 79, 187); }
/* Using RGB with opacity */ body { background-color: rgba(164, 79, 187, 0.5); }
/* Using HSL */ body { background-color: hsl(287, 44%, 52%); }
/* Text color */ p { color: #a44fbb; }
/* Box shadow */ div { box-shadow: 4px 4px #a44fbb; }
/* Border color */ .box { border: 4px solid #a44fbb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a44fbb; }
/* Background with text */ div { background: #a44fbb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A44FBB
<!-- Using HEX --> <div style="background-color: #a44fbb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(164, 79, 187); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(164, 79, 187, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(287, 44%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a44fbb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a44fbb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a44fbb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a44fbb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a44fbb; color: #fff; padding: 16px; border-radius: 8px;"> #A44FBB </div>
Related Colors of #A44FBB
These colors are similar to #A44FBB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.