Color: #A19FBC

#A19FBC Color Information

#A19FBC is a light color. The closest websafe version is #A19FBC. A complement of this color would be #BABC9F, perceived brightness is 0.64, and the grayscale version is #AEAEAE.

In the HSL color space, this color has a hue angle of 244°,a saturation of 18%, and a lightness of 68%.The HSV representation shows a hue of 244°, a saturation of 15%, and a value of 74%.

In a RGB color space, #A19FBC is composed of 63% red, 62% green and 74% blue. Whereas in a CMYK color space, it is composed of 14% cyan, 15% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 35.83, x: 0.3231, and y: 0.3208.

Color Code #A19FBC

#A19FBCrgb(161, 159, 188)
HEX
#A19FBC
RGB
rgb(161, 159, 188)
HSL
hsl(244, 18%, 68%)
HSV
hsv(244, 15%, 74%)
CMYK
14%, 15%, 0%, 26%
XYZ
X: 36.09, Y: 35.83, Z: 39.78
Lab
L: 66.39, a: 5.19, b: -14.76
Name

Shades of Color #A19FBC

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

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

#A19FBCrgb(161, 159, 188)

About #A19FBC Color Code

In the HSL color space, this color has a hue angle of 244°, a saturation of 18%, and a lightness of 68%. The HSV representation shows a hue of 244°, a saturation of 15%, and a value of 74%.

  • HEX: #A19FBC
  • RGB: rgb(161, 159, 188)
  • HSL: hsl(244, 18%, 68%)
  • HSV: hsv(244, 15%, 74%)
  • CMYK: 14.00% cyan, 15.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 36.09, 35.83, 39.78
  • Yxy: 35.83, 0.3231, 0.3208
  • Hunter Lab: 66.39, 5.19, -14.76
  • CIE-Lab: 66.39, 5.19, -14.76

In the XYZ color space, this color is represented as X: 36.09, Y: 35.83, Z: 39.78. The Yxy representation further refines this as Y: 35.83, x: 0.3231, and y: 0.3208.

In the Hunter Lab color space, this color is represented as L: 66.39, a: 5.19, and b: -14.76. Similarly, in the CIE-Lab color space, it is represented as L: 66.39, a: 5.19, and b: -14.76.

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

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

Analogous Colors of #A19FBC

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

Split Complementary Colors of #A19FBC

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

Tetradic Colors of #A19FBC

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

Monochromatic Colors of #A19FBC

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

Complementary Color of #A19FBC

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

/* Using HEX */
body {
  background-color: #a19fbc;
}
/* Using RGB */
body {
  background-color: rgb(161, 159, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 159, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(244, 18%, 68%);
}
/* Text color */
p {
  color: #a19fbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a19fbc;
}
/* Border color */
.box {
  border: 4px solid #a19fbc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a19fbc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a19fbc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A19FBC
On Black Background
#A19FBC
On White Background
#A19FBC

HTML Examples of #A19FBC

<!-- Using HEX -->
<div style="background-color: #a19fbc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(161, 159, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(161, 159, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(244, 18%, 68%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a19fbc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a19fbc; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a19fbc; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a19fbc;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a19fbc; color: #fff; padding: 16px; border-radius: 8px;">
  #A19FBC
</div>
#A19FBC
On Black Background
#A19FBC
On White Background
#A19FBC

Related Colors of #A19FBC

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