Skip to main content Skip to docs navigation

#aa147b 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 Fabric of Love and its hex is #AA1177 Nearest Color Name

Color Hue/Base color: Red

Hex #aa147b Color code in RGB color code model is created after adding 66.67% red color, 7.84% green color and 48.24% blue color. Hex #aa147b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 88% magenta, 28% yellow and 33.33% black.

Hex #aa147b color code is between #991177 web safe hex color code and #bb2288 web safe hex color code. #991177 is the nearest web safe color code. You can see here many more shades of #aa147b color code.

RGB Chart

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

Color Table

Hex Color Code aa147b #aa147b
RGB Decimal 170, 20, 123 170, 20, 123
RGB Percent 67%, 8%, 48% rgb(67%, 8%, 48%)
CSS RGBa 170, 20, 123,1 rgba(170,20,123,1)
CMYK Model cmyk(0%,88%,28%,33.33%)
HSL Color Space 319,79% ,37% hsl(319,79% ,37%)
HSV Color Space 319°, 88%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 00010100 01111011
Octal 252 24 173
Decimal 170 20 123
Hex aa 14 7b

Different shades of #aa147b color code.

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

Darkest of #aa147b
#210418
Darker of #aa147b
#4f0939
Dark of #aa147b
#7c0f5a
Base of #aa147b
#aa147b
Light of #aa147b
#d8199c
Lighter
#e83cb2
Lightest
#ed6ac4

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

#aa147b
#14aa43

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

Split Complementary

#aa147b
#30aa14
#14aa8e

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

Analogous Color

#8114aa
#9a14aa
#aa147b
#aa1449
#aa1d14

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

#aa147b
#147baa
#7baa14

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

#aa147b
#7baa14
#14aa43
#4314aa

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

#aa147b
#aa8e14
#14aa43
#1430aa

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

#000000
#210418
#4f0939
#7c0f5a
#aa147b
#d8199c
#e83cb2
#ed6ac4
#f397d6

Tints of #aa147b Color

#aa147b
#b32e89
#bc4898
#c662a7
#cf7cb5
#d996c4
#e2b0d3
#eccae1
#f5e4f0
#ffffff

Shades of #aa147b color code

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

#aa147b
#97116d
#840f5f
#710d52
#5e0b44
#4b0836
#380629
#25041b
#12020d
#000000

Tones

#aa147b
#972774
#843a6d
#714d66
#5f5f5f

Tones

Similar Color like #aa147b color

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

#ab157c
#ac167d
#ad177e
#ae187f
#af1980
#b01a81
#b11b82
#b21c83
#b31d84
#b41e85
#b51f86
#b62087
#b72188
#b82289
#a9137a
#a81279
#a71178
#a61077
#a50f76
#a40e75
#a30d74
#a20c73
#a10b72
#a00a71
#9f0970
#9e086f
#9d076e
#9c066d

Download this Dark Red

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

#aa147b Color Code Preview on Black Background Color

This is how #aa147b Color will look on black background color. Color contrast ratio is 3.10

#aa147b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa147b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa147b

#aa147b color code is use for CSS Background Color

Background color for the above div is #aa147b

HTML with inline CSS

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

#aa147b color code is use for CSS Border Color

CSS Border color for the above div is #aa147b

HTML with inline CSS

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

CSS Border Left color for the above div is #aa147b

HTML with inline CSS

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

CSS Border Right color for the above div is #aa147b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa147b

HTML with inline CSS

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

CSS Border Top color for the above div is #aa147b

HTML with inline CSS

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

#aa147b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa147b Color code Preview on White Background

This is how #aa147b Color code will look on white background color. Color contrast ratio is 6.78

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

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(170,20,123,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(20,170,67,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,20,123,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }