Color: #AE195C

#AE195C Color Information

#AE195C is a dark color. The closest websafe version is #AE195C. A complement of this color would be #19AE6B, perceived brightness is 0.30, and the grayscale version is #646464.

In the HSL color space, this color has a hue angle of 333°,a saturation of 75%, and a lightness of 39%.The HSV representation shows a hue of 333°, a saturation of 86%, and a value of 68%.

In a RGB color space, #AE195C is composed of 68% red, 10% green and 36% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 86% magenta, 47% yellow and 32% black.

In the Yxy color space, this color is represented as Y: 10.76, x: 0.5161, and y: 0.2728.

Color Code #AE195C

#AE195Crgb(174, 25, 92)
HEX
#AE195C
RGB
rgb(174, 25, 92)
HSL
hsl(333, 75%, 39%)
HSV
hsv(333, 86%, 68%)
CMYK
0%, 86%, 47%, 32%
XYZ
X: 20.36, Y: 10.76, Z: 8.33
Lab
L: 39.18, a: 59.91, b: 2.02
Name

Shades of Color #AE195C

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

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

#AE195Crgb(174, 25, 92)

About #AE195C Color Code

In the HSL color space, this color has a hue angle of 333°, a saturation of 75%, and a lightness of 39%. The HSV representation shows a hue of 333°, a saturation of 86%, and a value of 68%.

  • HEX: #AE195C
  • RGB: rgb(174, 25, 92)
  • HSL: hsl(333, 75%, 39%)
  • HSV: hsv(333, 86%, 68%)
  • CMYK: 0.00% cyan, 86.00% magenta, 47.00% yellow, 32.00% black
  • XYZ: 20.36, 10.76, 8.33
  • Yxy: 10.76, 0.5161, 0.2728
  • Hunter Lab: 39.18, 59.91, 2.02
  • CIE-Lab: 39.18, 59.91, 2.02

In the XYZ color space, this color is represented as X: 20.36, Y: 10.76, Z: 8.33. The Yxy representation further refines this as Y: 10.76, x: 0.5161, and y: 0.2728.

In the Hunter Lab color space, this color is represented as L: 39.18, a: 59.91, and b: 2.02. Similarly, in the CIE-Lab color space, it is represented as L: 39.18, a: 59.91, and b: 2.02.

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

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

Analogous Colors of #AE195C

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

Split Complementary Colors of #AE195C

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

Tetradic Colors of #AE195C

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

Monochromatic Colors of #AE195C

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

Complementary Color of #AE195C

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

/* Using HEX */
body {
  background-color: #ae195c;
}
/* Using RGB */
body {
  background-color: rgb(174, 25, 92);
}
/* Using RGB with opacity */
body {
  background-color: rgba(174, 25, 92, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(333, 75%, 39%);
}
/* Text color */
p {
  color: #ae195c;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ae195c;
}
/* Border color */
.box {
  border: 4px solid #ae195c;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ae195c;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ae195c;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AE195C
On Black Background
#AE195C
On White Background
#AE195C

HTML Examples of #AE195C

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

Related Colors of #AE195C

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