Skip to main content Skip to docs navigation

#a342aa hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Medium Purple and its hex is #9E43A2 Nearest Color Name

Color Hue/Base color: Violet

Hex #a342aa Color code in RGB color code model is created after adding 63.92% red color, 25.88% green color and 66.67% blue color. Hex #a342aa Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 61% magenta, 0% yellow and 33.33% black.

Hex #a342aa color code is between #aa4499 web safe hex color code and #9933bb web safe hex color code. #aa4499 is the nearest web safe color code. You can see here many more shades of #a342aa color code.

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code a342aa #a342aa
RGB Decimal 163, 66, 170 163, 66, 170
RGB Percent 64%, 26%, 67% rgb(64%, 26%, 67%)
CSS RGBa 163, 66, 170,1 rgba(163,66,170,1)
CMYK Model cmyk(4%,61%,0%,33.33%)
HSL Color Space 296,44% ,46% hsl(296,44% ,46%)
HSV Color Space 296°, 61%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100011 01000010 10101010
Octal 243 102 252
Decimal 163 66 170
Hex a3 42 aa

Different shades of #a342aa color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Darkest of #a342aa
#39173c
Darker of #a342aa
#5d2561
Dark of #a342aa
#803485
Base of #a342aa
#a342aa
Light of #a342aa
#ba5ec1
Lighter
#ca83cf
Lightest
#daa8dd

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#a342aa
#49aa42

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#a342aa
#7daa42
#42aa6f

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#6642aa
#7842aa
#a342aa
#aa428e
#aa4263

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#a342aa
#42aaa3
#aaa342

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#a342aa
#aaa342
#49aa42
#4249aa

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#a342aa
#aa6f42
#49aa42
#427daa

Square is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Monochromatic Color with #a342aa

#160917
#39173c
#5d2561
#803485
#a342aa
#ba5ec1
#ca83cf
#daa8dd
#e9cdeb

Tints of #a342aa Color

#a342aa
#ad57b3
#b76cbc
#c181c6
#cb96cf
#d6abd9
#e0c0e2
#ead5ec
#f4eaf5
#ffffff

Shades of #a342aa color code

Generate more color scales with scales (color stack) generator.

#a342aa
#903a97
#7e3384
#6c2c71
#5a245e
#481d4b
#361638
#240e25
#120712
#000000

Tones

#a342aa
#8f5a92
#7a717b
#767676
#767676

Tones

Similar Color like #a342aa color

Find visually similar hex color codes nearing to #a342aa hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#a443ab
#a544ac
#a645ad
#a746ae
#a847af
#a948b0
#aa49b1
#ab4ab2
#ac4bb3
#ad4cb4
#ae4db5
#af4eb6
#b04fb7
#b150b8
#a241a9
#a140a8
#a03fa7
#9f3ea6
#9e3da5
#9d3ca4
#9c3ba3
#9b3aa2
#9a39a1
#9938a0
#98379f
#97369e
#96359d
#95349c

Download this Dark Violet

Hex #a342aa Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#a342aa Color Code Preview on Black Background Color

This is how #a342aa Color will look on black background color. Color contrast ratio is 3.92

#a342aa in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#a342aa">Your Example Paragraph content text in with font color #a342aa </p>

Your Example Paragraph content text in with font color #a342aa

HTML with inline CSS

<div style="color:#a342aa">Your Paragraph text in with font color #a342aa </div>

Your Example Paragraph content text in with font color #a342aa

#a342aa color code is use for CSS Background Color

Background color for the above div is #a342aa

HTML with inline CSS

<div style="background-color:#a342aa;"></div>

#a342aa color code is use for CSS Border Color

CSS Border color for the above div is #a342aa

HTML with inline CSS

<div style="border:5px solid #a342aa;"></div>

CSS Border Left color for the above div is #a342aa

HTML with inline CSS

<div style="border-left:5px solid #a342aa;"></div>

CSS Border Right color for the above div is #a342aa

HTML with inline CSS

<div style="border-right:5px solid #a342aa;"></div>

CSS Border Bottom color for the above div is #a342aa

HTML with inline CSS

<div style="border-bottom:5px solid #a342aa;"></div>

CSS Border Top color for the above div is #a342aa

HTML with inline CSS

<div style="border-top:5px solid #a342aa;"></div>

#a342aa hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#a342aa; } .examplecolorclass {color:#a342aa; } .examplebordercolor {border:3px solid #a342aa; }

#a342aa Color code Preview on White Background

This is how #a342aa Color code will look on white background color. Color contrast ratio is 5.36

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #a342aa; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #a342aa; }

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(163,66,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(73,170,66,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(163,66,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }