Color: #A554DB
#A554DB Color Information
#A554DB is a dark color. The closest websafe version is #A554DB. A complement of this color would be #89DA52, perceived brightness is 0.48, and the grayscale version is #979797.
In the HSL color space, this color has a hue angle of 276°,a saturation of 65%, and a lightness of 59%.The HSV representation shows a hue of 276°, a saturation of 62%, and a value of 86%.
In a RGB color space, #A554DB is composed of 65% red, 33% green and 86% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 62% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 19.02, x: 0.2968, and y: 0.1884.
Color Code #A554DB
Shades of Color #A554DB
Shades are created by darkening the original color #A554DB 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 #A554DB
Tints are created by lightening the original color #A554DB 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 #A554DB Color Code
In the HSL color space, this color has a hue angle of 276°, a saturation of 65%, and a lightness of 59%. The HSV representation shows a hue of 276°, a saturation of 62%, and a value of 86%.
- HEX: #A554DB
- RGB: rgb(165, 84, 219)
- HSL: hsl(276, 65%, 59%)
- HSV: hsv(276, 62%, 86%)
- CMYK: 25.00% cyan, 62.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 29.96, 19.02, 51.98
- Yxy: 19.02, 0.2968, 0.1884
- Hunter Lab: 50.71, 51.09, -56.42
- CIE-Lab: 50.71, 51.09, -56.42
In the XYZ color space, this color is represented as X: 29.96, Y: 19.02, Z: 51.98. The Yxy representation further refines this as Y: 19.02, x: 0.2968, and y: 0.1884.
In the Hunter Lab color space, this color is represented as L: 50.71, a: 51.09, and b: -56.42. Similarly, in the CIE-Lab color space, it is represented as L: 50.71, a: 51.09, and b: -56.42.
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 #A554DB
Triadic colors are three colors evenly spaced around the color wheel, including #A554DB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #A554DB
Split complementary colors are two colors adjacent to the complementary color of #A554DB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #A554DB
Monochromatic colors are variations of #A554DB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A554DB
The complementary color of #A554DB 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 #A554DB
/* Using HEX */ body { background-color: #a554db; }
/* Using RGB */ body { background-color: rgb(165, 84, 219); }
/* Using RGB with opacity */ body { background-color: rgba(165, 84, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(276, 65%, 59%); }
/* Text color */ p { color: #a554db; }
/* Box shadow */ div { box-shadow: 4px 4px #a554db; }
/* Border color */ .box { border: 4px solid #a554db; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a554db; }
/* Background with text */ div { background: #a554db; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A554DB
<!-- Using HEX --> <div style="background-color: #a554db; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(165, 84, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(165, 84, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(276, 65%, 59%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a554db;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a554db; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a554db; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a554db;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a554db; color: #fff; padding: 16px; border-radius: 8px;"> #A554DB </div>
Related Colors of #A554DB
These colors are similar to #A554DB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.