crispedge.com

Color picker

Loading...

#ae9daf hex color - Violet - Warm color - Information

#ae9daf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ae9daf Color code in RGB color code model is created after adding 68.24% red color, 61.57% green color and 68.63% blue color. Hex #ae9daf Color code in CMYK color (process color) code model is generated after subtraction of 1% cyan, 10% magenta, 0% yellow and 31% black.

Hex #ae9daf color code is between #aa99aa web safe hex color code and #bbaabb web safe hex color code. #aa99aa is the nearest web safe color code. You can see here many more shades of #ae9daf color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeae9daf#ae9daf
RGB Decimal174, 157, 175rgb(174, 157, 175)
RGB Percent68%, 62%, 69%rgb(68%, 62%, 69%)
CSS RGBa174, 157, 175,1rgba(174,157,175,1)
CMYK Modelcmyk(1%,10%,0%,31%)
HSL Color Space297,10% ,65%hsl(297,10% ,65%)
HSV Color Space297°, 10%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101001110110101111
Octal256235257
Decimal174157175
Hexae9daf

Different shades of #ae9daf color code.

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

Light Shade of #ae9daf
#c5b9c6
Dark Shade of #ae9daf
#978198
Saturated Shade of #ae9daf
#b694b8
Desaturated Shade of #ae9daf
#a6a6a6
Grey scale Shade of #ae9daf
#a6a6a6
Brighten Shade
#c7b6c8
Most Readable Shade
#000000

Shades of #ae9daf color code

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

#ae9daf
#9a8b9b
#877a88
#746874
#605761
#4d454d
#3a343a
#262226
#131113
#000000

Similar Color like #ae9daf color

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

#af9eb0
#b09fb1
#b1a0b2
#b2a1b3
#b3a2b4
#b4a3b5
#b5a4b6
#b6a5b7
#b7a6b8
#b8a7b9
#b9a8ba
#baa9bb
#bbaabc
#bcabbd
#ad9cae
#ac9bad
#ab9aac
#aa99ab
#a998aa
#a897a9
#a796a8
#a695a7
#a594a6
#a493a5
#a392a4
#a291a3
#a190a2
#a08fa1

Monochromatic Color with #ae9daf

#ae9daf
#d8c3d9
#050405
#2f2b2f
#59515a
#847784

Tints of #ae9daf Color

#ae9daf
#b7a7b7
#c0b2c0
#c9bdc9
#d2c8d2
#dbd3db
#e4dee4
#ede9ed
#f6f4f6
#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

#ae9daf
#9eaf9d

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

Split Complementary

#ae9daf
#a7af9d
#9dafa5

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

Analogous Color

#a79daf
#aa9daf
#ae9daf
#af9dac
#af9da9

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

#ae9daf
#afae9d
#9dafae

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

#ae9daf
#afa59d
#9eaf9d
#9da7af

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

#ae9daf
#9eaf9d
#9dafa5
#af9da7

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

#ae9daf Color Code Preview on Black Background Color

This is how #ae9daf Color will look on black background color. Color contrast ratio is 8.24

#ae9daf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae9daf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae9daf

#ae9daf color code is use for CSS Background Color

Background color for the above div is #ae9daf

HTML with inline CSS

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

#ae9daf color code is use for CSS Border Color

CSS Border color for the above div is #ae9daf

HTML with inline CSS

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

CSS Border Left color for the above div is #ae9daf

HTML with inline CSS

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

CSS Border Right color for the above div is #ae9daf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae9daf

HTML with inline CSS

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

CSS Border Top color for the above div is #ae9daf

HTML with inline CSS

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

#ae9daf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae9daf Color code Preview on White Background

This is how #ae9daf Color code will look on white background color. Color contrast ratio is 2.55

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

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(174,157,175,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(158,175,157,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,157,175,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.