crispedge.com

Color picker

Loading...

#af1e85 hex color - Red - Warm color - Information

#af1e85 hex color - Red - Warm color

Color Hue/Base color: Red

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

Hex #af1e85 color code is between #aa2288 web safe hex color code and #bb1177 web safe hex color code. #aa2288 is the nearest web safe color code. You can see here many more shades of #af1e85 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaf1e85#af1e85
RGB Decimal175, 30, 133rgb(175, 30, 133)
RGB Percent69%, 12%, 52%rgb(69%, 12%, 52%)
CSS RGBa175, 30, 133,1rgba(175,30,133,1)
CMYK Modelcmyk(0%,83%,24%,31%)
HSL Color Space317,71% ,40%hsl(317,71% ,40%)
HSV Color Space317°, 83%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110001111010000101
Octal25736205
Decimal17530133
Hexaf1e85

Different shades of #af1e85 color code.

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

Light Shade of #af1e85
#da26a6
Dark Shade of #af1e85
#831764
Saturated Shade of #af1e85
#b91489
Desaturated Shade of #af1e85
#a52881
Grey scale Shade of #af1e85
#666666
Brighten Shade
#c8379e
Most Readable Shade
#FFFFFF

Shades of #af1e85 color code

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

#af1e85
#9b1a76
#881767
#741458
#611049
#4d0d3b
#3a0a2c
#26061d
#13030e
#000000

Similar Color like #af1e85 color

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

#b01f86
#b12087
#b22188
#b32289
#b4238a
#b5248b
#b6258c
#b7268d
#b8278e
#b9288f
#ba2990
#bb2a91
#bc2b92
#bd2c93
#ae1d84
#ad1c83
#ac1b82
#ab1a81
#aa1980
#a9187f
#a8177e
#a7167d
#a6157c
#a5147b
#a4137a
#a31279
#a21178
#a11077

Monochromatic Color with #af1e85

#af1e85
#d925a5
#050104
#2f0824
#5a0f44
#841765

Tints of #af1e85 Color

#af1e85
#b73792
#c050a0
#c969ad
#d282bb
#db9bc8
#e4b4d6
#edcde3
#f6e6f1
#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

#af1e85
#1eaf48

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

Split Complementary

#af1e85
#3daf1e
#1eaf90

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

Analogous Color

#9f1eaf
#af1ea2
#af1e85
#af1e68
#af1e4b

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

#af1e85
#85af1e
#1e85af

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

#af1e85
#af901e
#1eaf48
#1e3caf

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

#af1e85
#1eaf48
#1eaf90
#af1e3d

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

#af1e85 Color Code Preview on Black Background Color

This is how #af1e85 Color will look on black background color. Color contrast ratio is 3.35

#af1e85 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af1e85

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af1e85

#af1e85 color code is use for CSS Background Color

Background color for the above div is #af1e85

HTML with inline CSS

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

#af1e85 color code is use for CSS Border Color

CSS Border color for the above div is #af1e85

HTML with inline CSS

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

CSS Border Left color for the above div is #af1e85

HTML with inline CSS

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

CSS Border Right color for the above div is #af1e85

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af1e85

HTML with inline CSS

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

CSS Border Top color for the above div is #af1e85

HTML with inline CSS

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

#af1e85 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af1e85 Color code Preview on White Background

This is how #af1e85 Color code will look on white background color. Color contrast ratio is 6.27

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

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