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