Color: #AF51A5

#AF51A5 Color Information

#AF51A5 is a dark color. The closest websafe version is #AF51A5. A complement of this color would be #50AF5A, perceived brightness is 0.47, and the grayscale version is #808080.

In the HSL color space, this color has a hue angle of 306°,a saturation of 37%, and a lightness of 50%.The HSV representation shows a hue of 306°, a saturation of 54%, and a value of 69%.

In a RGB color space, #AF51A5 is composed of 69% red, 32% green and 65% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 54% magenta, 6% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 17.72, x: 0.3721, and y: 0.2419.

Color Code #AF51A5

#AF51A5rgb(175, 81, 165)
HEX
#AF51A5
RGB
rgb(175, 81, 165)
HSL
hsl(306, 37%, 50%)
HSV
hsv(306, 54%, 69%)
CMYK
0%, 54%, 6%, 31%
XYZ
X: 27.25, Y: 17.72, Z: 28.27
Lab
L: 49.15, a: 47.28, b: -27.61
Name

Shades of Color #AF51A5

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

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

#AF51A5rgb(175, 81, 165)

About #AF51A5 Color Code

In the HSL color space, this color has a hue angle of 306°, a saturation of 37%, and a lightness of 50%. The HSV representation shows a hue of 306°, a saturation of 54%, and a value of 69%.

  • HEX: #AF51A5
  • RGB: rgb(175, 81, 165)
  • HSL: hsl(306, 37%, 50%)
  • HSV: hsv(306, 54%, 69%)
  • CMYK: 0.00% cyan, 54.00% magenta, 6.00% yellow, 31.00% black
  • XYZ: 27.25, 17.72, 28.27
  • Yxy: 17.72, 0.3721, 0.2419
  • Hunter Lab: 49.15, 47.28, -27.61
  • CIE-Lab: 49.15, 47.28, -27.61

In the XYZ color space, this color is represented as X: 27.25, Y: 17.72, Z: 28.27. The Yxy representation further refines this as Y: 17.72, x: 0.3721, and y: 0.2419.

In the Hunter Lab color space, this color is represented as L: 49.15, a: 47.28, and b: -27.61. Similarly, in the CIE-Lab color space, it is represented as L: 49.15, a: 47.28, and b: -27.61.

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

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

Analogous Colors of #AF51A5

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

Monochromatic Colors of #AF51A5

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

Complementary Color of #AF51A5

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

/* Using HEX */
body {
  background-color: #af51a5;
}
/* Using RGB */
body {
  background-color: rgb(175, 81, 165);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 81, 165, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(306, 37%, 50%);
}
/* Text color */
p {
  color: #af51a5;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #af51a5;
}
/* Border color */
.box {
  border: 4px solid #af51a5;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #af51a5;
}
Text Shadow Preview
/* Background with text */
div {
  background: #af51a5;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AF51A5
On Black Background
#AF51A5
On White Background
#AF51A5

HTML Examples of #AF51A5

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

Related Colors of #AF51A5

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