Color: #AB75A7

#AB75A7 Color Information

#AB75A7 is a light color. The closest websafe version is #AB75A7. A complement of this color would be #74AA77, perceived brightness is 0.54, and the grayscale version is #909090.

In the HSL color space, this color has a hue angle of 304°,a saturation of 24%, and a lightness of 56%.The HSV representation shows a hue of 304°, a saturation of 32%, and a value of 67%.

In a RGB color space, #AB75A7 is composed of 67% red, 46% green and 65% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 32% magenta, 2% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 24.16, x: 0.3580, and y: 0.2870.

Color Code #AB75A7

#AB75A7rgb(171, 117, 167)
HEX
#AB75A7
RGB
rgb(171, 117, 167)
HSL
hsl(304, 24%, 56%)
HSV
hsv(304, 32%, 67%)
CMYK
0%, 32%, 2%, 33%
XYZ
X: 30.14, Y: 24.16, Z: 29.89
Lab
L: 56.24, a: 27.93, b: -18.01
Name

Shades of Color #AB75A7

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

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

#AB75A7rgb(171, 117, 167)

About #AB75A7 Color Code

In the HSL color space, this color has a hue angle of 304°, a saturation of 24%, and a lightness of 56%. The HSV representation shows a hue of 304°, a saturation of 32%, and a value of 67%.

  • HEX: #AB75A7
  • RGB: rgb(171, 117, 167)
  • HSL: hsl(304, 24%, 56%)
  • HSV: hsv(304, 32%, 67%)
  • CMYK: 0.00% cyan, 32.00% magenta, 2.00% yellow, 33.00% black
  • XYZ: 30.14, 24.16, 29.89
  • Yxy: 24.16, 0.3580, 0.2870
  • Hunter Lab: 56.24, 27.93, -18.01
  • CIE-Lab: 56.24, 27.93, -18.01

In the XYZ color space, this color is represented as X: 30.14, Y: 24.16, Z: 29.89. The Yxy representation further refines this as Y: 24.16, x: 0.3580, and y: 0.2870.

In the Hunter Lab color space, this color is represented as L: 56.24, a: 27.93, and b: -18.01. Similarly, in the CIE-Lab color space, it is represented as L: 56.24, a: 27.93, and b: -18.01.

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

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

Analogous Colors of #AB75A7

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

Split Complementary Colors of #AB75A7

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

Tetradic Colors of #AB75A7

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

Monochromatic Colors of #AB75A7

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

Complementary Color of #AB75A7

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

/* Using HEX */
body {
  background-color: #ab75a7;
}
/* Using RGB */
body {
  background-color: rgb(171, 117, 167);
}
/* Using RGB with opacity */
body {
  background-color: rgba(171, 117, 167, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(304, 24%, 56%);
}
/* Text color */
p {
  color: #ab75a7;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #ab75a7;
}
/* Border color */
.box {
  border: 4px solid #ab75a7;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #ab75a7;
}
Text Shadow Preview
/* Background with text */
div {
  background: #ab75a7;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AB75A7
On Black Background
#AB75A7
On White Background
#AB75A7

HTML Examples of #AB75A7

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

Related Colors of #AB75A7

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