crispedge.com

Color picker

Loading...

#ae7ad5 hex color - Violet - Warm color - Information

#ae7ad5 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ae7ad5 Color code in RGB color code model is created after adding 68.24% red color, 47.84% green color and 83.53% blue color. Hex #ae7ad5 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 43% magenta, 0% yellow and 16% black.

Hex #ae7ad5 color code is between #aa77dd web safe hex color code and #bb88cc web safe hex color code. #aa77dd is the nearest web safe color code. You can see here many more shades of #ae7ad5 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeae7ad5#ae7ad5
RGB Decimal174, 122, 213rgb(174, 122, 213)
RGB Percent68%, 48%, 84%rgb(68%, 48%, 84%)
CSS RGBa174, 122, 213,1rgba(174,122,213,1)
CMYK Modelcmyk(18%,43%,0%,16%)
HSL Color Space274,52% ,66%hsl(274,52% ,66%)
HSV Color Space274°, 43%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100111101011010101
Octal256172325
Decimal174122213
Hexae7ad5

Different shades of #ae7ad5 color code.

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

Light Shade of #ae7ad5
#c6a1e1
Dark Shade of #ae7ad5
#9653c9
Saturated Shade of #ae7ad5
#af71de
Desaturated Shade of #ae7ad5
#ad83cc
Grey scale Shade of #ae7ad5
#a7a7a7
Brighten Shade
#c793ee
Most Readable Shade
#000000

Shades of #ae7ad5 color code

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

#ae7ad5
#9a6cbd
#875ea5
#74518e
#604376
#4d365e
#3a2847
#261b2f
#130d17
#000000

Similar Color like #ae7ad5 color

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

#af7bd6
#b07cd7
#b17dd8
#b27ed9
#b37fda
#b480db
#b581dc
#b682dd
#b783de
#b884df
#b985e0
#ba86e1
#bb87e2
#bc88e3
#ad79d4
#ac78d3
#ab77d2
#aa76d1
#a975d0
#a874cf
#a773ce
#a672cd
#a571cc
#a470cb
#a36fca
#a26ec9
#a16dc8
#a06cc7

Monochromatic Color with #ae7ad5

#ae7ad5
#000000
#23192b
#463155
#694980
#8b62aa

Tints of #ae7ad5 Color

#ae7ad5
#b788d9
#c097de
#c9a6e3
#d2b5e7
#dbc3ec
#e4d2f1
#ede1f5
#f6f0fa
#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

#ae7ad5
#a1d57a

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

Split Complementary

#ae7ad5
#cfd57a
#7ad581

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

Analogous Color

#8a7ad5
#9c7ad5
#ae7ad5
#c07ad5
#d27ad5

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

#ae7ad5
#d5ae7a
#7ad5ae

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

#ae7ad5
#d5807a
#a1d57a
#7aced5

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

#ae7ad5
#a1d57a
#7ad581
#d57acf

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

#ae7ad5 Color Code Preview on Black Background Color

This is how #ae7ad5 Color will look on black background color. Color contrast ratio is 6.54

#ae7ad5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae7ad5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae7ad5

#ae7ad5 color code is use for CSS Background Color

Background color for the above div is #ae7ad5

HTML with inline CSS

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

#ae7ad5 color code is use for CSS Border Color

CSS Border color for the above div is #ae7ad5

HTML with inline CSS

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

CSS Border Left color for the above div is #ae7ad5

HTML with inline CSS

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

CSS Border Right color for the above div is #ae7ad5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae7ad5

HTML with inline CSS

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

CSS Border Top color for the above div is #ae7ad5

HTML with inline CSS

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

#ae7ad5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae7ad5 Color code Preview on White Background

This is how #ae7ad5 Color code will look on white background color. Color contrast ratio is 3.21

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

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,122,213,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(161,213,122,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,122,213,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.