Color: #AE638B

#AE638B Color Information

#AE638B is a dark color. The closest websafe version is #AE638B. A complement of this color would be #64AF87, perceived brightness is 0.49, and the grayscale version is #898989.

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

In a RGB color space, #AE638B is composed of 68% red, 39% green and 55% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 43% magenta, 20% yellow and 32% black.

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

Color Code #AE638B

#AE638Brgb(174, 99, 139)
HEX
#AE638B
RGB
rgb(174, 99, 139)
HSL
hsl(328, 32%, 54%)
HSV
hsv(328, 43%, 68%)
CMYK
0%, 43%, 20%, 32%
XYZ
X: 26.96, Y: 19.93, Z: 20.24
Lab
L: 51.76, a: 34.89, b: -8.37
Name

Shades of Color #AE638B

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

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

#AE638Brgb(174, 99, 139)

About #AE638B Color Code

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

  • HEX: #AE638B
  • RGB: rgb(174, 99, 139)
  • HSL: hsl(328, 32%, 54%)
  • HSV: hsv(328, 43%, 68%)
  • CMYK: 0.00% cyan, 43.00% magenta, 20.00% yellow, 32.00% black
  • XYZ: 26.96, 19.93, 20.24
  • Yxy: 19.93, 0.4016, 0.2969
  • Hunter Lab: 51.76, 34.89, -8.37
  • CIE-Lab: 51.76, 34.89, -8.37

In the XYZ color space, this color is represented as X: 26.96, Y: 19.93, Z: 20.24. The Yxy representation further refines this as Y: 19.93, x: 0.4016, and y: 0.2969.

In the Hunter Lab color space, this color is represented as L: 51.76, a: 34.89, and b: -8.37. Similarly, in the CIE-Lab color space, it is represented as L: 51.76, a: 34.89, and b: -8.37.

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

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

Analogous Colors of #AE638B

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

Split Complementary Colors of #AE638B

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

Tetradic Colors of #AE638B

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

Monochromatic Colors of #AE638B

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

Complementary Color of #AE638B

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

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

HTML Examples of #AE638B

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

Related Colors of #AE638B

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