Color: #A61DBC

#A61DBC Color Information

#A61DBC is a dark color. The closest websafe version is #A61DBC. A complement of this color would be #33BE1E, perceived brightness is 0.35, and the grayscale version is #6D6D6D.

In the HSL color space, this color has a hue angle of 292°,a saturation of 73%, and a lightness of 43%.The HSV representation shows a hue of 292°, a saturation of 100%, and a value of 100%.

In a RGB color space, #A61DBC is composed of 65% red, 11% green and 74% blue. Whereas in a CMYK color space, it is composed of 12% cyan, 85% magenta, 0% yellow and 26% black.

In the Yxy color space, this color is represented as Y: 12.41, x: 0.3316, and y: 0.1694.

Color Code #A61DBC

HEX
#A61DBC
RGB
rgb(166, 29, 188)
HSL
hsl(292, 73%, 43%)
HSV
hsv(292, 85%, 74%)
CMYK
12%, 85%, 0%, 26%
XYZ
X: 24.30, Y: 12.41, Z: 36.57
Lab
L: 41.87, a: 66.39, b: -52.71
Name

Shades of Color #A61DBC

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

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

About #A61DBC Color Code

In the HSL color space, this color has a hue angle of 292°, a saturation of 73%, and a lightness of 43%. The HSV representation shows a hue of 292°, a saturation of 85%, and a value of 74%.

  • HEX: #A61DBC
  • RGB: rgb(166, 29, 188)
  • HSL: hsl(292, 73%, 43%)
  • HSV: hsv(292, 85%, 74%)
  • CMYK: 12.00% cyan, 85.00% magenta, 0.00% yellow, 26.00% black
  • XYZ: 24.30, 12.41, 36.57
  • Yxy: 12.41, 0.3316, 0.1694
  • Hunter Lab: 41.87, 66.39, -52.71
  • CIE-Lab: 41.87, 66.39, -52.71

In the XYZ color space, this color is represented as X: 24.30, Y: 12.41, Z: 36.57. The Yxy representation further refines this as Y: 12.41, x: 0.3316, and y: 0.1694.

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

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

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

Analogous Colors of #A61DBC

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

Monochromatic Colors of #A61DBC

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

Complementary Color of #A61DBC

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

/* Using HEX */
body {
  background-color: #a61dbc;
}
/* Using RGB */
body {
  background-color: rgb(166, 29, 188);
}
/* Using RGB with opacity */
body {
  background-color: rgba(166, 29, 188, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(292, 73%, 43%);
}
/* Text color */
p {
  color: #a61dbc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a61dbc;
}

HTML Examples of #A61DBC

<!-- Using HEX -->
<div style="background-color: #a61dbc; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(166, 29, 188); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(166, 29, 188, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(292, 73%, 43%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a61dbc;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a61dbc; width: 100px; height: 100px;"></div>

Related Colors of #A61DBC

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