Color: #AC69CC
#AC69CC Color Information
#AC69CC is a light color. The closest websafe version is #AC69CC. A complement of this color would be #8ACC6B, perceived brightness is 0.53, and the grayscale version is #9B9B9B.
In the HSL color space, this color has a hue angle of 281°,a saturation of 49%, and a lightness of 61%.The HSV representation shows a hue of 281°, a saturation of 49%, and a value of 80%.
In a RGB color space, #AC69CC is composed of 67% red, 41% green and 80% blue. Whereas in a CMYK color space, it is composed of 16% cyan, 49% magenta, 0% yellow and 20% black.
In the Yxy color space, this color is represented as Y: 22.97, x: 0.3203, and y: 0.2294.
Color Code #AC69CC
Shades of Color #AC69CC
Shades are created by darkening the original color #AC69CC 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 #AC69CC
Tints are created by lightening the original color #AC69CC 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 #AC69CC Color Code
In the HSL color space, this color has a hue angle of 281°, a saturation of 49%, and a lightness of 61%. The HSV representation shows a hue of 281°, a saturation of 49%, and a value of 80%.
- HEX: #AC69CC
- RGB: rgb(172, 105, 204)
- HSL: hsl(281, 49%, 61%)
- HSV: hsv(281, 49%, 80%)
- CMYK: 16.00% cyan, 49.00% magenta, 0.00% yellow, 20.00% black
- XYZ: 32.07, 22.97, 45.07
- Yxy: 22.97, 0.3203, 0.2294
- Hunter Lab: 55.04, 40.23, -41.00
- CIE-Lab: 55.04, 40.23, -41.00
In the XYZ color space, this color is represented as X: 32.07, Y: 22.97, Z: 45.07. The Yxy representation further refines this as Y: 22.97, x: 0.3203, and y: 0.2294.
In the Hunter Lab color space, this color is represented as L: 55.04, a: 40.23, and b: -41.00. Similarly, in the CIE-Lab color space, it is represented as L: 55.04, a: 40.23, and b: -41.00.
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 #AC69CC
Triadic colors are three colors evenly spaced around the color wheel, including #AC69CC. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #AC69CC
Monochromatic colors are variations of #AC69CC, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #AC69CC
The complementary color of #AC69CC 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 #AC69CC
/* Using HEX */ body { background-color: #ac69cc; }
/* Using RGB */ body { background-color: rgb(172, 105, 204); }
/* Using RGB with opacity */ body { background-color: rgba(172, 105, 204, 0.5); }
/* Using HSL */ body { background-color: hsl(281, 49%, 61%); }
/* Text color */ p { color: #ac69cc; }
/* Box shadow */ div { box-shadow: 4px 4px #ac69cc; }
/* Border color */ .box { border: 4px solid #ac69cc; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #ac69cc; }
/* Background with text */ div { background: #ac69cc; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #AC69CC
<!-- Using HEX --> <div style="background-color: #ac69cc; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(172, 105, 204); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(172, 105, 204, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(281, 49%, 61%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #ac69cc;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #ac69cc; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #ac69cc; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #ac69cc;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #ac69cc; color: #fff; padding: 16px; border-radius: 8px;"> #AC69CC </div>
Related Colors of #AC69CC
These colors are similar to #AC69CC, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.