Color: #AE256D

#AE256D Color Information

#AE256D is a dark color. The closest websafe version is #AE256D. A complement of this color would be #25AD64, perceived brightness is 0.34, and the grayscale version is #6A6A6A.

In the HSL color space, this color has a hue angle of 328°,a saturation of 65%, and a lightness of 41%.The HSV representation shows a hue of 328°, a saturation of 79%, and a value of 68%.

In a RGB color space, #AE256D is composed of 68% red, 15% green and 43% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 79% magenta, 37% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 11.67, x: 0.4776, and y: 0.2610.

Color Code #AE256D

#AE256Drgb(174, 37, 109)
HEX
#AE256D
RGB
rgb(174, 37, 109)
HSL
hsl(328, 65%, 41%)
HSV
hsv(328, 79%, 68%)
CMYK
0%, 79%, 37%, 32%
XYZ
X: 21.36, Y: 11.67, Z: 11.69
Lab
L: 40.69, a: 58.18, b: -6.52
Name

Shades of Color #AE256D

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

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

#AE256Drgb(174, 37, 109)

About #AE256D Color Code

In the HSL color space, this color has a hue angle of 328°, a saturation of 65%, and a lightness of 41%. The HSV representation shows a hue of 328°, a saturation of 79%, and a value of 68%.

  • HEX: #AE256D
  • RGB: rgb(174, 37, 109)
  • HSL: hsl(328, 65%, 41%)
  • HSV: hsv(328, 79%, 68%)
  • CMYK: 0.00% cyan, 79.00% magenta, 37.00% yellow, 32.00% black
  • XYZ: 21.36, 11.67, 11.69
  • Yxy: 11.67, 0.4776, 0.2610
  • Hunter Lab: 40.69, 58.18, -6.52
  • CIE-Lab: 40.69, 58.18, -6.52

In the XYZ color space, this color is represented as X: 21.36, Y: 11.67, Z: 11.69. The Yxy representation further refines this as Y: 11.67, x: 0.4776, and y: 0.2610.

In the Hunter Lab color space, this color is represented as L: 40.69, a: 58.18, and b: -6.52. Similarly, in the CIE-Lab color space, it is represented as L: 40.69, a: 58.18, and b: -6.52.

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

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

Analogous Colors of #AE256D

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

Split Complementary Colors of #AE256D

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

Tetradic Colors of #AE256D

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

Monochromatic Colors of #AE256D

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

Complementary Color of #AE256D

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

/* Using HEX */
body {
  background-color: #ae256d;
}
/* Using RGB */
body {
  background-color: rgb(174, 37, 109);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 37, 109, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(328, 65%, 41%);
}
/* Text color */
p {
  color: #ae256d;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae256d;
}
/* Border color */
.box {
  border: 4px solid #ae256d;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ae256d;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ae256d;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AE256D
On Black Background
#AE256D
On White Background
#AE256D

HTML Examples of #AE256D

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

Related Colors of #AE256D

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