Color: #A3359F

#A3359F Color Information

#A3359F is a dark color. The closest websafe version is #A3359F. A complement of this color would be #34A238, perceived brightness is 0.38, and the grayscale version is #6C6C6C.

In the HSL color space, this color has a hue angle of 302°,a saturation of 51%, and a lightness of 42%.The HSV representation shows a hue of 302°, a saturation of 67%, and a value of 64%.

In a RGB color space, #A3359F is composed of 64% red, 21% green and 62% blue. Whereas in a CMYK color space, it is composed of 0% cyan, 67% magenta, 2% yellow and 36% black.

In the Yxy color space, this color is represented as Y: 12.80, x: 0.3673, and y: 0.2108.

Color Code #A3359F

#A3359Frgb(163, 53, 159)
HEX
#A3359F
RGB
rgb(163, 53, 159)
HSL
hsl(302, 51%, 42%)
HSV
hsv(302, 67%, 64%)
CMYK
0%, 67%, 2%, 36%
XYZ
X: 22.30, Y: 12.80, Z: 25.62
Lab
L: 42.47, a: 54.92, b: -34.62
Name

Shades of Color #A3359F

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

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

#A3359Frgb(163, 53, 159)

About #A3359F Color Code

In the HSL color space, this color has a hue angle of 302°, a saturation of 51%, and a lightness of 42%. The HSV representation shows a hue of 302°, a saturation of 67%, and a value of 64%.

  • HEX: #A3359F
  • RGB: rgb(163, 53, 159)
  • HSL: hsl(302, 51%, 42%)
  • HSV: hsv(302, 67%, 64%)
  • CMYK: 0.00% cyan, 67.00% magenta, 2.00% yellow, 36.00% black
  • XYZ: 22.30, 12.80, 25.62
  • Yxy: 12.80, 0.3673, 0.2108
  • Hunter Lab: 42.47, 54.92, -34.62
  • CIE-Lab: 42.47, 54.92, -34.62

In the XYZ color space, this color is represented as X: 22.30, Y: 12.80, Z: 25.62. The Yxy representation further refines this as Y: 12.80, x: 0.3673, and y: 0.2108.

In the Hunter Lab color space, this color is represented as L: 42.47, a: 54.92, and b: -34.62. Similarly, in the CIE-Lab color space, it is represented as L: 42.47, a: 54.92, and b: -34.62.

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

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

Analogous Colors of #A3359F

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

Monochromatic Colors of #A3359F

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

Complementary Color of #A3359F

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

/* Using HEX */
body {
  background-color: #a3359f;
}
/* Using RGB */
body {
  background-color: rgb(163, 53, 159);
}
/* Using RGB with opacity */
body {
  background-color: rgba(163, 53, 159, 0.5);
}
/* Using HSL */
body {
  background-color: hsl(302, 51%, 42%);
}
/* Text color */
p {
  color: #a3359f;
}
Text Preview
/* Box shadow */
div {
  box-shadow: 4px 4px #a3359f;
}
/* Border color */
.box {
  border: 4px solid #a3359f;
}
/* Text shadow */
h1 {
  color: #222;
  text-shadow: 2px 2px 0 #a3359f;
}
Text Shadow Preview
/* Background with text */
div {
  background: #a3359f;
  color: #fff;
  padding: 16px;
  border-radius: 8px;
}
#A3359F
On Black Background
#A3359F
On White Background
#A3359F

HTML Examples of #A3359F

<!-- Using HEX -->
<div style="background-color: #a3359f; width: 100px; height: 100px;"></div>
<!-- Using RGB -->
<div style="background-color: rgb(163, 53, 159); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity -->
<div style="background-color: rgba(163, 53, 159, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL -->
<div style="background-color: hsl(302, 51%, 42%); width: 100px; height: 100px;"></div>
<!-- Text color -->
<p style="color: #a3359f;">This is a text example.</p>
Text Preview
<!-- Box shadow -->
<div style="box-shadow: 4px 4px #a3359f; width: 100px; height: 100px;"></div>
<!-- Border color -->
<div style="border: 4px solid #a3359f; width: 100px; height: 100px;"></div>
<!-- Text shadow -->
<h1 style="color: #222; text-shadow: 2px 2px 0 #a3359f;">Text Shadow Preview</h1>
Text Shadow Preview
<!-- Background with text -->
<div style="background: #a3359f; color: #fff; padding: 16px; border-radius: 8px;">
  #A3359F
</div>
#A3359F
On Black Background
#A3359F
On White Background
#A3359F

Related Colors of #A3359F

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