crispedge.com

Color picker

Loading...

#ae99b1 hex color - Violet - Warm color - Information

#ae99b1 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ae99b1 Color code in RGB color code model is created after adding 68.24% red color, 60% green color and 69.41% blue color. Hex #ae99b1 Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 14% magenta, 0% yellow and 31% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae99b1#ae99b1
RGB Decimal174, 153, 177rgb(174, 153, 177)
RGB Percent68%, 60%, 69%rgb(68%, 60%, 69%)
CSS RGBa174, 153, 177,1rgba(174,153,177,1)
CMYK Modelcmyk(2%,14%,0%,31%)
HSL Color Space293,13% ,65%hsl(293,13% ,65%)
HSV Color Space293°, 14%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011101001100110110001
Octal256231261
Decimal174153177
Hexae99b1

Different shades of #ae99b1 color code.

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

Light Shade of #ae99b1
#c5b6c7
Dark Shade of #ae99b1
#977c9b
Saturated Shade of #ae99b1
#b590ba
Desaturated Shade of #ae99b1
#a7a2a8
Grey scale Shade of #ae99b1
#a5a5a5
Brighten Shade
#c7b2ca
Most Readable Shade
#000000

Shades of #ae99b1 color code

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

#ae99b1
#9a889d
#877789
#746676
#605562
#4d444e
#3a333b
#262227
#131113
#000000

Similar Color like #ae99b1 color

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

#af9ab2
#b09bb3
#b19cb4
#b29db5
#b39eb6
#b49fb7
#b5a0b8
#b6a1b9
#b7a2ba
#b8a3bb
#b9a4bc
#baa5bd
#bba6be
#bca7bf
#ad98b0
#ac97af
#ab96ae
#aa95ad
#a994ac
#a893ab
#a792aa
#a691a9
#a590a8
#a48fa7
#a38ea6
#a28da5
#a18ca4
#a08ba3

Monochromatic Color with #ae99b1

#ae99b1
#d8bedb
#070607
#312b31
#5a505c
#847486

Tints of #ae99b1 Color

#ae99b1
#b7a4b9
#c0afc2
#c9bbcb
#d2c6d3
#dbd1dc
#e4dde5
#ede8ed
#f6f3f6
#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

#ae99b1
#9cb199

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

Split Complementary

#ae99b1
#a8b199
#99b1a2

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

Analogous Color

#a499b1
#a999b1
#ae99b1
#b199af
#b199aa

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

#ae99b1
#b1ae99
#99b1ae

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

#ae99b1
#b1a299
#9cb199
#99a8b1

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

#ae99b1
#9cb199
#99b1a2
#b199a8

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

#ae99b1 Color Code Preview on Black Background Color

This is how #ae99b1 Color will look on black background color. Color contrast ratio is 7.99

#ae99b1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae99b1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae99b1

#ae99b1 color code is use for CSS Background Color

Background color for the above div is #ae99b1

HTML with inline CSS

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

#ae99b1 color code is use for CSS Border Color

CSS Border color for the above div is #ae99b1

HTML with inline CSS

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

CSS Border Left color for the above div is #ae99b1

HTML with inline CSS

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

CSS Border Right color for the above div is #ae99b1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae99b1

HTML with inline CSS

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

CSS Border Top color for the above div is #ae99b1

HTML with inline CSS

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

#ae99b1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae99b1 Color code Preview on White Background

This is how #ae99b1 Color code will look on white background color. Color contrast ratio is 2.63

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

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,153,177,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(156,177,153,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,153,177,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.