Color: #A18BCC

#A18BCC Color Information

#A18BCC is a light color. The closest websafe version is #A18BCC. A complement of this color would be #B6CC8A, perceived brightness is 0.60, and the grayscale version is #ABABAB.

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

In a RGB color space, #A18BCC is composed of 63% red, 55% green and 80% blue. Whereas in a CMYK color space, it is composed of 21% cyan, 32% magenta, 0% yellow and 20% black.

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

Color Code #A18BCC

#A18BCCrgb(161, 139, 204)
HEX
#A18BCC
RGB
rgb(161, 139, 204)
HSL
hsl(260, 39%, 67%)
HSV
hsv(260, 32%, 80%)
CMYK
21%, 32%, 0%, 20%
XYZ
X: 34.12, Y: 30.10, Z: 46.13
Lab
L: 61.74, a: 18.58, b: -30.72
Name

Shades of Color #A18BCC

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

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

#A18BCCrgb(161, 139, 204)

About #A18BCC Color Code

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

  • HEX: #A18BCC
  • RGB: rgb(161, 139, 204)
  • HSL: hsl(260, 39%, 67%)
  • HSV: hsv(260, 32%, 80%)
  • CMYK: 21.00% cyan, 32.00% magenta, 0.00% yellow, 20.00% black
  • XYZ: 34.12, 30.10, 46.13
  • Yxy: 30.10, 0.3092, 0.2728
  • Hunter Lab: 61.74, 18.58, -30.72
  • CIE-Lab: 61.74, 18.58, -30.72

In the XYZ color space, this color is represented as X: 34.12, Y: 30.10, Z: 46.13. The Yxy representation further refines this as Y: 30.10, x: 0.3092, and y: 0.2728.

In the Hunter Lab color space, this color is represented as L: 61.74, a: 18.58, and b: -30.72. Similarly, in the CIE-Lab color space, it is represented as L: 61.74, a: 18.58, and b: -30.72.

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

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

Analogous Colors of #A18BCC

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

Monochromatic Colors of #A18BCC

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

Complementary Color of #A18BCC

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

/* Using HEX */
body {
  background-color: #a18bcc;
}
/* Using RGB */
body {
  background-color: rgb(161, 139, 204);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 139, 204, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(260, 39%, 67%);
}
/* Text color */
p {
  color: #a18bcc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a18bcc;
}
/* Border color */
.box {
  border: 4px solid #a18bcc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a18bcc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a18bcc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A18BCC
On Black Background
#A18BCC
On White Background
#A18BCC

HTML Examples of #A18BCC

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

Related Colors of #A18BCC

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