Skip to main content Skip to docs navigation

#a331db 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 Magenta Affair and its hex is #AA44DD Nearest Color Name

Color Hue/Base color: Violet

Hex #a331db Color code in RGB color code model is created after adding 63.92% red color, 19.22% green color and 85.88% blue color. Hex #a331db Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 78% magenta, 0% yellow and 14.12% black.

Hex #a331db color code is between #aa33dd web safe hex color code and #9922cc web safe hex color code. #aa33dd is the nearest web safe color code. You can see here many more shades of #a331db color code.

RGB Chart

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

Color Table

Hex Color Code a331db #a331db
RGB Decimal 163, 49, 219 163, 49, 219
RGB Percent 64%, 19%, 86% rgb(64%, 19%, 86%)
CSS RGBa 163, 49, 219,1 rgba(163,49,219,1)
CMYK Model cmyk(26%,78%,0%,14.12%)
HSL Color Space 280,70% ,53% hsl(280,70% ,53%)
HSV Color Space 280°, 78%, 86%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100011 00110001 11011011
Octal 243 61 333
Decimal 163 49 219
Hex a3 31 db

Different shades of #a331db color code.

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

Darkest of #a331db
#471162
Darker of #a331db
#67198d
Dark of #a331db
#8720b9
Base of #a331db
#a331db
Light of #a331db
#b65ce3
Lighter
#ca88ea
Lightest
#ddb3f2

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

#a331db
#69db31

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

Split Complementary

#a331db
#bedb31
#31db4e

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

Analogous Color

#4031db
#5c31db
#a331db
#db31da
#db3193

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

#a331db
#31dba3
#dba331

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

#a331db
#dba331
#69db31
#3169db

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

#a331db
#db4e31
#69db31
#31bedb

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

#280a36
#471162
#67198d
#8720b9
#a331db
#b65ce3
#ca88ea
#ddb3f2
#f1dff9

Tints of #a331db Color

#a331db
#ad47df
#b75ee3
#c175e7
#cb8ceb
#d6a3ef
#e0baf3
#ead1f7
#f4e8fb
#ffffff

Shades of #a331db color code

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

#a331db
#902bc2
#7e26aa
#6c2092
#5a1b79
#481561
#361049
#240a30
#120518
#000000

Tones

#a331db
#9b49c3
#9261ab
#8a7a92
#868686

Tones

Similar Color like #a331db color

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

#a432dc
#a533dd
#a634de
#a735df
#a836e0
#a937e1
#aa38e2
#ab39e3
#ac3ae4
#ad3be5
#ae3ce6
#af3de7
#b03ee8
#b13fe9
#a230da
#a12fd9
#a02ed8
#9f2dd7
#9e2cd6
#9d2bd5
#9c2ad4
#9b29d3
#9a28d2
#9927d1
#9826d0
#9725cf
#9624ce
#9523cd

Download this Dark Violet

Hex #a331db 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.

#a331db Color Code Preview on Black Background Color

This is how #a331db Color will look on black background color. Color contrast ratio is 4.02

#a331db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a331db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a331db

#a331db color code is use for CSS Background Color

Background color for the above div is #a331db

HTML with inline CSS

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

#a331db color code is use for CSS Border Color

CSS Border color for the above div is #a331db

HTML with inline CSS

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

CSS Border Left color for the above div is #a331db

HTML with inline CSS

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

CSS Border Right color for the above div is #a331db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a331db

HTML with inline CSS

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

CSS Border Top color for the above div is #a331db

HTML with inline CSS

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

#a331db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a331db Color code Preview on White Background

This is how #a331db Color code will look on white background color. Color contrast ratio is 5.22

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 #a331db; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #a331db; }

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,49,219,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(105,219,49,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(163,49,219,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }