Color: #A166CF
#A166CF Color Information
#A166CF is a light color. The closest websafe version is #A166CF. A complement of this color would be #95CF68, perceived brightness is 0.52, and the grayscale version is #9B9B9B.
In the HSL color space, this color has a hue angle of 274°,a saturation of 52%, and a lightness of 61%.The HSV representation shows a hue of 274°, a saturation of 51%, and a value of 81%.
In a RGB color space, #A166CF is composed of 63% red, 40% green and 81% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 51% magenta, 0% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 21.24, x: 0.3045, and y: 0.2186.
Color Code #A166CF
Shades of Color #A166CF
Shades are created by darkening the original color #A166CF 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 #A166CF
Tints are created by lightening the original color #A166CF 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 #A166CF Color Code
In the HSL color space, this color has a hue angle of 274°, a saturation of 52%, and a lightness of 61%. The HSV representation shows a hue of 274°, a saturation of 51%, and a value of 81%.
- HEX: #A166CF
- RGB: rgb(161, 102, 207)
- HSL: hsl(274, 52%, 61%)
- HSV: hsv(274, 51%, 81%)
- CMYK: 22.00% cyan, 51.00% magenta, 0.00% yellow, 19.00% black
- XYZ: 29.59, 21.24, 46.35
- Yxy: 21.24, 0.3045, 0.2186
- Hunter Lab: 53.21, 38.93, -45.69
- CIE-Lab: 53.21, 38.93, -45.69
In the XYZ color space, this color is represented as X: 29.59, Y: 21.24, Z: 46.35. The Yxy representation further refines this as Y: 21.24, x: 0.3045, and y: 0.2186.
In the Hunter Lab color space, this color is represented as L: 53.21, a: 38.93, and b: -45.69. Similarly, in the CIE-Lab color space, it is represented as L: 53.21, a: 38.93, and b: -45.69.
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 #A166CF
Triadic colors are three colors evenly spaced around the color wheel, including #A166CF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #A166CF
Split complementary colors are two colors adjacent to the complementary color of #A166CF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #A166CF
Monochromatic colors are variations of #A166CF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A166CF
The complementary color of #A166CF 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 #A166CF
/* Using HEX */ body { background-color: #a166cf; }
/* Using RGB */ body { background-color: rgb(161, 102, 207); }
/* Using RGB with opacity */ body { background-color: rgba(161, 102, 207, 0.5); }
/* Using HSL */ body { background-color: hsl(274, 52%, 61%); }
/* Text color */ p { color: #a166cf; }
/* Box shadow */ div { box-shadow: 4px 4px #a166cf; }
/* Border color */ .box { border: 4px solid #a166cf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a166cf; }
/* Background with text */ div { background: #a166cf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A166CF
<!-- Using HEX --> <div style="background-color: #a166cf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(161, 102, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(161, 102, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(274, 52%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a166cf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a166cf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a166cf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a166cf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a166cf; color: #fff; padding: 16px; border-radius: 8px;"> #A166CF </div>
Related Colors of #A166CF
These colors are similar to #A166CF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.