crispedge.com

#af13ac hex color - Red - Warm color - Information

#af13ac hex color - Red - Warm color

Color Hue/Base color: Red

Hex #af13ac Color code in RGB color code model is created after adding 68.63% red color, 7.45% green color and 67.45% blue color. Hex #af13ac Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 89% magenta, 2% yellow and 31% black.

Hex #af13ac color code is between #aa11aa web safe hex color code and #bb22bb web safe hex color code. #aa11aa is the nearest web safe color code. You can see here many more shades of #af13ac color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaf13ac#af13ac
RGB Decimal175, 19, 172rgb(175, 19, 172)
RGB Percent69%, 7%, 67%rgb(69%, 7%, 67%)
CSS RGBa175, 19, 172,1rgba(175,19,172,1)
CMYK Modelcmyk(0%,89%,2%,31%)
HSL Color Space301,80% ,38%hsl(301,80% ,38%)
HSV Color Space301°, 89%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110001001110101100
Octal25723254
Decimal17519172
Hexaf13ac

Different shades of #af13ac color code.

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

Light Shade of #af13ac
#dd18d9
Dark Shade of #af13ac
#810e7f
Saturated Shade of #af13ac
#b909b5
Desaturated Shade of #af13ac
#a51da3
Grey scale Shade of #af13ac
#616161
Brighten Shade
#c82cc5
Most Readable Shade
#FFFFFF

Shades of #af13ac color code

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

#af13ac
#9b1098
#880e85
#740c72
#610a5f
#4d084c
#3a0639
#260426
#130213
#000000

Similar Color like #af13ac color

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

#b014ad
#b115ae
#b216af
#b317b0
#b418b1
#b519b2
#b61ab3
#b71bb4
#b81cb5
#b91db6
#ba1eb7
#bb1fb8
#bc20b9
#bd21ba
#ae12ab
#ad11aa
#ac10a9
#ab0fa8
#aa0ea7
#a90da6
#a80ca5
#a70ba4
#a60aa3
#a509a2
#a408a1
#a307a0
#a2069f
#a1059e

Monochromatic Color with #af13ac

#af13ac
#d918d6
#050105
#2f052f
#5a0a58
#840e82

Tints of #af13ac Color

#af13ac
#b72db5
#c047be
#c961c7
#d27bd0
#db96da
#e4b0e3
#edcaec
#f6e4f5
#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

#af13ac
#13af16

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

Split Complementary

#af13ac
#5eaf13
#13af64

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

Analogous Color

#7413af
#9313af
#af13ac
#af138d
#af136e

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

#af13ac
#acaf13
#13acaf

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

#af13ac
#af6413
#13af16
#135eaf

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

#af13ac
#13af16
#13af64
#af135e

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

#af13ac Color Code Preview on Black Background Color

This is how #af13ac Color will look on black background color. Color contrast ratio is 3.51

#af13ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af13ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af13ac

#af13ac color code is use for CSS Background Color

Background color for the above div is #af13ac

HTML with inline CSS

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

#af13ac color code is use for CSS Border Color

CSS Border color for the above div is #af13ac

HTML with inline CSS

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

CSS Border Left color for the above div is #af13ac

HTML with inline CSS

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

CSS Border Right color for the above div is #af13ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af13ac

HTML with inline CSS

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

CSS Border Top color for the above div is #af13ac

HTML with inline CSS

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

#af13ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af13ac Color code Preview on White Background

This is how #af13ac Color code will look on white background color. Color contrast ratio is 5.98

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

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,19,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(19,175,22,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,19,172,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.

< /html>