Color: #AF236C

#AF236C Color Information

#AF236C is a dark color. The closest websafe version is #AF236C. A complement of this color would be #23AF66, perceived brightness is 0.33, and the grayscale version is #696969.

In the HSL color space, this color has a hue angle of 329°,a saturation of 67%, and a lightness of 41%.The HSV representation shows a hue of 329°, a saturation of 80%, and a value of 69%.

In a RGB color space, #AF236C is composed of 69% red, 14% green and 42% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 80% magenta, 38% yellow and 31% black.

In the Yxy color space, this color is represented as Y: 11.65, x: 0.4817, and y: 0.2612.

Color Code #AF236C

#AF236Crgb(175, 35, 108)
HEX
#AF236C
RGB
rgb(175, 35, 108)
HSL
hsl(329, 67%, 41%)
HSV
hsv(329, 80%, 69%)
CMYK
0%, 80%, 38%, 31%
XYZ
X: 21.49, Y: 11.65, Z: 11.47
Lab
L: 40.66, a: 58.92, b: -5.91
Name

Shades of Color #AF236C

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

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

#AF236Crgb(175, 35, 108)

About #AF236C Color Code

In the HSL color space, this color has a hue angle of 329°, a saturation of 67%, and a lightness of 41%. The HSV representation shows a hue of 329°, a saturation of 80%, and a value of 69%.

  • HEX: #AF236C
  • RGB: rgb(175, 35, 108)
  • HSL: hsl(329, 67%, 41%)
  • HSV: hsv(329, 80%, 69%)
  • CMYK: 0.00% cyan, 80.00% magenta, 38.00% yellow, 31.00% black
  • XYZ: 21.49, 11.65, 11.47
  • Yxy: 11.65, 0.4817, 0.2612
  • Hunter Lab: 40.66, 58.92, -5.91
  • CIE-Lab: 40.66, 58.92, -5.91

In the XYZ color space, this color is represented as X: 21.49, Y: 11.65, Z: 11.47. The Yxy representation further refines this as Y: 11.65, x: 0.4817, and y: 0.2612.

In the Hunter Lab color space, this color is represented as L: 40.66, a: 58.92, and b: -5.91. Similarly, in the CIE-Lab color space, it is represented as L: 40.66, a: 58.92, and b: -5.91.

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

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

Analogous Colors of #AF236C

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

Split Complementary Colors of #AF236C

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

Tetradic Colors of #AF236C

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

Monochromatic Colors of #AF236C

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

Complementary Color of #AF236C

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

/* Using HEX */
body {
  background-color: #af236c;
}
/* Using RGB */
body {
  background-color: rgb(175, 35, 108);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 35, 108, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(329, 67%, 41%);
}
/* Text color */
p {
  color: #af236c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #af236c;
}
/* Border color */
.box {
  border: 4px solid #af236c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #af236c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #af236c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AF236C
On Black Background
#AF236C
On White Background
#AF236C

HTML Examples of #AF236C

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

Related Colors of #AF236C

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