Color: #A42BDC

#A42BDC Color Information

#A42BDC is a dark color. The closest websafe version is #A42BDC. A complement of this color would be #64DD2C, perceived brightness is 0.39, and the grayscale version is #848484.

In the HSL color space, this color has a hue angle of 281°,a saturation of 72%, and a lightness of 52%.The HSV representation shows a hue of 281°, a saturation of 80%, and a value of 86%.

In a RGB color space, #A42BDC is composed of 64% red, 17% green and 86% blue. Whereas in a CMYK color space, it is composed of 25% cyan, 80% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 14.33, x: 0.2925, and y: 0.1532.

Color Code #A42BDC

#A42BDCrgb(164, 43, 220)
HEX
#A42BDC
RGB
rgb(164, 43, 220)
HSL
hsl(281, 72%, 52%)
HSV
hsv(281, 80%, 86%)
CMYK
25%, 80%, 0%, 14%
XYZ
X: 27.36, Y: 14.33, Z: 51.86
Lab
L: 44.70, a: 66.91, b: -66.66
Name

Shades of Color #A42BDC

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

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

#A42BDCrgb(164, 43, 220)

About #A42BDC Color Code

In the HSL color space, this color has a hue angle of 281°, a saturation of 72%, and a lightness of 52%. The HSV representation shows a hue of 281°, a saturation of 80%, and a value of 86%.

  • HEX: #A42BDC
  • RGB: rgb(164, 43, 220)
  • HSL: hsl(281, 72%, 52%)
  • HSV: hsv(281, 80%, 86%)
  • CMYK: 25.00% cyan, 80.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 27.36, 14.33, 51.86
  • Yxy: 14.33, 0.2925, 0.1532
  • Hunter Lab: 44.70, 66.91, -66.66
  • CIE-Lab: 44.70, 66.91, -66.66

In the XYZ color space, this color is represented as X: 27.36, Y: 14.33, Z: 51.86. The Yxy representation further refines this as Y: 14.33, x: 0.2925, and y: 0.1532.

In the Hunter Lab color space, this color is represented as L: 44.70, a: 66.91, and b: -66.66. Similarly, in the CIE-Lab color space, it is represented as L: 44.70, a: 66.91, and b: -66.66.

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

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

Analogous Colors of #A42BDC

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

Split Complementary Colors of #A42BDC

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

Tetradic Colors of #A42BDC

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

Monochromatic Colors of #A42BDC

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

Complementary Color of #A42BDC

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

/* Using HEX */
body {
  background-color: #a42bdc;
}
/* Using RGB */
body {
  background-color: rgb(164, 43, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(164, 43, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(281, 72%, 52%);
}
/* Text color */
p {
  color: #a42bdc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a42bdc;
}
/* Border color */
.box {
  border: 4px solid #a42bdc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a42bdc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a42bdc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A42BDC
On Black Background
#A42BDC
On White Background
#A42BDC

HTML Examples of #A42BDC

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

Related Colors of #A42BDC

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