Color: #A99CED
#A99CED Color Information
#A99CED is a light color. The closest websafe version is #A99CED. A complement of this color would be #DFED9C, perceived brightness is 0.66, and the grayscale version is #C5C5C5.
In the HSL color space, this color has a hue angle of 250°,a saturation of 69%, and a lightness of 77%.The HSV representation shows a hue of 250°, a saturation of 100%, and a value of 100%.
In a RGB color space, #A99CED is composed of 66% red, 61% green and 93% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 34% magenta, 0% yellow and 7% black.
In the Yxy color space, this color is represented as Y: 37.79, x: 0.2926, and y: 0.2619.
Color Code #A99CED
Shades of Color #A99CED
Shades are created by darkening the original color #A99CED 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 #A99CED
Tints are created by lightening the original color #A99CED 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 #A99CED Color Code
In the HSL color space, this color has a hue angle of 250°, a saturation of 69%, and a lightness of 77%. The HSV representation shows a hue of 250°, a saturation of 34%, and a value of 93%.
- HEX: #A99CED
- RGB: rgb(169, 156, 237)
- HSL: hsl(250, 69%, 77%)
- HSV: hsv(250, 34%, 93%)
- CMYK: 29.00% cyan, 34.00% magenta, 0.00% yellow, 7.00% black
- XYZ: 42.22, 37.79, 64.26
- Yxy: 37.79, 0.2926, 0.2619
- Hunter Lab: 67.87, 18.18, -39.40
- CIE-Lab: 67.87, 18.18, -39.40
In the XYZ color space, this color is represented as X: 42.22, Y: 37.79, Z: 64.26. The Yxy representation further refines this as Y: 37.79, x: 0.2926, and y: 0.2619.
In the Hunter Lab color space, this color is represented as L: 67.87, a: 18.18, and b: -39.40. Similarly, in the CIE-Lab color space, it is represented as L: 67.87, a: 18.18, and b: -39.40.
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 #A99CED
Triadic colors are three colors evenly spaced around the color wheel, including #A99CED. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A99CED
Monochromatic colors are variations of #A99CED, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A99CED
The complementary color of #A99CED 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 #A99CED
/* Using HEX */ body { background-color: #a99ced; }
/* Using RGB */ body { background-color: rgb(169, 156, 237); }
/* Using RGB with opacity */ body { background-color: rgba(169, 156, 237, 0.5); }
/* Using HSL */ body { background-color: hsl(250, 69%, 77%); }
/* Text color */ p { color: #a99ced; }
/* Box shadow */ div { box-shadow: 4px 4px #a99ced; }
HTML Examples of #A99CED
<!-- Using HEX --> <div style="background-color: #a99ced; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(169, 156, 237); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(169, 156, 237, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(250, 69%, 77%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a99ced;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a99ced; width: 100px; height: 100px;"></div>
Related Colors of #A99CED
These colors are similar to #A99CED, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.