Color: #AF7CDD
#AF7CDD Color Information
#AF7CDD is a light color. The closest websafe version is #AF7CDD. A complement of this color would be #AADE7D, perceived brightness is 0.59, and the grayscale version is #ADADAD.
In the HSL color space, this color has a hue angle of 272°,a saturation of 59%, and a lightness of 68%.The HSV representation shows a hue of 272°, a saturation of 100%, and a value of 100%.
In a RGB color space, #AF7CDD is composed of 69% red, 49% green and 87% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 44% magenta, 0% yellow and 13% black.
In the Yxy color space, this color is represented as Y: 28.37, x: 0.3083, and y: 0.2377.
Color Code #AF7CDD
Shades of Color #AF7CDD
Shades are created by darkening the original color #AF7CDD 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 #AF7CDD
Tints are created by lightening the original color #AF7CDD 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 #AF7CDD Color Code
In the HSL color space, this color has a hue angle of 272°, a saturation of 59%, and a lightness of 68%. The HSV representation shows a hue of 272°, a saturation of 44%, and a value of 87%.
- HEX: #AF7CDD
- RGB: rgb(175, 124, 221)
- HSL: hsl(272, 59%, 68%)
- HSV: hsv(272, 44%, 87%)
- CMYK: 21.00% cyan, 44.00% magenta, 0.00% yellow, 13.00% black
- XYZ: 36.80, 28.37, 54.19
- Yxy: 28.37, 0.3083, 0.2377
- Hunter Lab: 60.22, 34.14, -42.43
- CIE-Lab: 60.22, 34.14, -42.43
In the XYZ color space, this color is represented as X: 36.80, Y: 28.37, Z: 54.19. The Yxy representation further refines this as Y: 28.37, x: 0.3083, and y: 0.2377.
In the Hunter Lab color space, this color is represented as L: 60.22, a: 34.14, and b: -42.43. Similarly, in the CIE-Lab color space, it is represented as L: 60.22, a: 34.14, and b: -42.43.
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 #AF7CDD
Triadic colors are three colors evenly spaced around the color wheel, including #AF7CDD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AF7CDD
Monochromatic colors are variations of #AF7CDD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AF7CDD
The complementary color of #AF7CDD 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 #AF7CDD
/* Using HEX */ body { background-color: #af7cdd; }
/* Using RGB */ body { background-color: rgb(175, 124, 221); }
/* Using RGB with opacity */ body { background-color: rgba(175, 124, 221, 0.5); }
/* Using HSL */ body { background-color: hsl(272, 59%, 68%); }
/* Text color */ p { color: #af7cdd; }
/* Box shadow */ div { box-shadow: 4px 4px #af7cdd; }
HTML Examples of #AF7CDD
<!-- Using HEX --> <div style="background-color: #af7cdd; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(175, 124, 221); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(175, 124, 221, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(272, 59%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #af7cdd;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #af7cdd; width: 100px; height: 100px;"></div>
Related Colors of #AF7CDD
These colors are similar to #AF7CDD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.