Skip to main content Skip to docs navigation

#aa105f 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 Plum Paradise and its hex is #AA1166 Nearest Color Name

Color Hue/Base color: Red

Hex #aa105f Color code in RGB color code model is created after adding 66.67% red color, 6.27% green color and 37.25% blue color. Hex #aa105f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 91% magenta, 44% yellow and 33.33% black.

Hex #aa105f color code is between #991166 web safe hex color code and #bb0055 web safe hex color code. #991166 is the nearest web safe color code. You can see here many more shades of #aa105f color code.

RGB Chart

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

Color Table

Hex Color Code aa105f #aa105f
RGB Decimal 170, 16, 95 170, 16, 95
RGB Percent 67%, 6%, 37% rgb(67%, 6%, 37%)
CSS RGBa 170, 16, 95,1 rgba(170,16,95,1)
CMYK Model cmyk(0%,91%,44%,33.33%)
HSL Color Space 329,83% ,36% hsl(329,83% ,36%)
HSV Color Space 329°, 91%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 00010000 01011111
Octal 252 20 137
Decimal 170 16 95
Hex aa 10 5f

Different shades of #aa105f color code.

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

Darkest of #aa105f
#1e0311
Darker of #aa105f
#4d072b
Dark of #aa105f
#7b0c45
Base of #aa105f
#aa105f
Light of #aa105f
#d91479
Lighter
#ec3492
Lightest
#f063ab

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

#aa105f
#10aa5b

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

Split Complementary

#aa105f
#12aa10
#10aaa8

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

Analogous Color

#9b10aa
#aa109f
#aa105f
#aa102c
#aa3410

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

#aa105f
#105faa
#5faa10

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

#aa105f
#5faa10
#10aa5b
#5b10aa

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

#aa105f
#aaa810
#10aa5b
#1012aa

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

#000000
#1e0311
#4d072b
#7b0c45
#aa105f
#d91479
#ec3492
#f063ab
#f591c4

Tints of #aa105f Color

#aa105f
#b32a70
#bc4582
#c65f94
#cf7aa6
#d994b7
#e2afc9
#ecc9db
#f5e4ed
#ffffff

Shades of #aa105f color code

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

#aa105f
#970e54
#840c49
#710a3f
#5e0834
#4b072a
#38051f
#250315
#12010a
#000000

Tones

#aa105f
#97235f
#85355e
#72485e
#605a5d

Tones

Similar Color like #aa105f color

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

#ab1160
#ac1261
#ad1362
#ae1463
#af1564
#b01665
#b11766
#b21867
#b31968
#b41a69
#b51b6a
#b61c6b
#b71d6c
#b81e6d
#a90f5e
#a80e5d
#a70d5c
#a60c5b
#a50b5a
#a40a59
#a30958
#a20857
#a10756
#a00655
#9f0554
#9e0453
#9d0352
#9c0251

Download this Dark Red

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

#aa105f Color Code Preview on Black Background Color

This is how #aa105f Color will look on black background color. Color contrast ratio is 2.95

#aa105f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa105f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa105f

#aa105f color code is use for CSS Background Color

Background color for the above div is #aa105f

HTML with inline CSS

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

#aa105f color code is use for CSS Border Color

CSS Border color for the above div is #aa105f

HTML with inline CSS

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

CSS Border Left color for the above div is #aa105f

HTML with inline CSS

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

CSS Border Right color for the above div is #aa105f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa105f

HTML with inline CSS

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

CSS Border Top color for the above div is #aa105f

HTML with inline CSS

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

#aa105f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa105f Color code Preview on White Background

This is how #aa105f Color code will look on white background color. Color contrast ratio is 7.12

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

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