Color: #A48ADF
#A48ADF Color Information
#A48ADF is a light color. The closest websafe version is #A48ADF. A complement of this color would be #C6DF8B, perceived brightness is 0.61, and the grayscale version is #B4B4B4.
In the HSL color space, this color has a hue angle of 258°,a saturation of 57%, and a lightness of 71%.The HSV representation shows a hue of 258°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A48ADF is composed of 64% red, 54% green and 87% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 38% magenta, 0% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 30.95, x: 0.2966, and y: 0.2513.
Color Code #A48ADF
Shades of Color #A48ADF
Shades are created by darkening the original color #A48ADF 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 #A48ADF
Tints are created by lightening the original color #A48ADF 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 #A48ADF Color Code
In the HSL color space, this color has a hue angle of 258°, a saturation of 57%, and a lightness of 71%. The HSV representation shows a hue of 258°, a saturation of 38%, and a value of 87%.
- HEX: #A48ADF
- RGB: rgb(164, 138, 223)
- HSL: hsl(258, 57%, 71%)
- HSV: hsv(258, 38%, 87%)
- CMYK: 26.00% cyan, 38.00% magenta, 0.00% yellow, 13.00% black
- XYZ: 36.53, 30.95, 55.68
- Yxy: 30.95, 0.2966, 0.2513
- Hunter Lab: 62.47, 23.58, -40.13
- CIE-Lab: 62.47, 23.58, -40.13
In the XYZ color space, this color is represented as X: 36.53, Y: 30.95, Z: 55.68. The Yxy representation further refines this as Y: 30.95, x: 0.2966, and y: 0.2513.
In the Hunter Lab color space, this color is represented as L: 62.47, a: 23.58, and b: -40.13. Similarly, in the CIE-Lab color space, it is represented as L: 62.47, a: 23.58, and b: -40.13.
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 #A48ADF
Triadic colors are three colors evenly spaced around the color wheel, including #A48ADF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A48ADF
Monochromatic colors are variations of #A48ADF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A48ADF
The complementary color of #A48ADF 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 #A48ADF
/* Using HEX */ body { background-color: #a48adf; }
/* Using RGB */ body { background-color: rgb(164, 138, 223); }
/* Using RGB with opacity */ body { background-color: rgba(164, 138, 223, 0.5); }
/* Using HSL */ body { background-color: hsl(258, 57%, 71%); }
/* Text color */ p { color: #a48adf; }
/* Box shadow */ div { box-shadow: 4px 4px #a48adf; }
HTML Examples of #A48ADF
<!-- Using HEX --> <div style="background-color: #a48adf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(164, 138, 223); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(164, 138, 223, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(258, 57%, 71%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a48adf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a48adf; width: 100px; height: 100px;"></div>
Related Colors of #A48ADF
These colors are similar to #A48ADF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.