Color #A95BBC

HEX

#A95BBC

RGB

(169, 91, 188)

Quick Actions

Color Values

Color Space Values
RGB
R: 169, G: 91, B: 188 (66%, 36%, 74%)
CMYK C: 10%, M: 52%, Y: 0%, K: 26%
HSL H: 288°, S: 42%, L: 55%
HSV H: 288°, S: 52%, V: 74%
CIE-LAB L: 51.32, a: 47.11, b: -38.03
CIE-LCH L: 51.32, C: 60.54, H: 321.09
Hunter-Lab L: 44.22, a: 38.11, b: -47.91
Web Safe
#9966cc
Complementary
#6ebc5b

#A95BBC is a color with RGB values of 169 red, 91 green, and 188 blue (66%, 36%, 74% respectively). In the CMYK color space, it consists of 10% cyan, 52% magenta, 0% yellow, and 26% black. The color has a hue angle of 288°, 42% saturation, and 55% lightness in the HSL color space.

For web design purposes, the closest web-safe color is #9966cc. The complementary color is #6ebc5b, 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 #A95BBC

Explore different variations of #A95BBC 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 #A95BBC. 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 #A95BBC

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

Complementary Color

Analogous Color

Split Complementary Color

Triadic Color

Tones of #A95BBC

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

Text with #A95BBC

This text has a font color of #A95BBC.

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

#A95BBC background color

This paragraph has a background color of #A95BBC.

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

#A95BBC border color

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

#A95BBC box shadow

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