Skip to main content Skip to docs navigation

#aa467f 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 Pink Ballad and its hex is #A6427C Nearest Color Name

Color Hue/Base color: Red

Hex #aa467f Color code in RGB color code model is created after adding 66.67% red color, 27.45% green color and 49.8% blue color. Hex #aa467f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 59% magenta, 25% yellow and 33.33% black.

Hex #aa467f color code is between #994477 web safe hex color code and #bb5588 web safe hex color code. #994477 is the nearest web safe color code. You can see here many more shades of #aa467f color code.

RGB Chart

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

Color Table

Hex Color Code aa467f #aa467f
RGB Decimal 170, 70, 127 170, 70, 127
RGB Percent 67%, 27%, 50% rgb(67%, 27%, 50%)
CSS RGBa 170, 70, 127,1 rgba(170,70,127,1)
CMYK Model cmyk(0%,59%,25%,33.33%)
HSL Color Space 326,42% ,47% hsl(326,42% ,47%)
HSV Color Space 326°, 59%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 01000110 01111111
Octal 252 106 177
Decimal 170 70 127
Hex aa 46 7f

Different shades of #aa467f color code.

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

Darkest of #aa467f
#3e192e
Darker of #aa467f
#622849
Dark of #aa467f
#863764
Base of #aa467f
#aa467f
Light of #aa467f
#bf6498
Lighter
#ce88b0
Lightest
#ddacc8

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

#aa467f
#46aa71

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

Split Complementary

#aa467f
#4daa46
#46aaa3

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

Analogous Color

#9b46aa
#aa46a9
#aa467f
#aa465e
#aa5846

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

#aa467f
#467faa
#7faa46

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

#aa467f
#7faa46
#46aa71
#7146aa

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

#aa467f
#aaa346
#46aa71
#464daa

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

#1a0b13
#3e192e
#622849
#863764
#aa467f
#bf6498
#ce88b0
#ddacc8
#ecd0e0

Tints of #aa467f Color

#aa467f
#b35a8d
#bc6f9b
#c683a9
#cf98b7
#d9acc6
#e2c1d4
#ecd5e2
#f5eaf0
#ffffff

Shades of #aa467f color code

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

#aa467f
#973e70
#843662
#712e54
#5e2646
#4b1f38
#38172a
#250f1c
#12070e
#000000

Tones

#aa467f
#925e7c
#7a7678
#787878
#787878

Tones

Similar Color like #aa467f color

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

#ab4780
#ac4881
#ad4982
#ae4a83
#af4b84
#b04c85
#b14d86
#b24e87
#b34f88
#b45089
#b5518a
#b6528b
#b7538c
#b8548d
#a9457e
#a8447d
#a7437c
#a6427b
#a5417a
#a44079
#a33f78
#a23e77
#a13d76
#a03c75
#9f3b74
#9e3a73
#9d3972
#9c3871

Download this Dark Red

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

#aa467f Color Code Preview on Black Background Color

This is how #aa467f Color will look on black background color. Color contrast ratio is 3.89

#aa467f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa467f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa467f

#aa467f color code is use for CSS Background Color

Background color for the above div is #aa467f

HTML with inline CSS

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

#aa467f color code is use for CSS Border Color

CSS Border color for the above div is #aa467f

HTML with inline CSS

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

CSS Border Left color for the above div is #aa467f

HTML with inline CSS

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

CSS Border Right color for the above div is #aa467f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa467f

HTML with inline CSS

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

CSS Border Top color for the above div is #aa467f

HTML with inline CSS

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

#aa467f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa467f Color code Preview on White Background

This is how #aa467f Color code will look on white background color. Color contrast ratio is 5.40

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

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