crispedge.com

Color picker

Loading...

#af94a0 hex color - Violet - Warm color - Information

#af94a0 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #af94a0 Color code in RGB color code model is created after adding 68.63% red color, 58.04% green color and 62.75% blue color. Hex #af94a0 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 9% yellow and 31% black.

Hex #af94a0 color code is between #aa9999 web safe hex color code and #bb88aa web safe hex color code. #aa9999 is the nearest web safe color code. You can see here many more shades of #af94a0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaf94a0#af94a0
RGB Decimal175, 148, 160rgb(175, 148, 160)
RGB Percent69%, 58%, 63%rgb(69%, 58%, 63%)
CSS RGBa175, 148, 160,1rgba(175,148,160,1)
CMYK Modelcmyk(0%,15%,9%,31%)
HSL Color Space333,14% ,63%hsl(333,14% ,63%)
HSV Color Space333°, 15%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111001010010100000
Octal257224240
Decimal175148160
Hexaf94a0

Different shades of #af94a0 color code.

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

Light Shade of #af94a0
#c5b1ba
Dark Shade of #af94a0
#997786
Saturated Shade of #af94a0
#b88b9f
Desaturated Shade of #af94a0
#a69da1
Grey scale Shade of #af94a0
#a1a1a1
Brighten Shade
#c8adb9
Most Readable Shade
#000000

Shades of #af94a0 color code

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

#af94a0
#9b838e
#88737c
#74626a
#615258
#4d4147
#3a3135
#262023
#131011
#000000

Similar Color like #af94a0 color

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

#b095a1
#b196a2
#b297a3
#b398a4
#b499a5
#b59aa6
#b69ba7
#b79ca8
#b89da9
#b99eaa
#ba9fab
#bba0ac
#bca1ad
#bda2ae
#ae939f
#ad929e
#ac919d
#ab909c
#aa8f9b
#a98e9a
#a88d99
#a78c98
#a68b97
#a58a96
#a48995
#a38894
#a28793
#a18692

Monochromatic Color with #af94a0

#af94a0
#d9b8c7
#050405
#2f282b
#5a4c52
#847079

Tints of #af94a0 Color

#af94a0
#b79faa
#c0abb5
#c9b7bf
#d2c3ca
#dbcfd4
#e4dbdf
#ede7e9
#f6f3f4
#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

#af94a0
#94afa3

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

Split Complementary

#af94a0
#94af96
#94adaf

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

Analogous Color

#af94ab
#af94a5
#af94a0
#af949b
#af9495

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

#af94a0
#a0af94
#94a0af

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

#af94a0
#adaf94
#94afa3
#9594af

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

#af94a0
#94afa3
#94adaf
#af9694

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

#af94a0 Color Code Preview on Black Background Color

This is how #af94a0 Color will look on black background color. Color contrast ratio is 7.57

#af94a0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af94a0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af94a0

#af94a0 color code is use for CSS Background Color

Background color for the above div is #af94a0

HTML with inline CSS

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

#af94a0 color code is use for CSS Border Color

CSS Border color for the above div is #af94a0

HTML with inline CSS

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

CSS Border Left color for the above div is #af94a0

HTML with inline CSS

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

CSS Border Right color for the above div is #af94a0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af94a0

HTML with inline CSS

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

CSS Border Top color for the above div is #af94a0

HTML with inline CSS

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

#af94a0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af94a0 Color code Preview on White Background

This is how #af94a0 Color code will look on white background color. Color contrast ratio is 2.78

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

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,148,160,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(148,175,163,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,148,160,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.