crispedge.com

Color picker

Loading...

#ae5fd4 hex color - Violet - Warm color - Information

#ae5fd4 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ae5fd4 Color code in RGB color code model is created after adding 68.24% red color, 37.25% green color and 83.14% blue color. Hex #ae5fd4 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 55% magenta, 0% yellow and 17% black.

Hex #ae5fd4 color code is between #aa66cc web safe hex color code and #bb55dd web safe hex color code. #aa66cc is the nearest web safe color code. You can see here many more shades of #ae5fd4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae5fd4#ae5fd4
RGB Decimal174, 95, 212rgb(174, 95, 212)
RGB Percent68%, 37%, 83%rgb(68%, 37%, 83%)
CSS RGBa174, 95, 212,1rgba(174,95,212,1)
CMYK Modelcmyk(18%,55%,0%,17%)
HSL Color Space281,58% ,60%hsl(281,58% ,60%)
HSV Color Space281°, 55%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100101111111010100
Octal256137324
Decimal17495212
Hexae5fd4

Different shades of #ae5fd4 color code.

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

Light Shade of #ae5fd4
#c287df
Dark Shade of #ae5fd4
#9a37c9
Saturated Shade of #ae5fd4
#b255de
Desaturated Shade of #ae5fd4
#aa69ca
Grey scale Shade of #ae5fd4
#999999
Brighten Shade
#c778ed
Most Readable Shade
#FFFFFF

Shades of #ae5fd4 color code

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

#ae5fd4
#9a54bc
#8749a4
#743f8d
#603475
#4d2a5e
#3a1f46
#26152f
#130a17
#000000

Similar Color like #ae5fd4 color

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

#af60d5
#b061d6
#b162d7
#b263d8
#b364d9
#b465da
#b566db
#b667dc
#b768dd
#b869de
#b96adf
#ba6be0
#bb6ce1
#bc6de2
#ad5ed3
#ac5dd2
#ab5cd1
#aa5bd0
#a95acf
#a859ce
#a758cd
#a657cc
#a556cb
#a455ca
#a354c9
#a253c8
#a152c7
#a051c6

Monochromatic Color with #ae5fd4

#ae5fd4
#d172fe
#22132a
#452654
#68397f
#8b4ca9

Tints of #ae5fd4 Color

#ae5fd4
#b770d8
#c082dd
#c994e2
#d2a6e7
#dbb7eb
#e4c9f0
#eddbf5
#f6edfa
#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

#ae5fd4
#85d45f

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

Split Complementary

#ae5fd4
#c0d45f
#5fd473

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

Analogous Color

#7f5fd4
#975fd4
#ae5fd4
#c55fd4
#d45fcb

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

#ae5fd4
#d4ae5f
#5fd4ae

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

#ae5fd4
#d4735f
#85d45f
#5fbfd4

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

#ae5fd4
#85d45f
#5fd473
#d45fc0

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

#ae5fd4 Color Code Preview on Black Background Color

This is how #ae5fd4 Color will look on black background color. Color contrast ratio is 5.39

#ae5fd4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae5fd4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae5fd4

#ae5fd4 color code is use for CSS Background Color

Background color for the above div is #ae5fd4

HTML with inline CSS

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

#ae5fd4 color code is use for CSS Border Color

CSS Border color for the above div is #ae5fd4

HTML with inline CSS

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

CSS Border Left color for the above div is #ae5fd4

HTML with inline CSS

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

CSS Border Right color for the above div is #ae5fd4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae5fd4

HTML with inline CSS

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

CSS Border Top color for the above div is #ae5fd4

HTML with inline CSS

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

#ae5fd4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae5fd4 Color code Preview on White Background

This is how #ae5fd4 Color code will look on white background color. Color contrast ratio is 3.90

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

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,95,212,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(133,212,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,95,212,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.