Skip to main content Skip to docs navigation

#a044ad 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 Moonshadow and its hex is #9845B0 Nearest Color Name

Color Hue/Base color: Violet

Hex #a044ad Color code in RGB color code model is created after adding 62.75% red color, 26.67% green color and 67.84% blue color. Hex #a044ad Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 61% magenta, 0% yellow and 32.16% black.

Hex #a044ad color code is between #9933aa web safe hex color code and #aa55bb web safe hex color code. #9933aa is the nearest web safe color code. You can see here many more shades of #a044ad color code.

RGB Chart

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

Color Table

Hex Color Code a044ad #a044ad
RGB Decimal 160, 68, 173 160, 68, 173
RGB Percent 63%, 27%, 68% rgb(63%, 27%, 68%)
CSS RGBa 160, 68, 173,1 rgba(160,68,173,1)
CMYK Model cmyk(8%,61%,0%,32.16%)
HSL Color Space 293,44% ,47% hsl(293,44% ,47%)
HSV Color Space 293°, 61%, 68%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100000 01000100 10101101
Octal 240 104 255
Decimal 160 68 173
Hex a0 44 ad

Different shades of #a044ad color code.

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

Darkest of #a044ad
#3a193f
Darker of #a044ad
#5c2764
Dark of #a044ad
#7e3688
Base of #a044ad
#a044ad
Light of #a044ad
#b662c1
Lighter
#c787d0
Lightest
#d8acde

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

#a044ad
#51ad44

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

Split Complementary

#a044ad
#85ad44
#44ad6b

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

Analogous Color

#6344ad
#7444ad
#a044ad
#ad4497
#ad446b

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

#a044ad
#44ada0
#ada044

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

#a044ad
#ada044
#51ad44
#4451ad

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

#a044ad
#ad6b44
#51ad44
#4485ad

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

#190a1b
#3a193f
#5c2764
#7e3688
#a044ad
#b662c1
#c787d0
#d8acde
#e9d0ed

Tints of #a044ad Color

#a044ad
#aa58b6
#b56dbf
#bf82c8
#ca97d1
#d4abda
#dfc0e3
#e9d5ec
#f4eaf5
#ffffff

Shades of #a044ad color code

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

#a044ad
#8e3c99
#7c3486
#6a2d73
#582560
#471e4c
#351639
#230f26
#110713
#000000

Tones

#a044ad
#8e5c95
#7c747d
#787878
#787878

Tones

Similar Color like #a044ad color

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

#a145ae
#a246af
#a347b0
#a448b1
#a549b2
#a64ab3
#a74bb4
#a84cb5
#a94db6
#aa4eb7
#ab4fb8
#ac50b9
#ad51ba
#ae52bb
#9f43ac
#9e42ab
#9d41aa
#9c40a9
#9b3fa8
#9a3ea7
#993da6
#983ca5
#973ba4
#963aa3
#9539a2
#9438a1
#9337a0
#92369f

Download this Dark Violet

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

#a044ad Color Code Preview on Black Background Color

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

#a044ad in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a044ad

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a044ad

#a044ad color code is use for CSS Background Color

Background color for the above div is #a044ad

HTML with inline CSS

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

#a044ad color code is use for CSS Border Color

CSS Border color for the above div is #a044ad

HTML with inline CSS

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

CSS Border Left color for the above div is #a044ad

HTML with inline CSS

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

CSS Border Right color for the above div is #a044ad

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a044ad

HTML with inline CSS

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

CSS Border Top color for the above div is #a044ad

HTML with inline CSS

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

#a044ad hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a044ad Color code Preview on White Background

This is how #a044ad Color code will look on white background color. Color contrast ratio is 5.35

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

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(160,68,173,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(81,173,68,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,68,173,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }