Color: #A03CCD

#A03CCD Color Information

#A03CCD is a dark color. The closest websafe version is #A03CCD. A complement of this color would be #6ACD3C, perceived brightness is 0.42, and the grayscale version is #848484.

In the HSL color space, this color has a hue angle of 281°,a saturation of 59%, and a lightness of 52%.The HSV representation shows a hue of 281°, a saturation of 71%, and a value of 80%.

In a RGB color space, #A03CCD is composed of 63% red, 24% green and 80% blue. Whereas in a CMYK color space, it is composed of 22% cyan, 71% magenta, 0% yellow and 20% black.

In the Yxy color space, this color is represented as Y: 14.76, x: 0.3032, and y: 0.1735.

Color Code #A03CCD

#A03CCDrgb(160, 60, 205)
HEX
#A03CCD
RGB
rgb(160, 60, 205)
HSL
hsl(281, 59%, 52%)
HSV
hsv(281, 71%, 80%)
CMYK
22%, 71%, 0%, 20%
XYZ
X: 25.80, Y: 14.76, Z: 44.53
Lab
L: 45.31, a: 57.96, b: -57.12
Name

Shades of Color #A03CCD

Shades are created by darkening the original color #A03CCD 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 #A03CCD

Tints are created by lightening the original color #A03CCD 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.

#A03CCDrgb(160, 60, 205)

About #A03CCD Color Code

In the HSL color space, this color has a hue angle of 281°, a saturation of 59%, and a lightness of 52%. The HSV representation shows a hue of 281°, a saturation of 71%, and a value of 80%.

  • HEX: #A03CCD
  • RGB: rgb(160, 60, 205)
  • HSL: hsl(281, 59%, 52%)
  • HSV: hsv(281, 71%, 80%)
  • CMYK: 22.00% cyan, 71.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 25.80, 14.76, 44.53
  • Yxy: 14.76, 0.3032, 0.1735
  • Hunter Lab: 45.31, 57.96, -57.12
  • CIE-Lab: 45.31, 57.96, -57.12

In the XYZ color space, this color is represented as X: 25.80, Y: 14.76, Z: 44.53. The Yxy representation further refines this as Y: 14.76, x: 0.3032, and y: 0.1735.

In the Hunter Lab color space, this color is represented as L: 45.31, a: 57.96, and b: -57.12. Similarly, in the CIE-Lab color space, it is represented as L: 45.31, a: 57.96, and b: -57.12.

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 #A03CCD

Triadic colors are three colors evenly spaced around the color wheel, including #A03CCD. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.

Analogous Colors of #A03CCD

Analogous colors are adjacent to #A03CCD on the color wheel. They create harmonious and visually pleasing designs, ideal for projects that need a cohesive look.

Split Complementary Colors of #A03CCD

Split complementary colors are two colors adjacent to the complementary color of #A03CCD. They create a balanced and visually appealing color scheme.

Tetradic Colors of #A03CCD

Tetradic colors form a rectangle on the color wheel, including #A03CCD. They provide vibrant and diverse color schemes for creative designs.

Monochromatic Colors of #A03CCD

Monochromatic colors are variations of #A03CCD, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.

Complementary Color of #A03CCD

The complementary color of #A03CCD 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 #A03CCD

/* Using HEX */
body {
  background-color: #a03ccd;
}
/* Using RGB */
body {
  background-color: rgb(160, 60, 205);
}
/* Using RGB with opacity */
body {
  background-color: rgba(160, 60, 205, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(281, 59%, 52%);
}
/* Text color */
p {
  color: #a03ccd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a03ccd;
}
/* Border color */
.box {
  border: 4px solid #a03ccd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a03ccd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a03ccd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A03CCD
On Black Background
#A03CCD
On White Background
#A03CCD

HTML Examples of #A03CCD

<!-- Using HEX -->
<div style="background-color: #a03ccd; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(160, 60, 205); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(160, 60, 205, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(281, 59%, 52%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a03ccd;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a03ccd; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a03ccd; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a03ccd;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a03ccd; color: #fff; padding: 16px; border-radius: 8px;">
  #A03CCD
</div>
#A03CCD
On Black Background
#A03CCD
On White Background
#A03CCD

Related Colors of #A03CCD

These colors are similar to #A03CCD, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.