Color: #A48CCE

#A48CCE Color Information

#A48CCE is a light color. The closest websafe version is #A48CCE. A complement of this color would be #B6CE8D, perceived brightness is 0.61, and the grayscale version is #ADADAD.

In the HSL color space, this color has a hue angle of 262°,a saturation of 40%, and a lightness of 68%.The HSV representation shows a hue of 262°, a saturation of 32%, and a value of 81%.

In a RGB color space, #A48CCE is composed of 64% red, 55% green and 81% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 32% magenta, 0% yellow and 19% black.

In the Yxy color space, this color is represented as Y: 30.80, x: 0.3106, and y: 0.2724.

Color Code #A48CCE

#A48CCErgb(164, 140, 206)
HEX
#A48CCE
RGB
rgb(164, 140, 206)
HSL
hsl(262, 40%, 68%)
HSV
hsv(262, 32%, 81%)
CMYK
20%, 32%, 0%, 19%
XYZ
X: 35.12, Y: 30.80, Z: 47.14
Lab
L: 62.34, a: 19.40, b: -30.88
Name

Shades of Color #A48CCE

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

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

#A48CCErgb(164, 140, 206)

About #A48CCE Color Code

In the HSL color space, this color has a hue angle of 262°, a saturation of 40%, and a lightness of 68%. The HSV representation shows a hue of 262°, a saturation of 32%, and a value of 81%.

  • HEX: #A48CCE
  • RGB: rgb(164, 140, 206)
  • HSL: hsl(262, 40%, 68%)
  • HSV: hsv(262, 32%, 81%)
  • CMYK: 20.00% cyan, 32.00% magenta, 0.00% yellow, 19.00% black
  • XYZ: 35.12, 30.80, 47.14
  • Yxy: 30.80, 0.3106, 0.2724
  • Hunter Lab: 62.34, 19.40, -30.88
  • CIE-Lab: 62.34, 19.40, -30.88

In the XYZ color space, this color is represented as X: 35.12, Y: 30.80, Z: 47.14. The Yxy representation further refines this as Y: 30.80, x: 0.3106, and y: 0.2724.

In the Hunter Lab color space, this color is represented as L: 62.34, a: 19.40, and b: -30.88. Similarly, in the CIE-Lab color space, it is represented as L: 62.34, a: 19.40, and b: -30.88.

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

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

Analogous Colors of #A48CCE

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

Split Complementary Colors of #A48CCE

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

Tetradic Colors of #A48CCE

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

Monochromatic Colors of #A48CCE

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

Complementary Color of #A48CCE

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

/* Using HEX */
body {
  background-color: #a48cce;
}
/* Using RGB */
body {
  background-color: rgb(164, 140, 206);
}
/* Using RGB with opacity */
body {
  background-color: rgba(164, 140, 206, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(262, 40%, 68%);
}
/* Text color */
p {
  color: #a48cce;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a48cce;
}
/* Border color */
.box {
  border: 4px solid #a48cce;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a48cce;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a48cce;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A48CCE
On Black Background
#A48CCE
On White Background
#A48CCE

HTML Examples of #A48CCE

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

Related Colors of #A48CCE

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