Skip to main content Skip to docs navigation

#a44add 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 #a44add Color code in RGB color code model is created after adding 64.31% red color, 29.02% green color and 86.67% blue color. Hex #a44add Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 67% magenta, 0% yellow and 13.33% black.

Hex #a44add color code is between #aa44cc web safe hex color code and #9955ee web safe hex color code. #aa44cc is the nearest web safe color code. You can see here many more shades of #a44add color code.

RGB Chart

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

Color Table

Hex Color Code a44add #a44add
RGB Decimal 164, 74, 221 164, 74, 221
RGB Percent 64%, 29%, 87% rgb(64%, 29%, 87%)
CSS RGBa 164, 74, 221,1 rgba(164,74,221,1)
CMYK Model cmyk(26%,67%,0%,13.33%)
HSL Color Space 277,68% ,58% hsl(277,68% ,58%)
HSV Color Space 277°, 67%, 87%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100100 01001010 11011101
Octal 244 112 335
Decimal 164 74 221
Hex a4 4a dd

Different shades of #a44add color code.

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

Darkest of #a44add
#521678
Darker of #a44add
#6f1fa2
Dark of #a44add
#8d27cd
Base of #a44add
#a44add
Light of #a44add
#ba75e5
Lighter
#cfa0ed
Lightest
#e5cbf5

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

#a44add
#83dd4a

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

Split Complementary

#a44add
#cddd4a
#4add5a

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

Analogous Color

#4e4add
#674add
#a44add
#d54add
#dd4aa8

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

#a44add
#4adda4
#dda44a

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

#a44add
#dda44a
#83dd4a
#4a83dd

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

#a44add
#dd5a4a
#83dd4a
#4acddd

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

#340e4d
#521678
#6f1fa2
#8d27cd
#a44add
#ba75e5
#cfa0ed
#e5cbf5
#faf6fd

Tints of #a44add Color

#a44add
#ae5ee0
#b872e4
#c286e8
#cc9aec
#d6aeef
#e0c2f3
#ead6f7
#f4eafb
#ffffff

Shades of #a44add color code

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

#a44add
#9141c4
#7f39ab
#6d3193
#5b297a
#482062
#361849
#241031
#120818
#000000

Tones

#a44add
#9f5fc7
#9a75b2
#968a9c
#939393

Tones

Similar Color like #a44add color

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

#a54bde
#a64cdf
#a74de0
#a84ee1
#a94fe2
#aa50e3
#ab51e4
#ac52e5
#ad53e6
#ae54e7
#af55e8
#b056e9
#b157ea
#b258eb
#a349dc
#a248db
#a147da
#a046d9
#9f45d8
#9e44d7
#9d43d6
#9c42d5
#9b41d4
#9a40d3
#993fd2
#983ed1
#973dd0
#963ccf

Download this Dark Violet

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

#a44add Color Code Preview on Black Background Color

This is how #a44add Color will look on black background color. Color contrast ratio is 4.60

#a44add in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a44add

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a44add

#a44add color code is use for CSS Background Color

Background color for the above div is #a44add

HTML with inline CSS

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

#a44add color code is use for CSS Border Color

CSS Border color for the above div is #a44add

HTML with inline CSS

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

CSS Border Left color for the above div is #a44add

HTML with inline CSS

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

CSS Border Right color for the above div is #a44add

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a44add

HTML with inline CSS

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

CSS Border Top color for the above div is #a44add

HTML with inline CSS

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

#a44add hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a44add Color code Preview on White Background

This is how #a44add Color code will look on white background color. Color contrast ratio is 4.56

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

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(164,74,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(131,221,74,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,74,221,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }