Color: #AF47DC

#AF47DC Color Information

#AF47DC is a dark color. The closest websafe version is #AF47DC. A complement of this color would be #74DC47, perceived brightness is 0.47, and the grayscale version is #929292.

In the HSL color space, this color has a hue angle of 282°,a saturation of 68%, and a lightness of 57%.The HSV representation shows a hue of 282°, a saturation of 68%, and a value of 86%.

In a RGB color space, #AF47DC is composed of 69% red, 28% green and 86% blue. Whereas in a CMYK color space, it is composed of 20% cyan, 68% magenta, 0% yellow and 14% black.

In the Yxy color space, this color is represented as Y: 18.39, x: 0.3072, and y: 0.1802.

Color Code #AF47DC

#AF47DCrgb(175, 71, 220)
HEX
#AF47DC
RGB
rgb(175, 71, 220)
HSL
hsl(282, 68%, 57%)
HSV
hsv(282, 68%, 86%)
CMYK
20%, 68%, 0%, 14%
XYZ
X: 31.36, Y: 18.39, Z: 52.32
Lab
L: 49.97, a: 59.50, b: -58.08
Name

Shades of Color #AF47DC

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

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

#AF47DCrgb(175, 71, 220)

About #AF47DC Color Code

In the HSL color space, this color has a hue angle of 282°, a saturation of 68%, and a lightness of 57%. The HSV representation shows a hue of 282°, a saturation of 68%, and a value of 86%.

  • HEX: #AF47DC
  • RGB: rgb(175, 71, 220)
  • HSL: hsl(282, 68%, 57%)
  • HSV: hsv(282, 68%, 86%)
  • CMYK: 20.00% cyan, 68.00% magenta, 0.00% yellow, 14.00% black
  • XYZ: 31.36, 18.39, 52.32
  • Yxy: 18.39, 0.3072, 0.1802
  • Hunter Lab: 49.97, 59.50, -58.08
  • CIE-Lab: 49.97, 59.50, -58.08

In the XYZ color space, this color is represented as X: 31.36, Y: 18.39, Z: 52.32. The Yxy representation further refines this as Y: 18.39, x: 0.3072, and y: 0.1802.

In the Hunter Lab color space, this color is represented as L: 49.97, a: 59.50, and b: -58.08. Similarly, in the CIE-Lab color space, it is represented as L: 49.97, a: 59.50, and b: -58.08.

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

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

Analogous Colors of #AF47DC

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

Split Complementary Colors of #AF47DC

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

Tetradic Colors of #AF47DC

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

Monochromatic Colors of #AF47DC

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

Complementary Color of #AF47DC

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

/* Using HEX */
body {
  background-color: #af47dc;
}
/* Using RGB */
body {
  background-color: rgb(175, 71, 220);
}
/* Using RGB with opacity */
body {
  background-color: rgba(175, 71, 220, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(282, 68%, 57%);
}
/* Text color */
p {
  color: #af47dc;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #af47dc;
}
/* Border color */
.box {
  border: 4px solid #af47dc;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #af47dc;
}
Text Shadow Preview
/* Background with text */
div {
  background: #af47dc;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#AF47DC
On Black Background
#AF47DC
On White Background
#AF47DC

HTML Examples of #AF47DC

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

Related Colors of #AF47DC

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