Skip to main content Skip to docs navigation

#a04471 hex color | Download Dark Red 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 Haze and its hex is #A44775 Nearest Color Name

Color Hue/Base color: Red

Hex #a04471 Color code in RGB color code model is created after adding 62.75% red color, 26.67% green color and 44.31% blue color. Hex #a04471 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 29% yellow and 37.25% black.

Hex #a04471 color code is between #993377 web safe hex color code and #aa5566 web safe hex color code. #993377 is the nearest web safe color code. You can see here many more shades of #a04471 color code.

RGB Chart

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

Color Table

Hex Color Code a04471 #a04471
RGB Decimal 160, 68, 113 160, 68, 113
RGB Percent 63%, 27%, 44% rgb(63%, 27%, 44%)
CSS RGBa 160, 68, 113,1 rgba(160,68,113,1)
CMYK Model cmyk(0%,58%,29%,37.25%)
HSL Color Space 331,40% ,45% hsl(331,40% ,45%)
HSV Color Space 331°, 57%, 63%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100000 01000100 01110001
Octal 240 104 161
Decimal 160 68 113
Hex a0 44 71

Different shades of #a04471 color code.

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

Darkest of #a04471
#351625
Darker of #a04471
#58263e
Dark of #a04471
#7c3558
Base of #a04471
#a04471
Light of #a04471
#ba5d8b
Lighter
#c981a4
Lightest
#d9a4be

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

#a04471
#44a073

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

Split Complementary

#a04471
#44a045
#449fa0

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

Analogous Color

#9944a0
#a04497
#a04471
#a04452
#a05c44

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

#a04471
#4471a0
#71a044

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

#a04471
#71a044
#44a073
#7344a0

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

#a04471
#9fa044
#44a073
#4544a0

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

#11070c
#351625
#58263e
#7c3558
#a04471
#ba5d8b
#c981a4
#d9a4be
#e8c8d8

Tints of #a04471 Color

#a04471
#aa5880
#b56d90
#bf82a0
#ca97b0
#d4abbf
#dfc0cf
#e9d5df
#f4eaef
#ffffff

Shades of #a04471 color code

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

#a04471
#8e3c64
#7c3457
#6a2d4b
#58253e
#471e32
#351625
#230f19
#11070c
#000000

Tones

#a04471
#895b72
#727272
#727272
#727272

Tones

Similar Color like #a04471 color

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

#a14572
#a24673
#a34774
#a44875
#a54976
#a64a77
#a74b78
#a84c79
#a94d7a
#aa4e7b
#ab4f7c
#ac507d
#ad517e
#ae527f
#9f4370
#9e426f
#9d416e
#9c406d
#9b3f6c
#9a3e6b
#993d6a
#983c69
#973b68
#963a67
#953966
#943865
#933764
#923663

Download this Dark Red

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

#a04471 Color Code Preview on Black Background Color

This is how #a04471 Color will look on black background color. Color contrast ratio is 3.56

#a04471 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a04471

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a04471

#a04471 color code is use for CSS Background Color

Background color for the above div is #a04471

HTML with inline CSS

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

#a04471 color code is use for CSS Border Color

CSS Border color for the above div is #a04471

HTML with inline CSS

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

CSS Border Left color for the above div is #a04471

HTML with inline CSS

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

CSS Border Right color for the above div is #a04471

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a04471

HTML with inline CSS

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

CSS Border Top color for the above div is #a04471

HTML with inline CSS

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

#a04471 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a04471 Color code Preview on White Background

This is how #a04471 Color code will look on white background color. Color contrast ratio is 5.90

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

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