Color: #A5739C

#A5739C Color Information

#A5739C is a light color. The closest websafe version is #A5739C. A complement of this color would be #73A57C, perceived brightness is 0.53, and the grayscale version is #8C8C8C.

In the HSL color space, this color has a hue angle of 311°,a saturation of 22%, and a lightness of 55%.The HSV representation shows a hue of 311°, a saturation of 30%, and a value of 65%.

In a RGB color space, #A5739C is composed of 65% red, 45% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 30% magenta, 5% yellow and 35% black.

In the Yxy color space, this color is represented as Y: 22.68, x: 0.3636, and y: 0.2969.

Color Code #A5739C

#A5739Crgb(165, 115, 156)
HEX
#A5739C
RGB
rgb(165, 115, 156)
HSL
hsl(311, 22%, 55%)
HSV
hsv(311, 30%, 65%)
CMYK
0%, 30%, 5%, 35%
XYZ
X: 27.77, Y: 22.68, Z: 25.93
Lab
L: 54.74, a: 25.27, b: -14.01
Name

Shades of Color #A5739C

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

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

#A5739Crgb(165, 115, 156)

About #A5739C Color Code

In the HSL color space, this color has a hue angle of 311°, a saturation of 22%, and a lightness of 55%. The HSV representation shows a hue of 311°, a saturation of 30%, and a value of 65%.

  • HEX: #A5739C
  • RGB: rgb(165, 115, 156)
  • HSL: hsl(311, 22%, 55%)
  • HSV: hsv(311, 30%, 65%)
  • CMYK: 0.00% cyan, 30.00% magenta, 5.00% yellow, 35.00% black
  • XYZ: 27.77, 22.68, 25.93
  • Yxy: 22.68, 0.3636, 0.2969
  • Hunter Lab: 54.74, 25.27, -14.01
  • CIE-Lab: 54.74, 25.27, -14.01

In the XYZ color space, this color is represented as X: 27.77, Y: 22.68, Z: 25.93. The Yxy representation further refines this as Y: 22.68, x: 0.3636, and y: 0.2969.

In the Hunter Lab color space, this color is represented as L: 54.74, a: 25.27, and b: -14.01. Similarly, in the CIE-Lab color space, it is represented as L: 54.74, a: 25.27, and b: -14.01.

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

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

Analogous Colors of #A5739C

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

Monochromatic Colors of #A5739C

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

Complementary Color of #A5739C

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

/* Using HEX */
body {
  background-color: #a5739c;
}
/* Using RGB */
body {
  background-color: rgb(165, 115, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(165, 115, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(311, 22%, 55%);
}
/* Text color */
p {
  color: #a5739c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a5739c;
}
/* Border color */
.box {
  border: 4px solid #a5739c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a5739c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a5739c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A5739C
On Black Background
#A5739C
On White Background
#A5739C

HTML Examples of #A5739C

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

Related Colors of #A5739C

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