Color: #A033DB
#A033DB Color Information
#A033DB is a dark color. The closest websafe version is #A033DB. A complement of this color would be #6EDB33, perceived brightness is 0.40, and the grayscale version is #878787.
In the HSL color space, this color has a hue angle of 279°,a saturation of 70%, and a lightness of 53%.The HSV representation shows a hue of 279°, a saturation of 77%, and a value of 86%.
In a RGB color space, #A033DB is composed of 63% red, 20% green and 86% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 77% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 14.49, x: 0.2887, and y: 0.1564.
Color Code #A033DB
Shades of Color #A033DB
Shades are created by darkening the original color #A033DB 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 #A033DB
Tints are created by lightening the original color #A033DB 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 #A033DB Color Code
In the HSL color space, this color has a hue angle of 279°, a saturation of 70%, and a lightness of 53%. The HSV representation shows a hue of 279°, a saturation of 77%, and a value of 86%.
- HEX: #A033DB
- RGB: rgb(160, 51, 219)
- HSL: hsl(279, 70%, 53%)
- HSV: hsv(279, 77%, 86%)
- CMYK: 27.00% cyan, 77.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 26.74, 14.49, 51.40
- Yxy: 14.49, 0.2887, 0.1564
- Hunter Lab: 44.93, 63.45, -65.76
- CIE-Lab: 44.93, 63.45, -65.76
In the XYZ color space, this color is represented as X: 26.74, Y: 14.49, Z: 51.40. The Yxy representation further refines this as Y: 14.49, x: 0.2887, and y: 0.1564.
In the Hunter Lab color space, this color is represented as L: 44.93, a: 63.45, and b: -65.76. Similarly, in the CIE-Lab color space, it is represented as L: 44.93, a: 63.45, and b: -65.76.
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 #A033DB
Triadic colors are three colors evenly spaced around the color wheel, including #A033DB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Monochromatic Colors of #A033DB
Monochromatic colors are variations of #A033DB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A033DB
The complementary color of #A033DB 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 #A033DB
/* Using HEX */ body { background-color: #a033db; }
/* Using RGB */ body { background-color: rgb(160, 51, 219); }
/* Using RGB with opacity */ body { background-color: rgba(160, 51, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(279, 70%, 53%); }
/* Text color */ p { color: #a033db; }
/* Box shadow */ div { box-shadow: 4px 4px #a033db; }
/* Border color */ .box { border: 4px solid #a033db; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a033db; }
/* Background with text */ div { background: #a033db; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A033DB
<!-- Using HEX --> <div style="background-color: #a033db; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(160, 51, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(160, 51, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(279, 70%, 53%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a033db;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a033db; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a033db; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a033db;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a033db; color: #fff; padding: 16px; border-radius: 8px;"> #A033DB </div>
Related Colors of #A033DB
These colors are similar to #A033DB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.