Skip to main content Skip to docs navigation

#ab668d 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 Wild Mulberry and its hex is #A96388 Nearest Color Name

Color Hue/Base color: Red

Hex #ab668d Color code in RGB color code model is created after adding 67.06% red color, 40% green color and 55.29% blue color. Hex #ab668d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 18% yellow and 32.94% black.

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

RGB Chart

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

Color Table

Hex Color Code ab668d #ab668d
RGB Decimal 171, 102, 141 171, 102, 141
RGB Percent 67%, 40%, 55% rgb(67%, 40%, 55%)
CSS RGBa 171, 102, 141,1 rgba(171,102,141,1)
CMYK Model cmyk(0%,40%,18%,32.94%)
HSL Color Space 326,29% ,54% hsl(326,29% ,54%)
HSV Color Space 326°, 40%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101011 01100110 10001101
Octal 253 146 215
Decimal 171 102 141
Hex ab 66 8d

Different shades of #ab668d color code.

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

Darkest of #ab668d
#4d2b3e
Darker of #ab668d
#6e3d59
Dark of #ab668d
#8f4f73
Base of #ab668d
#ab668d
Light of #ab668d
#bd87a6
Lighter
#cfa8be
Lightest
#e1c9d7

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

#ab668d
#66ab84

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

Split Complementary

#ab668d
#6bab66
#66aba7

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

Analogous Color

#a166ab
#ab66aa
#ab668d
#ab6676
#ab7366

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

#ab668d
#668dab
#8dab66

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

#ab668d
#8dab66
#66ab84
#8466ab

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

#ab668d
#aba766
#66ab84
#666bab

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

#2d1824
#4d2b3e
#6e3d59
#8f4f73
#ab668d
#bd87a6
#cfa8be
#e1c9d7
#f3eaef

Tints of #ab668d Color

#ab668d
#b47799
#bd88a6
#c799b3
#d0aabf
#d9bbcc
#e3ccd9
#ecdde5
#f5eef2
#ffffff

Shades of #ab668d color code

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

#ab668d
#985a7d
#854f6d
#72445e
#5f384e
#4c2d3e
#39222f
#26161f
#130b0f
#000000

Tones

#ab668d
#937e8a
#898989
#898989
#898989

Tones

Similar Color like #ab668d color

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

#ac678e
#ad688f
#ae6990
#af6a91
#b06b92
#b16c93
#b26d94
#b36e95
#b46f96
#b57097
#b67198
#b77299
#b8739a
#b9749b
#aa658c
#a9648b
#a8638a
#a76289
#a66188
#a56087
#a45f86
#a35e85
#a25d84
#a15c83
#a05b82
#9f5a81
#9e5980
#9d587f

Download this Dark Red

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

#ab668d Color Code Preview on Black Background Color

This is how #ab668d Color will look on black background color. Color contrast ratio is 5.02

#ab668d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab668d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab668d

#ab668d color code is use for CSS Background Color

Background color for the above div is #ab668d

HTML with inline CSS

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

#ab668d color code is use for CSS Border Color

CSS Border color for the above div is #ab668d

HTML with inline CSS

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

CSS Border Left color for the above div is #ab668d

HTML with inline CSS

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

CSS Border Right color for the above div is #ab668d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab668d

HTML with inline CSS

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

CSS Border Top color for the above div is #ab668d

HTML with inline CSS

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

#ab668d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab668d Color code Preview on White Background

This is how #ab668d Color code will look on white background color. Color contrast ratio is 4.19

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

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