crispedge.com

Color picker

Loading...

#ab477f hex color - Red - Warm color - Information

#ab477f hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #ab477f Color code in RGB color code model is created after adding 67.06% red color, 27.84% green color and 49.8% blue color. Hex #ab477f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 58% magenta, 26% yellow and 33% black.

Hex #ab477f color code is between #aa4477 web safe hex color code and #bb5588 web safe hex color code. #aa4477 is the nearest web safe color code. You can see here many more shades of #ab477f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeab477f#ab477f
RGB Decimal171, 71, 127rgb(171, 71, 127)
RGB Percent67%, 28%, 50%rgb(67%, 28%, 50%)
CSS RGBa171, 71, 127,1rgba(171,71,127,1)
CMYK Modelcmyk(0%,58%,26%,33%)
HSL Color Space326,41% ,47%hsl(326,41% ,47%)
HSV Color Space326°, 58%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010110100011101111111
Octal253107177
Decimal17171127
Hexab477f

Different shades of #ab477f color code.

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

Light Shade of #ab477f
#bf6698
Dark Shade of #ab477f
#873864
Saturated Shade of #ab477f
#b73b80
Desaturated Shade of #ab477f
#9f537e
Grey scale Shade of #ab477f
#797979
Brighten Shade
#c46098
Most Readable Shade
#FFFFFF

Shades of #ab477f color code

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

#ab477f
#983f70
#853762
#722f54
#5f2746
#4c1f38
#39172a
#260f1c
#13070e
#000000

Similar Color like #ab477f color

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

#ac4880
#ad4981
#ae4a82
#af4b83
#b04c84
#b14d85
#b24e86
#b34f87
#b45088
#b55189
#b6528a
#b7538b
#b8548c
#b9558d
#aa467e
#a9457d
#a8447c
#a7437b
#a6427a
#a54179
#a44078
#a33f77
#a23e76
#a13d75
#a03c74
#9f3b73
#9e3a72
#9d3971

Monochromatic Color with #ab477f

#ab477f
#d5599f
#010001
#2b1220
#562440
#80355f

Tints of #ab477f Color

#ab477f
#b45b8d
#bd6f9b
#c784a9
#d098b7
#d9adc6
#e3c1d4
#ecd6e2
#f5eaf0
#ffffff

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

#ab477f
#47ab73

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

Split Complementary

#ab477f
#4dab47
#47aba5

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

Analogous Color

#ab47a7
#ab4793
#ab477f
#ab476b
#ab4757

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

#ab477f
#7fab47
#477fab

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

#ab477f
#aba547
#47ab73
#474dab

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#ab477f
#47ab73
#47aba5
#ab474d

Double Complementary 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).

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

#ab477f Color Code Preview on Black Background Color

This is how #ab477f Color will look on black background color. Color contrast ratio is 3.94

#ab477f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab477f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab477f

#ab477f color code is use for CSS Background Color

Background color for the above div is #ab477f

HTML with inline CSS

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

#ab477f color code is use for CSS Border Color

CSS Border color for the above div is #ab477f

HTML with inline CSS

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

CSS Border Left color for the above div is #ab477f

HTML with inline CSS

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

CSS Border Right color for the above div is #ab477f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab477f

HTML with inline CSS

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

CSS Border Top color for the above div is #ab477f

HTML with inline CSS

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

#ab477f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab477f Color code Preview on White Background

This is how #ab477f Color code will look on white background color. Color contrast ratio is 5.33

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

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.