Color: #AA638F
#AA638F Color Information
#AA638F is a dark color. The closest websafe version is #AA638F. A complement of this color would be #64AA7F, perceived brightness is 0.49, and the grayscale version is #878787.
In the HSL color space, this color has a hue angle of 323°,a saturation of 29%, and a lightness of 53%.The HSV representation shows a hue of 323°, a saturation of 42%, and a value of 67%.
In a RGB color space, #AA638F is composed of 67% red, 39% green and 56% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 42% magenta, 16% yellow and 33% black.
In the Yxy color space, this color is represented as Y: 19.55, x: 0.3908, and y: 0.2909.
Color Code #AA638F
Shades of Color #AA638F
Shades are created by darkening the original color #AA638F 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 #AA638F
Tints are created by lightening the original color #AA638F 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 #AA638F Color Code
In the HSL color space, this color has a hue angle of 323°, a saturation of 29%, and a lightness of 53%. The HSV representation shows a hue of 323°, a saturation of 42%, and a value of 67%.
- HEX: #AA638F
- RGB: rgb(170, 99, 143)
- HSL: hsl(323, 29%, 53%)
- HSV: hsv(323, 42%, 67%)
- CMYK: 0.00% cyan, 42.00% magenta, 16.00% yellow, 33.00% black
- XYZ: 26.26, 19.55, 21.39
- Yxy: 19.55, 0.3908, 0.2909
- Hunter Lab: 51.33, 33.90, -11.43
- CIE-Lab: 51.33, 33.90, -11.43
In the XYZ color space, this color is represented as X: 26.26, Y: 19.55, Z: 21.39. The Yxy representation further refines this as Y: 19.55, x: 0.3908, and y: 0.2909.
In the Hunter Lab color space, this color is represented as L: 51.33, a: 33.90, and b: -11.43. Similarly, in the CIE-Lab color space, it is represented as L: 51.33, a: 33.90, and b: -11.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 #AA638F
Triadic colors are three colors evenly spaced around the color wheel, including #AA638F. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #AA638F
Split complementary colors are two colors adjacent to the complementary color of #AA638F. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #AA638F
Monochromatic colors are variations of #AA638F, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AA638F
The complementary color of #AA638F 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 #AA638F
/* Using HEX */ body { background-color: #aa638f; }
/* Using RGB */ body { background-color: rgb(170, 99, 143); }
/* Using RGB with opacity */ body { background-color: rgba(170, 99, 143, 0.5); }
/* Using HSL */ body { background-color: hsl(323, 29%, 53%); }
/* Text color */ p { color: #aa638f; }
/* Box shadow */ div { box-shadow: 4px 4px #aa638f; }
/* Border color */ .box { border: 4px solid #aa638f; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aa638f; }
/* Background with text */ div { background: #aa638f; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AA638F
<!-- Using HEX --> <div style="background-color: #aa638f; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 99, 143); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 99, 143, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(323, 29%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aa638f;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aa638f; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aa638f; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aa638f;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aa638f; color: #fff; padding: 16px; border-radius: 8px;"> #AA638F </div>
Related Colors of #AA638F
These colors are similar to #AA638F, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.