Color: #AF7D9C

#AF7D9C Color Information

#AF7D9C is a light color. The closest websafe version is #AF7D9C. A complement of this color would be #7DB091, perceived brightness is 0.56, and the grayscale version is #969696.

In the HSL color space, this color has a hue angle of 323°,a saturation of 24%, and a lightness of 59%.The HSV representation shows a hue of 323°, a saturation of 29%, and a value of 69%.

In a RGB color space, #AF7D9C is composed of 69% red, 49% green and 61% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 29% magenta, 11% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 26.26, x: 0.3735, and y: 0.3128.

Color Code #AF7D9C

#AF7D9Crgb(175, 125, 156)
HEX
#AF7D9C
RGB
rgb(175, 125, 156)
HSL
hsl(323, 24%, 59%)
HSV
hsv(323, 29%, 69%)
CMYK
0%, 29%, 11%, 31%
XYZ
X: 31.35, Y: 26.26, Z: 26.33
Lab
L: 58.28, a: 23.64, b: -8.60
Name

Shades of Color #AF7D9C

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

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

#AF7D9Crgb(175, 125, 156)

About #AF7D9C Color Code

In the HSL color space, this color has a hue angle of 323°, a saturation of 24%, and a lightness of 59%. The HSV representation shows a hue of 323°, a saturation of 29%, and a value of 69%.

  • HEX: #AF7D9C
  • RGB: rgb(175, 125, 156)
  • HSL: hsl(323, 24%, 59%)
  • HSV: hsv(323, 29%, 69%)
  • CMYK: 0.00% cyan, 29.00% magenta, 11.00% yellow, 31.00% black
  • XYZ: 31.35, 26.26, 26.33
  • Yxy: 26.26, 0.3735, 0.3128
  • Hunter Lab: 58.28, 23.64, -8.60
  • CIE-Lab: 58.28, 23.64, -8.60

In the XYZ color space, this color is represented as X: 31.35, Y: 26.26, Z: 26.33. The Yxy representation further refines this as Y: 26.26, x: 0.3735, and y: 0.3128.

In the Hunter Lab color space, this color is represented as L: 58.28, a: 23.64, and b: -8.60. Similarly, in the CIE-Lab color space, it is represented as L: 58.28, a: 23.64, and b: -8.60.

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

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

Analogous Colors of #AF7D9C

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

Monochromatic Colors of #AF7D9C

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

Complementary Color of #AF7D9C

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

/* Using HEX */
body {
  background-color: #af7d9c;
}
/* Using RGB */
body {
  background-color: rgb(175, 125, 156);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 125, 156, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(323, 24%, 59%);
}
/* Text color */
p {
  color: #af7d9c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #af7d9c;
}
/* Border color */
.box {
  border: 4px solid #af7d9c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #af7d9c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #af7d9c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AF7D9C
On Black Background
#AF7D9C
On White Background
#AF7D9C

HTML Examples of #AF7D9C

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

Related Colors of #AF7D9C

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