Skip to main content Skip to docs navigation

#af6d8b hex color | Dark Red & Warm color | 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 Purple Starburst and its hex is #B16D90 Nearest Color Name

Color Hue/Base color: Red

Hex #af6d8b Color code in RGB color code model is created after adding 68.63% red color, 42.75% green color and 54.51% blue color. Hex #af6d8b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 21% yellow and 31.37% black.

Hex #af6d8b color code is between #aa6688 web safe hex color code and #bb7799 web safe hex color code. #aa6688 is the nearest web safe color code. You can see here many more shades of #af6d8b color code.

RGB Chart

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

Color Table

Hex Color Code af6d8b #af6d8b
RGB Decimal 175, 109, 139 175, 109, 139
RGB Percent 69%, 43%, 55% rgb(69%, 43%, 55%)
CSS RGBa 175, 109, 139,1 rgba(175,109,139,1)
CMYK Model cmyk(0%,38%,21%,31.37%)
HSL Color Space 333,29% ,56% hsl(333,29% ,56%)
HSV Color Space 333°, 38%, 69%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101111 01101101 10001011
Octal 257 155 213
Decimal 175 109 139
Hex af 6d 8b

Different shades of #af6d8b color code.

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

Darkest of #af6d8b
#552e40
Darker of #af6d8b
#764059
Dark of #af6d8b
#975271
Base of #af6d8b
#af6d8b
Light of #af6d8b
#c18ea5
Lighter
#d3afbf
Lightest
#e5d0da

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

#af6d8b
#6daf91

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

Split Complementary

#af6d8b
#6daf70
#6dacaf

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

Analogous Color

#ad6daf
#af6da7
#af6d8b
#af6d75
#af816d

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

#af6d8b
#6d8baf
#8baf6d

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

#af6d8b
#8baf6d
#6daf91
#916daf

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

#af6d8b
#acaf6d
#6daf91
#706daf

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

#341c27
#552e40
#764059
#975271
#af6d8b
#c18ea5
#d3afbf
#e5d0da
#f7f1f4

Tints of #af6d8b Color

#af6d8b
#b77d97
#c08da4
#c99db1
#d2adbe
#dbbecb
#e4ced8
#eddee5
#f6eef2
#ffffff

Shades of #af6d8b color code

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

#af6d8b
#9b607b
#88546c
#74485c
#613c4d
#4d303d
#3a242e
#26181e
#130c0f
#000000

Tones

#af6d8b
#98848d
#8e8e8e
#8e8e8e
#8e8e8e

Tones

Similar Color like #af6d8b color

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

#b06e8c
#b16f8d
#b2708e
#b3718f
#b47290
#b57391
#b67492
#b77593
#b87694
#b97795
#ba7896
#bb7997
#bc7a98
#bd7b99
#ae6c8a
#ad6b89
#ac6a88
#ab6987
#aa6886
#a96785
#a86684
#a76583
#a66482
#a56381
#a46280
#a3617f
#a2607e
#a15f7d

Download this

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

#af6d8b Color Code Preview on Black Background Color

This is how #af6d8b Color will look on black background color. Color contrast ratio is 5.38

#af6d8b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af6d8b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af6d8b

#af6d8b color code is use for CSS Background Color

Background color for the above div is #af6d8b

HTML with inline CSS

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

#af6d8b color code is use for CSS Border Color

CSS Border color for the above div is #af6d8b

HTML with inline CSS

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

CSS Border Left color for the above div is #af6d8b

HTML with inline CSS

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

CSS Border Right color for the above div is #af6d8b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af6d8b

HTML with inline CSS

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

CSS Border Top color for the above div is #af6d8b

HTML with inline CSS

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

#af6d8b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af6d8b Color code Preview on White Background

This is how #af6d8b Color code will look on white background color. Color contrast ratio is 3.90

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(175,109,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(109,175,145,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,109,139,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }