Color: #A22DFC

#A22DFC Color Information

#A22DFC is a dark color. The closest websafe version is #A22DFC. A complement of this color would be #86FC2C, perceived brightness is 0.41, and the grayscale version is #959595.

In the HSL color space, this color has a hue angle of 274°,a saturation of 97%, and a lightness of 58%.The HSV representation shows a hue of 274°, a saturation of 82%, and a value of 99%.

In a RGB color space, #A22DFC is composed of 64% red, 18% green and 99% blue. Whereas in a CMYK color space, it is composed of 36% cyan, 82% magenta, 0% yellow and 1% black.

In the Yxy color space, this color is represented as Y: 15.82, x: 0.2628, and y: 0.1355.

Color Code #A22DFC

#A22DFCrgb(162, 45, 252)
HEX
#A22DFC
RGB
rgb(162, 45, 252)
HSL
hsl(274, 97%, 58%)
HSV
hsv(274, 82%, 99%)
CMYK
36%, 82%, 0%, 1%
XYZ
X: 30.69, Y: 15.82, Z: 70.28
Lab
L: 46.74, a: 70.97, b: -81.41
Name

Shades of Color #A22DFC

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

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

#A22DFCrgb(162, 45, 252)

About #A22DFC Color Code

In the HSL color space, this color has a hue angle of 274°, a saturation of 97%, and a lightness of 58%. The HSV representation shows a hue of 274°, a saturation of 82%, and a value of 99%.

  • HEX: #A22DFC
  • RGB: rgb(162, 45, 252)
  • HSL: hsl(274, 97%, 58%)
  • HSV: hsv(274, 82%, 99%)
  • CMYK: 36.00% cyan, 82.00% magenta, 0.00% yellow, 100.00% black
  • XYZ: 30.69, 15.82, 70.28
  • Yxy: 15.82, 0.2628, 0.1355
  • Hunter Lab: 46.74, 70.97, -81.41
  • CIE-Lab: 46.74, 70.97, -81.41

In the XYZ color space, this color is represented as X: 30.69, Y: 15.82, Z: 70.28. The Yxy representation further refines this as Y: 15.82, x: 0.2628, and y: 0.1355.

In the Hunter Lab color space, this color is represented as L: 46.74, a: 70.97, and b: -81.41. Similarly, in the CIE-Lab color space, it is represented as L: 46.74, a: 70.97, and b: -81.41.

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

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

Analogous Colors of #A22DFC

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

Split Complementary Colors of #A22DFC

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

Tetradic Colors of #A22DFC

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

Monochromatic Colors of #A22DFC

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

Complementary Color of #A22DFC

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

/* Using HEX */
body {
  background-color: #a22dfc;
}
/* Using RGB */
body {
  background-color: rgb(162, 45, 252);
}
/* Using RGB with opacity */
body {
  background-color: rgba(162, 45, 252, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(274, 97%, 58%);
}
/* Text color */
p {
  color: #a22dfc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a22dfc;
}
/* Border color */
.box {
  border: 4px solid #a22dfc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a22dfc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a22dfc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A22DFC
On Black Background
#A22DFC
On White Background
#A22DFC

HTML Examples of #A22DFC

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

Related Colors of #A22DFC

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