crispedge.com

Color picker

Loading...

#af3f85 hex color - Red - Warm color - Information

#af3f85 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #af3f85 Color code in RGB color code model is created after adding 68.63% red color, 24.71% green color and 52.16% blue color. Hex #af3f85 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 64% magenta, 24% yellow and 31% black.

Hex #af3f85 color code is between #aa4488 web safe hex color code and #bb3377 web safe hex color code. #aa4488 is the nearest web safe color code. You can see here many more shades of #af3f85 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaf3f85#af3f85
RGB Decimal175, 63, 133rgb(175, 63, 133)
RGB Percent69%, 25%, 52%rgb(69%, 25%, 52%)
CSS RGBa175, 63, 133,1rgba(175,63,133,1)
CMYK Modelcmyk(0%,64%,24%,31%)
HSL Color Space323,47% ,47%hsl(323,47% ,47%)
HSV Color Space322°, 64%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110011111110000101
Octal25777205
Decimal17563133
Hexaf3f85

Different shades of #af3f85 color code.

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

Light Shade of #af3f85
#c45c9d
Dark Shade of #af3f85
#893168
Saturated Shade of #af3f85
#bb3388
Desaturated Shade of #af3f85
#a34b82
Grey scale Shade of #af3f85
#777777
Brighten Shade
#c8589e
Most Readable Shade
#FFFFFF

Shades of #af3f85 color code

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

#af3f85
#9b3876
#883167
#742a58
#612349
#4d1c3b
#3a152c
#260e1d
#13070e
#000000

Similar Color like #af3f85 color

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

#b04086
#b14187
#b24288
#b34389
#b4448a
#b5458b
#b6468c
#b7478d
#b8488e
#b9498f
#ba4a90
#bb4b91
#bc4c92
#bd4d93
#ae3e84
#ad3d83
#ac3c82
#ab3b81
#aa3a80
#a9397f
#a8387e
#a7377d
#a6367c
#a5357b
#a4347a
#a33379
#a23278
#a13177

Monochromatic Color with #af3f85

#af3f85
#d94ea5
#050204
#2f1124
#5a2044
#843065

Tints of #af3f85 Color

#af3f85
#b75492
#c069a0
#c97fad
#d294bb
#dba9c8
#e4bfd6
#edd4e3
#f6e9f1
#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

#af3f85
#3faf69

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

Split Complementary

#af3f85
#4daf3f
#3fafa1

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

Analogous Color

#ac3faf
#af3f9b
#af3f85
#af3f6f
#af3f58

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

#af3f85
#85af3f
#3f85af

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

#af3f85
#afa13f
#3faf69
#3f4daf

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

#af3f85
#3faf69
#3fafa1
#af3f4d

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 #af3f85 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.

#af3f85 Color Code Preview on Black Background Color

This is how #af3f85 Color will look on black background color. Color contrast ratio is 3.87

#af3f85 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af3f85

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af3f85

#af3f85 color code is use for CSS Background Color

Background color for the above div is #af3f85

HTML with inline CSS

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

#af3f85 color code is use for CSS Border Color

CSS Border color for the above div is #af3f85

HTML with inline CSS

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

CSS Border Left color for the above div is #af3f85

HTML with inline CSS

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

CSS Border Right color for the above div is #af3f85

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af3f85

HTML with inline CSS

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

CSS Border Top color for the above div is #af3f85

HTML with inline CSS

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

#af3f85 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af3f85 Color code Preview on White Background

This is how #af3f85 Color code will look on white background color. Color contrast ratio is 5.42

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

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,63,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(63,175,105,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,63,133,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.