Color: #AA65CF
#AA65CF Color Information
#AA65CF is a light color. The closest websafe version is #AA65CF. A complement of this color would be #89CE64, perceived brightness is 0.52, and the grayscale version is #9A9A9A.
In the HSL color space, this color has a hue angle of 279°,a saturation of 52%, and a lightness of 60%.The HSV representation shows a hue of 279°, a saturation of 51%, and a value of 81%.
In a RGB color space, #AA65CF is composed of 67% red, 40% green and 81% blue. Whereas in a CMYK color space, it is composed of 18% cyan, 51% magenta, 0% yellow and 19% black.
In the Yxy color space, this color is represented as Y: 22.06, x: 0.3150, and y: 0.2208.
Color Code #AA65CF
Shades of Color #AA65CF
Shades are created by darkening the original color #AA65CF 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 #AA65CF
Tints are created by lightening the original color #AA65CF 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 #AA65CF Color Code
In the HSL color space, this color has a hue angle of 279°, a saturation of 52%, and a lightness of 60%. The HSV representation shows a hue of 279°, a saturation of 51%, and a value of 81%.
- HEX: #AA65CF
- RGB: rgb(170, 101, 207)
- HSL: hsl(279, 52%, 60%)
- HSV: hsv(279, 51%, 81%)
- CMYK: 18.00% cyan, 51.00% magenta, 0.00% yellow, 19.00% black
- XYZ: 31.47, 22.06, 46.39
- Yxy: 22.06, 0.3150, 0.2208
- Hunter Lab: 54.09, 42.15, -44.22
- CIE-Lab: 54.09, 42.15, -44.22
In the XYZ color space, this color is represented as X: 31.47, Y: 22.06, Z: 46.39. The Yxy representation further refines this as Y: 22.06, x: 0.3150, and y: 0.2208.
In the Hunter Lab color space, this color is represented as L: 54.09, a: 42.15, and b: -44.22. Similarly, in the CIE-Lab color space, it is represented as L: 54.09, a: 42.15, and b: -44.22.
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 #AA65CF
Triadic colors are three colors evenly spaced around the color wheel, including #AA65CF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #AA65CF
Split complementary colors are two colors adjacent to the complementary color of #AA65CF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #AA65CF
Monochromatic colors are variations of #AA65CF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AA65CF
The complementary color of #AA65CF 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 #AA65CF
/* Using HEX */ body { background-color: #aa65cf; }
/* Using RGB */ body { background-color: rgb(170, 101, 207); }
/* Using RGB with opacity */ body { background-color: rgba(170, 101, 207, 0.5); }
/* Using HSL */ body { background-color: hsl(279, 52%, 60%); }
/* Text color */ p { color: #aa65cf; }
/* Box shadow */ div { box-shadow: 4px 4px #aa65cf; }
/* Border color */ .box { border: 4px solid #aa65cf; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #aa65cf; }
/* Background with text */ div { background: #aa65cf; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AA65CF
<!-- Using HEX --> <div style="background-color: #aa65cf; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(170, 101, 207); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(170, 101, 207, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(279, 52%, 60%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #aa65cf;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #aa65cf; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #aa65cf; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #aa65cf;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #aa65cf; color: #fff; padding: 16px; border-radius: 8px;"> #AA65CF </div>
Related Colors of #AA65CF
These colors are similar to #AA65CF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.