Skip to main content Skip to docs navigation

#af2065 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 Murderous Magenta and its hex is #B3205F Nearest Color Name

Color Hue/Base color: Red

Hex #af2065 Color code in RGB color code model is created after adding 68.63% red color, 12.55% green color and 39.61% blue color. Hex #af2065 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 82% magenta, 42% yellow and 31.37% black.

Hex #af2065 color code is between #aa2266 web safe hex color code and #bb1155 web safe hex color code. #aa2266 is the nearest web safe color code. You can see here many more shades of #af2065 color code.

RGB Chart

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

Color Table

Hex Color Code af2065 #af2065
RGB Decimal 175, 32, 101 175, 32, 101
RGB Percent 69%, 13%, 40% rgb(69%, 13%, 40%)
CSS RGBa 175, 32, 101,1 rgba(175,32,101,1)
CMYK Model cmyk(0%,82%,42%,31.37%)
HSL Color Space 331,69% ,41% hsl(331,69% ,41%)
HSV Color Space 331°, 82%, 69%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101111 00100000 01100101
Octal 257 40 145
Decimal 175 32 101
Hex af 20 65

Different shades of #af2065 color code.

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

Darkest of #af2065
#2e081a
Darker of #af2065
#591033
Dark of #af2065
#84184c
Base of #af2065
#af2065
Light of #af2065
#d82a7e
Lighter
#e05598
Lightest
#e880b2

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

#af2065
#20af6a

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

Split Complementary

#af2065
#20af23
#20adaf

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

Analogous Color

#a620af
#af20a1
#af2065
#af2035
#af4620

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

#af2065
#2065af
#65af20

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

#af2065
#65af20
#20af6a
#6a20af

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

#af2065
#adaf20
#20af6a
#2320af

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

#030001
#2e081a
#591033
#84184c
#af2065
#d82a7e
#e05598
#e880b2
#f0abcc

Tints of #af2065 Color

#af2065
#b73876
#c05187
#c96a98
#d283a9
#db9bba
#e4b4cb
#edcddc
#f6e6ed
#ffffff

Shades of #af2065 color code

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

#af2065
#9b1c59
#88184e
#741543
#611138
#4d0e2c
#3a0a21
#260716
#13030b
#000000

Tones

#af2065
#9a3566
#864966
#715e67
#686868

Tones

Similar Color like #af2065 color

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

#b02166
#b12267
#b22368
#b32469
#b4256a
#b5266b
#b6276c
#b7286d
#b8296e
#b92a6f
#ba2b70
#bb2c71
#bc2d72
#bd2e73
#ae1f64
#ad1e63
#ac1d62
#ab1c61
#aa1b60
#a91a5f
#a8195e
#a7185d
#a6175c
#a5165b
#a4155a
#a31459
#a21358
#a11257

Download this Dark Red

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

#af2065 Color Code Preview on Black Background Color

This is how #af2065 Color will look on black background color. Color contrast ratio is 3.22

#af2065 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af2065

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af2065

#af2065 color code is use for CSS Background Color

Background color for the above div is #af2065

HTML with inline CSS

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

#af2065 color code is use for CSS Border Color

CSS Border color for the above div is #af2065

HTML with inline CSS

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

CSS Border Left color for the above div is #af2065

HTML with inline CSS

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

CSS Border Right color for the above div is #af2065

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af2065

HTML with inline CSS

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

CSS Border Top color for the above div is #af2065

HTML with inline CSS

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

#af2065 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af2065 Color code Preview on White Background

This is how #af2065 Color code will look on white background color. Color contrast ratio is 6.53

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

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