Color: #8045AF
#8045AF Color Information
#8045AF is a dark color. The closest websafe version is #8045AF. A complement of this color would be #75AF46, perceived brightness is 0.39, and the grayscale version is #7A7A7A.
In the HSL color space, this color has a hue angle of 273°,a saturation of 43%, and a lightness of 48%.The HSV representation shows a hue of 273°, a saturation of 61%, and a value of 69%.
In a RGB color space, #8045AF is composed of 50% red, 27% green and 69% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 61% magenta, 0% yellow and 31% black.
In the Yxy color space, this color is represented as Y: 11.67, x: 0.2925, and y: 0.1913.
Color Code #8045AF
Shades of Color #8045AF
Shades are created by darkening the original color #8045AF 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 #8045AF
Tints are created by lightening the original color #8045AF 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 #8045AF Color Code
In the HSL color space, this color has a hue angle of 273°, a saturation of 43%, and a lightness of 48%. The HSV representation shows a hue of 273°, a saturation of 61%, and a value of 69%.
- HEX: #8045AF
- RGB: rgb(128, 69, 175)
- HSL: hsl(273, 43%, 48%)
- HSV: hsv(273, 61%, 69%)
- CMYK: 27.00% cyan, 61.00% magenta, 0.00% yellow, 31.00% black
- XYZ: 17.84, 11.67, 31.49
- Yxy: 11.67, 0.2925, 0.1913
- Hunter Lab: 40.68, 40.58, -47.34
- CIE-Lab: 40.68, 40.58, -47.34
In the XYZ color space, this color is represented as X: 17.84, Y: 11.67, Z: 31.49. The Yxy representation further refines this as Y: 11.67, x: 0.2925, and y: 0.1913.
In the Hunter Lab color space, this color is represented as L: 40.68, a: 40.58, and b: -47.34. Similarly, in the CIE-Lab color space, it is represented as L: 40.68, a: 40.58, and b: -47.34.
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 #8045AF
Triadic colors are three colors evenly spaced around the color wheel, including #8045AF. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #8045AF
Split complementary colors are two colors adjacent to the complementary color of #8045AF. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #8045AF
Monochromatic colors are variations of #8045AF, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #8045AF
The complementary color of #8045AF 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 #8045AF
/* Using HEX */ body { background-color: #8045af; }
/* Using RGB */ body { background-color: rgb(128, 69, 175); }
/* Using RGB with opacity */ body { background-color: rgba(128, 69, 175, 0.5); }
/* Using HSL */ body { background-color: hsl(273, 43%, 48%); }
/* Text color */ p { color: #8045af; }
/* Box shadow */ div { box-shadow: 4px 4px #8045af; }
/* Border color */ .box { border: 4px solid #8045af; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #8045af; }
/* Background with text */ div { background: #8045af; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #8045AF
<!-- Using HEX --> <div style="background-color: #8045af; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(128, 69, 175); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(128, 69, 175, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(273, 43%, 48%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #8045af;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #8045af; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #8045af; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #8045af;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #8045af; color: #fff; padding: 16px; border-radius: 8px;"> #8045AF </div>
Related Colors of #8045AF
These colors are similar to #8045AF, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.