Color: #A17CDC
#A17CDC Color Information
#A17CDC is a light color. The closest websafe version is #A17CDC. A complement of this color would be #B6DC7A, perceived brightness is 0.57, and the grayscale version is #ACACAC.
In the HSL color space, this color has a hue angle of 263°,a saturation of 58%, and a lightness of 67%.The HSV representation shows a hue of 263°, a saturation of 44%, and a value of 86%.
In a RGB color space, #A17CDC is composed of 63% red, 49% green and 86% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 44% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 26.72, x: 0.2946, and y: 0.2347.
Color Code #A17CDC
Shades of Color #A17CDC
Shades are created by darkening the original color #A17CDC 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 #A17CDC
Tints are created by lightening the original color #A17CDC 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 #A17CDC Color Code
In the HSL color space, this color has a hue angle of 263°, a saturation of 58%, and a lightness of 67%. The HSV representation shows a hue of 263°, a saturation of 44%, and a value of 86%.
- HEX: #A17CDC
- RGB: rgb(161, 124, 220)
- HSL: hsl(263, 58%, 67%)
- HSV: hsv(263, 44%, 86%)
- CMYK: 27.00% cyan, 44.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 33.54, 26.72, 53.57
- Yxy: 26.72, 0.2946, 0.2347
- Hunter Lab: 58.71, 29.62, -44.36
- CIE-Lab: 58.71, 29.62, -44.36
In the XYZ color space, this color is represented as X: 33.54, Y: 26.72, Z: 53.57. The Yxy representation further refines this as Y: 26.72, x: 0.2946, and y: 0.2347.
In the Hunter Lab color space, this color is represented as L: 58.71, a: 29.62, and b: -44.36. Similarly, in the CIE-Lab color space, it is represented as L: 58.71, a: 29.62, and b: -44.36.
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 #A17CDC
Triadic colors are three colors evenly spaced around the color wheel, including #A17CDC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A17CDC
Monochromatic colors are variations of #A17CDC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A17CDC
The complementary color of #A17CDC 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 #A17CDC
/* Using HEX */ body { background-color: #a17cdc; }
/* Using RGB */ body { background-color: rgb(161, 124, 220); }
/* Using RGB with opacity */ body { background-color: rgba(161, 124, 220, 0.5); }
/* Using HSL */ body { background-color: hsl(263, 58%, 67%); }
/* Text color */ p { color: #a17cdc; }
/* Box shadow */ div { box-shadow: 4px 4px #a17cdc; }
/* Border color */ .box { border: 4px solid #a17cdc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a17cdc; }
/* Background with text */ div { background: #a17cdc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A17CDC
<!-- Using HEX --> <div style="background-color: #a17cdc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(161, 124, 220); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(161, 124, 220, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(263, 58%, 67%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a17cdc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a17cdc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a17cdc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a17cdc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a17cdc; color: #fff; padding: 16px; border-radius: 8px;"> #A17CDC </div>
Related Colors of #A17CDC
These colors are similar to #A17CDC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.