crispedge.com

Color picker

Loading...

#af0f70 hex color - Red - Warm color - Information

#af0f70 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

Hex #af0f70 Color code in RGB color code model is created after adding 68.63% red color, 5.88% green color and 43.92% blue color. Hex #af0f70 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 91% magenta, 36% yellow and 31% black.

Hex #af0f70 color code is between #aa1177 web safe hex color code and #bb0066 web safe hex color code. #aa1177 is the nearest web safe color code. You can see here many more shades of #af0f70 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaf0f70#af0f70
RGB Decimal175, 15, 112rgb(175, 15, 112)
RGB Percent69%, 6%, 44%rgb(69%, 6%, 44%)
CSS RGBa175, 15, 112,1rgba(175,15,112,1)
CMYK Modelcmyk(0%,91%,36%,31%)
HSL Color Space324,84% ,37%hsl(324,84% ,37%)
HSV Color Space324°, 91%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110000111101110000
Octal25717160
Decimal17515112
Hexaf0f70

Different shades of #af0f70 color code.

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

Light Shade of #af0f70
#de138e
Dark Shade of #af0f70
#800b52
Saturated Shade of #af0f70
#b80572
Desaturated Shade of #af0f70
#a5186e
Grey scale Shade of #af0f70
#5f5f5f
Brighten Shade
#c82889
Most Readable Shade
#FFFFFF

Shades of #af0f70 color code

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

#af0f70
#9b0d63
#880b57
#740a4a
#61083e
#4d0631
#3a0525
#260318
#13010c
#000000

Similar Color like #af0f70 color

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

#b01071
#b11172
#b21273
#b31374
#b41475
#b51576
#b61677
#b71778
#b81879
#b9197a
#ba1a7b
#bb1b7c
#bc1c7d
#bd1d7e
#ae0e6f
#ad0d6e
#ac0c6d
#ab0b6c
#aa0a6b
#a9096a
#a80869
#a70768
#a60667
#a50566
#a40465
#a30364
#a20263
#a10162

Monochromatic Color with #af0f70

#af0f70
#d9138b
#050003
#2f041e
#5a083a
#840b55

Tints of #af0f70 Color

#af0f70
#b7297f
#c0448f
#c95f9f
#d279af
#db94bf
#e4afcf
#edc9df
#f6e4ef
#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

#af0f70
#0faf4e

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

Split Complementary

#af0f70
#20af0f
#0faf9e

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

Analogous Color

#ae0faf
#af0f90
#af0f70
#af0f50
#af0f30

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

#af0f70
#70af0f
#0f70af

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

#af0f70
#af9e0f
#0faf4e
#0f20af

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

#af0f70
#0faf4e
#0faf9e
#af0f20

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

#af0f70 Color Code Preview on Black Background Color

This is how #af0f70 Color will look on black background color. Color contrast ratio is 3.13

#af0f70 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af0f70

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af0f70

#af0f70 color code is use for CSS Background Color

Background color for the above div is #af0f70

HTML with inline CSS

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

#af0f70 color code is use for CSS Border Color

CSS Border color for the above div is #af0f70

HTML with inline CSS

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

CSS Border Left color for the above div is #af0f70

HTML with inline CSS

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

CSS Border Right color for the above div is #af0f70

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af0f70

HTML with inline CSS

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

CSS Border Top color for the above div is #af0f70

HTML with inline CSS

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

#af0f70 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af0f70 Color code Preview on White Background

This is how #af0f70 Color code will look on white background color. Color contrast ratio is 6.72

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

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,15,112,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(15,175,78,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,15,112,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.