Color: #A46DBC

#A46DBC Color Information

#A46DBC is a light color. The closest websafe version is #A46DBC. A complement of this color would be #84BC6C, perceived brightness is 0.53, and the grayscale version is #959595.

In the HSL color space, this color has a hue angle of 282°,a saturation of 37%, and a lightness of 58%.The HSV representation shows a hue of 282°, a saturation of 42%, and a value of 74%.

In a RGB color space, #A46DBC is composed of 64% red, 43% green and 74% blue. Whereas in a CMYK color space, it is composed of 13% cyan, 42% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 22.27, x: 0.3272, and y: 0.2489.

Color Code #A46DBC

#A46DBCrgb(164, 109, 188)
HEX
#A46DBC
RGB
rgb(164, 109, 188)
HSL
hsl(282, 37%, 58%)
HSV
hsv(282, 42%, 74%)
CMYK
13%, 42%, 0%, 26%
XYZ
X: 29.27, Y: 22.27, Z: 37.92
Lab
L: 54.31, a: 32.97, b: -33.10
Name

Shades of Color #A46DBC

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

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

#A46DBCrgb(164, 109, 188)

About #A46DBC Color Code

In the HSL color space, this color has a hue angle of 282°, a saturation of 37%, and a lightness of 58%. The HSV representation shows a hue of 282°, a saturation of 42%, and a value of 74%.

  • HEX: #A46DBC
  • RGB: rgb(164, 109, 188)
  • HSL: hsl(282, 37%, 58%)
  • HSV: hsv(282, 42%, 74%)
  • CMYK: 13.00% cyan, 42.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 29.27, 22.27, 37.92
  • Yxy: 22.27, 0.3272, 0.2489
  • Hunter Lab: 54.31, 32.97, -33.10
  • CIE-Lab: 54.31, 32.97, -33.10

In the XYZ color space, this color is represented as X: 29.27, Y: 22.27, Z: 37.92. The Yxy representation further refines this as Y: 22.27, x: 0.3272, and y: 0.2489.

In the Hunter Lab color space, this color is represented as L: 54.31, a: 32.97, and b: -33.10. Similarly, in the CIE-Lab color space, it is represented as L: 54.31, a: 32.97, and b: -33.10.

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

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

Analogous Colors of #A46DBC

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

Monochromatic Colors of #A46DBC

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

Complementary Color of #A46DBC

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

/* Using HEX */
body {
  background-color: #a46dbc;
}
/* Using RGB */
body {
  background-color: rgb(164, 109, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(164, 109, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(282, 37%, 58%);
}
/* Text color */
p {
  color: #a46dbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a46dbc;
}
/* Border color */
.box {
  border: 4px solid #a46dbc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a46dbc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a46dbc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A46DBC
On Black Background
#A46DBC
On White Background
#A46DBC

HTML Examples of #A46DBC

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

Related Colors of #A46DBC

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