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