Color: #A555AB

#A555AB Color Information

#A555AB is a dark color. The closest websafe version is #A555AB. A complement of this color would be #5AAB54, perceived brightness is 0.47, and the grayscale version is #808080.

In the HSL color space, this color has a hue angle of 296°,a saturation of 34%, and a lightness of 50%.The HSV representation shows a hue of 296°, a saturation of 50%, and a value of 67%.

In a RGB color space, #A555AB is composed of 65% red, 33% green and 67% blue. Whereas in a CMYK color space, it is composed of 4% cyan, 50% magenta, 0% yellow and 33% black.

In the Yxy color space, this color is represented as Y: 17.35, x: 0.3497, and y: 0.2358.

Color Code #A555AB

#A555ABrgb(165, 85, 171)
HEX
#A555AB
RGB
rgb(165, 85, 171)
HSL
hsl(296, 34%, 50%)
HSV
hsv(296, 50%, 67%)
CMYK
4%, 50%, 0%, 33%
XYZ
X: 25.73, Y: 17.35, Z: 30.49
Lab
L: 48.70, a: 43.03, b: -31.96
Name

Shades of Color #A555AB

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

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

#A555ABrgb(165, 85, 171)

About #A555AB Color Code

In the HSL color space, this color has a hue angle of 296°, a saturation of 34%, and a lightness of 50%. The HSV representation shows a hue of 296°, a saturation of 50%, and a value of 67%.

  • HEX: #A555AB
  • RGB: rgb(165, 85, 171)
  • HSL: hsl(296, 34%, 50%)
  • HSV: hsv(296, 50%, 67%)
  • CMYK: 4.00% cyan, 50.00% magenta, 0.00% yellow, 33.00% black
  • XYZ: 25.73, 17.35, 30.49
  • Yxy: 17.35, 0.3497, 0.2358
  • Hunter Lab: 48.70, 43.03, -31.96
  • CIE-Lab: 48.70, 43.03, -31.96

In the XYZ color space, this color is represented as X: 25.73, Y: 17.35, Z: 30.49. The Yxy representation further refines this as Y: 17.35, x: 0.3497, and y: 0.2358.

In the Hunter Lab color space, this color is represented as L: 48.70, a: 43.03, and b: -31.96. Similarly, in the CIE-Lab color space, it is represented as L: 48.70, a: 43.03, and b: -31.96.

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

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

Analogous Colors of #A555AB

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

Split Complementary Colors of #A555AB

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

Tetradic Colors of #A555AB

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

Monochromatic Colors of #A555AB

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

Complementary Color of #A555AB

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

/* Using HEX */
body {
  background-color: #a555ab;
}
/* Using RGB */
body {
  background-color: rgb(165, 85, 171);
}
/* Using RGB with opacity */
body {
  background-color: rgba(165, 85, 171, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(296, 34%, 50%);
}
/* Text color */
p {
  color: #a555ab;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a555ab;
}
/* Border color */
.box {
  border: 4px solid #a555ab;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a555ab;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a555ab;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A555AB
On Black Background
#A555AB
On White Background
#A555AB

HTML Examples of #A555AB

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

Related Colors of #A555AB

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