Color: #A164DD

#A164DD Color Information

#A164DD is a light color. The closest websafe version is #A164DD. A complement of this color would be #A1DD64, perceived brightness is 0.52, and the grayscale version is #A1A1A1.

In the HSL color space, this color has a hue angle of 270°,a saturation of 64%, and a lightness of 63%.The HSV representation shows a hue of 270°, a saturation of 55%, and a value of 87%.

In a RGB color space, #A164DD is composed of 63% red, 39% green and 87% blue. Whereas in a CMYK color space, it is composed of 27% cyan, 55% magenta, 0% yellow and 13% black.

In the Yxy color space, this color is represented as Y: 21.45, x: 0.2915, and y: 0.2031.

Color Code #A164DD

#A164DDrgb(161, 100, 221)
HEX
#A164DD
RGB
rgb(161, 100, 221)
HSL
hsl(270, 64%, 63%)
HSV
hsv(270, 55%, 87%)
CMYK
27%, 55%, 0%, 13%
XYZ
X: 30.79, Y: 21.45, Z: 53.37
Lab
L: 53.44, a: 42.47, b: -53.24
Name

Shades of Color #A164DD

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

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

#A164DDrgb(161, 100, 221)

About #A164DD Color Code

In the HSL color space, this color has a hue angle of 270°, a saturation of 64%, and a lightness of 63%. The HSV representation shows a hue of 270°, a saturation of 55%, and a value of 87%.

  • HEX: #A164DD
  • RGB: rgb(161, 100, 221)
  • HSL: hsl(270, 64%, 63%)
  • HSV: hsv(270, 55%, 87%)
  • CMYK: 27.00% cyan, 55.00% magenta, 0.00% yellow, 13.00% black
  • XYZ: 30.79, 21.45, 53.37
  • Yxy: 21.45, 0.2915, 0.2031
  • Hunter Lab: 53.44, 42.47, -53.24
  • CIE-Lab: 53.44, 42.47, -53.24

In the XYZ color space, this color is represented as X: 30.79, Y: 21.45, Z: 53.37. The Yxy representation further refines this as Y: 21.45, x: 0.2915, and y: 0.2031.

In the Hunter Lab color space, this color is represented as L: 53.44, a: 42.47, and b: -53.24. Similarly, in the CIE-Lab color space, it is represented as L: 53.44, a: 42.47, and b: -53.24.

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

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

Analogous Colors of #A164DD

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

Split Complementary Colors of #A164DD

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

Tetradic Colors of #A164DD

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

Monochromatic Colors of #A164DD

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

Complementary Color of #A164DD

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

/* Using HEX */
body {
  background-color: #a164dd;
}
/* Using RGB */
body {
  background-color: rgb(161, 100, 221);
}
/* Using RGB with opacity */
body {
  background-color: rgba(161, 100, 221, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(270, 64%, 63%);
}
/* Text color */
p {
  color: #a164dd;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a164dd;
}
/* Border color */
.box {
  border: 4px solid #a164dd;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a164dd;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a164dd;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A164DD
On Black Background
#A164DD
On White Background
#A164DD

HTML Examples of #A164DD

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

Related Colors of #A164DD

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