Color: #A1399C

#A1399C Color Information

#A1399C is a dark color. The closest websafe version is #A1399C. A complement of this color would be #39A23E, perceived brightness is 0.39, and the grayscale version is #6D6D6D.

In the HSL color space, this color has a hue angle of 303°,a saturation of 48%, and a lightness of 43%.The HSV representation shows a hue of 303°, a saturation of 65%, and a value of 63%.

In a RGB color space, #A1399C is composed of 63% red, 22% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 65% magenta, 3% yellow and 37% black.

In the Yxy color space, this color is represented as Y: 12.88, x: 0.3682, and y: 0.2169.

Color Code #A1399C

#A1399Crgb(161, 57, 156)
HEX
#A1399C
RGB
rgb(161, 57, 156)
HSL
hsl(303, 48%, 43%)
HSV
hsv(303, 65%, 63%)
CMYK
0%, 65%, 3%, 37%
XYZ
X: 21.87, Y: 12.88, Z: 24.64
Lab
L: 42.58, a: 52.45, b: -32.67
Name

Shades of Color #A1399C

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

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

#A1399Crgb(161, 57, 156)

About #A1399C Color Code

In the HSL color space, this color has a hue angle of 303°, a saturation of 48%, and a lightness of 43%. The HSV representation shows a hue of 303°, a saturation of 65%, and a value of 63%.

  • HEX: #A1399C
  • RGB: rgb(161, 57, 156)
  • HSL: hsl(303, 48%, 43%)
  • HSV: hsv(303, 65%, 63%)
  • CMYK: 0.00% cyan, 65.00% magenta, 3.00% yellow, 37.00% black
  • XYZ: 21.87, 12.88, 24.64
  • Yxy: 12.88, 0.3682, 0.2169
  • Hunter Lab: 42.58, 52.45, -32.67
  • CIE-Lab: 42.58, 52.45, -32.67

In the XYZ color space, this color is represented as X: 21.87, Y: 12.88, Z: 24.64. The Yxy representation further refines this as Y: 12.88, x: 0.3682, and y: 0.2169.

In the Hunter Lab color space, this color is represented as L: 42.58, a: 52.45, and b: -32.67. Similarly, in the CIE-Lab color space, it is represented as L: 42.58, a: 52.45, and b: -32.67.

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

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

Analogous Colors of #A1399C

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

Monochromatic Colors of #A1399C

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

Complementary Color of #A1399C

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

/* Using HEX */
body {
  background-color: #a1399c;
}
/* Using RGB */
body {
  background-color: rgb(161, 57, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 57, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(303, 48%, 43%);
}
/* Text color */
p {
  color: #a1399c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a1399c;
}
/* Border color */
.box {
  border: 4px solid #a1399c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a1399c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a1399c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A1399C
On Black Background
#A1399C
On White Background
#A1399C

HTML Examples of #A1399C

<!-- Using HEX -->
<div style="background-color: #a1399c; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(161, 57, 156); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(161, 57, 156, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(303, 48%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a1399c;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a1399c; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a1399c; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a1399c;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a1399c; color: #fff; padding: 16px; border-radius: 8px;">
  #A1399C
</div>
#A1399C
On Black Background
#A1399C
On White Background
#A1399C

Related Colors of #A1399C

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