Color: #A30ADB
#A30ADB Color Information
#A30ADB is a dark color. The closest websafe version is #A30ADB. A complement of this color would be #42DB0A, perceived brightness is 0.31, and the grayscale version is #727272.
In the HSL color space, this color has a hue angle of 284°,a saturation of 91%, and a lightness of 45%.The HSV representation shows a hue of 284°, a saturation of 95%, and a value of 86%.
In a RGB color space, #A30ADB is composed of 64% red, 4% green and 86% blue. Whereas in a CMYK color space, it is composed of 26% cyan, 95% magenta, 0% yellow and 14% black.
In the Yxy color space, this color is represented as Y: 12.66, x: 0.2913, and y: 0.1407.
Color Code #A30ADB
Shades of Color #A30ADB
Shades are created by darkening the original color #A30ADB 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 #A30ADB
Tints are created by lightening the original color #A30ADB 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 #A30ADB Color Code
In the HSL color space, this color has a hue angle of 284°, a saturation of 91%, and a lightness of 45%. The HSV representation shows a hue of 284°, a saturation of 95%, and a value of 86%.
- HEX: #A30ADB
- RGB: rgb(163, 10, 219)
- HSL: hsl(284, 91%, 45%)
- HSV: hsv(284, 95%, 86%)
- CMYK: 26.00% cyan, 95.00% magenta, 0.00% yellow, 14.00% black
- XYZ: 26.22, 12.66, 51.13
- Yxy: 12.66, 0.2913, 0.1407
- Hunter Lab: 42.25, 72.88, -70.08
- CIE-Lab: 42.25, 72.88, -70.08
In the XYZ color space, this color is represented as X: 26.22, Y: 12.66, Z: 51.13. The Yxy representation further refines this as Y: 12.66, x: 0.2913, and y: 0.1407.
In the Hunter Lab color space, this color is represented as L: 42.25, a: 72.88, and b: -70.08. Similarly, in the CIE-Lab color space, it is represented as L: 42.25, a: 72.88, and b: -70.08.
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 #A30ADB
Triadic colors are three colors evenly spaced around the color wheel, including #A30ADB. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #A30ADB
Split complementary colors are two colors adjacent to the complementary color of #A30ADB. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #A30ADB
Monochromatic colors are variations of #A30ADB, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #A30ADB
The complementary color of #A30ADB 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 #A30ADB
/* Using HEX */ body { background-color: #a30adb; }
/* Using RGB */ body { background-color: rgb(163, 10, 219); }
/* Using RGB with opacity */ body { background-color: rgba(163, 10, 219, 0.5); }
/* Using HSL */ body { background-color: hsl(284, 91%, 45%); }
/* Text color */ p { color: #a30adb; }
/* Box shadow */ div { box-shadow: 4px 4px #a30adb; }
/* Border color */ .box { border: 4px solid #a30adb; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #a30adb; }
/* Background with text */ div { background: #a30adb; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #A30ADB
<!-- Using HEX --> <div style="background-color: #a30adb; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(163, 10, 219); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(163, 10, 219, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(284, 91%, 45%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #a30adb;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #a30adb; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #a30adb; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #a30adb;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #a30adb; color: #fff; padding: 16px; border-radius: 8px;"> #A30ADB </div>
Related Colors of #A30ADB
These colors are similar to #A30ADB, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.