Color #AB7BB6

HEX

#AB7BB6

RGB

(171, 123, 182)

Quick Actions

Color Values

Color Space Values
RGB
R: 171, G: 123, B: 182 (67%, 48%, 71%)
CMYK C: 6%, M: 32%, Y: 0%, K: 29%
HSL H: 289°, S: 29%, L: 60%
HSV H: 289°, S: 32%, V: 71%
CIE-LAB L: 58.23, a: 29.05, b: -23.82
CIE-LCH L: 58.23, C: 37.57, H: 320.65
Hunter-Lab L: 51.19, a: 20.92, b: -29.28
Web Safe
#9966cc
Complementary
#86b67b

#AB7BB6 is a color with RGB values of 171 red, 123 green, and 182 blue (67%, 48%, 71% respectively). In the CMYK color space, it consists of 6% cyan, 32% magenta, 0% yellow, and 29% black. The color has a hue angle of 289°, 29% saturation, and 60% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #9966cc. The complementary color is #86b67b, which can be used to create high-contrast color combinations. This color can be effectively used in web design for text, backgrounds, borders, and other UI elements as demonstrated below.

Color Variations of #AB7BB6

Explore different variations of #AB7BB6 including shades, tints, and monochromatic colors. Each variation maintains the color's essence while offering different levels of intensity and brightness.

Shades

Darker variations created by mixing with black, perfect for creating depth and contrast

90% to 20% darkness

Tints

Lighter variations created by mixing with white, ideal for subtle and soft color schemes

10% to 80% lightness

Monochromatic Palette

Colors using the same hue with varying saturation and brightness, creating harmonious combinations

90% to 20% brightness scale

Using Monochromatic Colors

Monochromatic color schemes are created using different shades, tints, and tones of #AB7BB6. This palette is perfect for creating depth and visual interest while maintaining color harmony. Ideal for minimalist designs, infographics, and professional presentations.

Color Schemes with #AB7BB6

Explore different color combinations and harmonies that work well with #AB7BB6.

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #AB7BB6

A tone is produced by adding gray to any pure hue. In this case, the less saturated colors have more gray mixed in, while the more saturated ones are closer to the pure color.

How to Use #AB7BB6

Text with #AB7BB6

This text has a font color of #AB7BB6.

<span style="color:#AB7BB6;">Text here</span>
.text { color: #AB7BB6; }

#AB7BB6 background color

This paragraph has a background color of #AB7BB6.

<p style="background-color:#AB7BB6;">Content here</p>
.background { background-color: #AB7BB6; }

#AB7BB6 border color

This element has a border color of #AB7BB6.
<div style="border:1px solid #AB7BB6;">Content here</div>
.border { border: 1px solid #AB7BB6; }

#AB7BB6 box shadow

This element has a box shadow using #AB7BB6.
<div style="box-shadow: 0 4px 6px -1px #AB7BB680">Content here</div>
.shadow { box-shadow: 0 4px 6px -1px #AB7BB680; }
Copied to clipboard!