Skip to main content Skip to docs navigation

#aa149e 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 Magentle and its hex is #AA11AA Nearest Color Name

Color Hue/Base color: Red

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

Hex #aa149e color code is between #991199 web safe hex color code and #bb22aa web safe hex color code. #991199 is the nearest web safe color code. You can see here many more shades of #aa149e color code.

RGB Chart

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

Color Table

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

Color in numbers

Type Red Green Blue
Binary 10101010 00010100 10011110
Octal 252 24 236
Decimal 170 20 158
Hex aa 14 9e

Different shades of #aa149e color code.

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

Darkest of #aa149e
#21041f
Darker of #aa149e
#4f0949
Dark of #aa149e
#7c0f74
Base of #aa149e
#aa149e
Light of #aa149e
#d819c8
Lighter
#e83cda
Lightest
#ed6ae3

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

#aa149e
#14aa20

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

Split Complementary

#aa149e
#53aa14
#14aa6b

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

Analogous Color

#5e14aa
#7714aa
#aa149e
#aa146c
#aa142d

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

#aa149e
#149eaa
#9eaa14

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

#aa149e
#9eaa14
#14aa20
#2014aa

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

#aa149e
#aa6b14
#14aa20
#1453aa

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

#000000
#21041f
#4f0949
#7c0f74
#aa149e
#d819c8
#e83cda
#ed6ae3
#f397eb

Tints of #aa149e Color

#aa149e
#b32ea8
#bc48b3
#c662be
#cf7cc9
#d996d3
#e2b0de
#eccae9
#f5e4f4
#ffffff

Shades of #aa149e color code

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

#aa149e
#97118c
#840f7a
#710d69
#5e0b57
#4b0846
#380634
#250423
#120211
#000000

Tones

#aa149e
#97278e
#843a7e
#714d6e
#5f5f5f

Tones

Similar Color like #aa149e color

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

#ab159f
#ac16a0
#ad17a1
#ae18a2
#af19a3
#b01aa4
#b11ba5
#b21ca6
#b31da7
#b41ea8
#b51fa9
#b620aa
#b721ab
#b822ac
#a9139d
#a8129c
#a7119b
#a6109a
#a50f99
#a40e98
#a30d97
#a20c96
#a10b95
#a00a94
#9f0993
#9e0892
#9d0791
#9c0690

Download this Dark Red

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

#aa149e Color Code Preview on Black Background Color

This is how #aa149e Color will look on black background color. Color contrast ratio is 3.30

#aa149e in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa149e

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa149e

#aa149e color code is use for CSS Background Color

Background color for the above div is #aa149e

HTML with inline CSS

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

#aa149e color code is use for CSS Border Color

CSS Border color for the above div is #aa149e

HTML with inline CSS

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

CSS Border Left color for the above div is #aa149e

HTML with inline CSS

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

CSS Border Right color for the above div is #aa149e

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa149e

HTML with inline CSS

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

CSS Border Top color for the above div is #aa149e

HTML with inline CSS

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

#aa149e hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa149e Color code Preview on White Background

This is how #aa149e Color code will look on white background color. Color contrast ratio is 6.36

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

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