crispedge.com

Color picker

Loading...

#ae42f7 hex color - Violet - Warm color - Information

#ae42f7 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ae42f7 Color code in RGB color code model is created after adding 68.24% red color, 25.88% green color and 96.86% blue color. Hex #ae42f7 Color code in CMYK color (process color) code model is generated after subtraction of 30% cyan, 73% magenta, 0% yellow and 3% black.

Hex #ae42f7 color code is between #aa44ff web safe hex color code and #bb33ee web safe hex color code. #aa44ff is the nearest web safe color code. You can see here many more shades of #ae42f7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code ae42f7 #ae42f7
RGB Decimal 174, 66, 247 rgb(174, 66, 247)
RGB Percent 68%, 26%, 97% rgb(68%, 26%, 97%)
CSS RGBa 174, 66, 247,1 rgba(174,66,247,1)
CMYK Model cmyk(30%,73%,0%,3%)
HSL Color Space 276,92% ,61% hsl(276,92% ,61%)
HSV Color Space 276°, 73%, 97%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101110 01000010 11110111
Octal 256 102 367
Decimal 174 66 247
Hex ae 42 f7

Different shades of #ae42f7 color code.

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

Light Shade of #ae42f7
#c373f9
Dark Shade of #ae42f7
#9911f5
Saturated Shade of #ae42f7
#b03aff
Desaturated Shade of #ae42f7
#ac4ced
Grey scale Shade of #ae42f7
#9c9c9c
Brighten Shade
#c75bff
Most Readable Shade
#FFFFFF

Shades of #ae42f7 color code

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

#ae42f7
#9a3adb
#8733c0
#742ca4
#602489
#4d1d6d
#3a1652
#260e36
#13071b
#000000

Similar Color like #ae42f7 color

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

#af43f8
#b044f9
#b145fa
#b246fb
#b347fc
#b448fd
#b549fe
#b64aff
#b74bff
#b84cff
#b94dff
#ba4eff
#bb4fff
#bc50ff
#ad41f6
#ac40f5
#ab3ff4
#aa3ef3
#a93df2
#a83cf1
#a73bf0
#a63aef
#a539ee
#a438ed
#a337ec
#a236eb
#a135ea
#a034e9

Monochromatic Color with #ae42f7

#ae42f7
#180922
#36154d
#542077
#722ba2
#9037cc

Tints of #ae42f7 Color

#ae42f7
#b757f7
#c06cf8
#c981f9
#d296fa
#dbabfb
#e4c0fc
#edd5fd
#f6eafe
#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

#ae42f7
#8bf742

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

Split Complementary

#ae42f7
#e5f742
#42f754

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

Analogous Color

#6642f7
#8a42f7
#ae42f7
#d242f7
#f642f7

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

#ae42f7
#f7ae42
#42f7ae

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

#ae42f7
#f75342
#8bf742
#42e5f7

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

#ae42f7
#8bf742
#42f754
#f742e5

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

#ae42f7 Color Code Preview on Black Background Color

This is how #ae42f7 Color will look on black background color. Color contrast ratio is 4.92

#ae42f7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae42f7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae42f7

#ae42f7 color code is use for CSS Background Color

Background color for the above div is #ae42f7

HTML with inline CSS

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

#ae42f7 color code is use for CSS Border Color

CSS Border color for the above div is #ae42f7

HTML with inline CSS

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

CSS Border Left color for the above div is #ae42f7

HTML with inline CSS

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

CSS Border Right color for the above div is #ae42f7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae42f7

HTML with inline CSS

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

CSS Border Top color for the above div is #ae42f7

HTML with inline CSS

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

#ae42f7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae42f7 Color code Preview on White Background

This is how #ae42f7 Color code will look on white background color. Color contrast ratio is 4.27

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

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,66,247,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(139,247,66,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,66,247,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.