Skip to main content Skip to docs navigation

#af476a 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 Bing Cherry Pie and its hex is #AF4967 Nearest Color Name

Color Hue/Base color: Red

Hex #af476a Color code in RGB color code model is created after adding 68.63% red color, 27.84% green color and 41.57% blue color. Hex #af476a Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 59% magenta, 39% yellow and 31.37% black.

Hex #af476a color code is between #aa4466 web safe hex color code and #bb5577 web safe hex color code. #aa4466 is the nearest web safe color code. You can see here many more shades of #af476a color code.

RGB Chart

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

Color Table

Hex Color Code af476a #af476a
RGB Decimal 175, 71, 106 175, 71, 106
RGB Percent 69%, 28%, 42% rgb(69%, 28%, 42%)
CSS RGBa 175, 71, 106,1 rgba(175,71,106,1)
CMYK Model cmyk(0%,59%,39%,31.37%)
HSL Color Space 340,42% ,48% hsl(340,42% ,48%)
HSV Color Space 340°, 59%, 69%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101111 01000111 01101010
Octal 257 107 152
Decimal 175 71 106
Hex af 47 6a

Different shades of #af476a color code.

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

Darkest of #af476a
#421b28
Darker of #af476a
#662a3e
Dark of #af476a
#8b3854
Base of #af476a
#af476a
Light of #af476a
#c26786
Lighter
#d08ca3
Lightest
#dfb0c0

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

#af476a
#47af8c

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

Split Complementary

#af476a
#47af58
#479eaf

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

Analogous Color

#af47a7
#af4795
#af476a
#af4747
#af7247

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

#af476a
#476aaf
#6aaf47

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

#af476a
#6aaf47
#47af8c
#8c47af

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

#af476a
#9eaf47
#47af8c
#5847af

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

#1e0c12
#421b28
#662a3e
#8b3854
#af476a
#c26786
#d08ca3
#dfb0c0
#eed4dd

Tints of #af476a Color

#af476a
#b75b7a
#c06f8b
#c9849b
#d298ac
#dbadbc
#e4c1cd
#edd6dd
#f6eaee
#ffffff

Shades of #af476a color code

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

#af476a
#9b3f5e
#883752
#742f46
#61273a
#4d1f2f
#3a1723
#260f17
#13070b
#000000

Tones

#af476a
#966072
#7e787a
#7b7b7b
#7b7b7b

Tones

Similar Color like #af476a color

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

#b0486b
#b1496c
#b24a6d
#b34b6e
#b44c6f
#b54d70
#b64e71
#b74f72
#b85073
#b95174
#ba5275
#bb5376
#bc5477
#bd5578
#ae4669
#ad4568
#ac4467
#ab4366
#aa4265
#a94164
#a84063
#a73f62
#a63e61
#a53d60
#a43c5f
#a33b5e
#a23a5d
#a1395c

Download this Dark Red

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

#af476a Color Code Preview on Black Background Color

This is how #af476a Color will look on black background color. Color contrast ratio is 3.93

#af476a in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af476a

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af476a

#af476a color code is use for CSS Background Color

Background color for the above div is #af476a

HTML with inline CSS

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

#af476a color code is use for CSS Border Color

CSS Border color for the above div is #af476a

HTML with inline CSS

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

CSS Border Left color for the above div is #af476a

HTML with inline CSS

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

CSS Border Right color for the above div is #af476a

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af476a

HTML with inline CSS

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

CSS Border Top color for the above div is #af476a

HTML with inline CSS

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

#af476a hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af476a Color code Preview on White Background

This is how #af476a Color code will look on white background color. Color contrast ratio is 5.34

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

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