crispedge.com

Color picker

Loading...

#ae13e3 hex color - Violet - Warm color - Information

#ae13e3 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ae13e3 Color code in RGB color code model is created after adding 68.24% red color, 7.45% green color and 89.02% blue color. Hex #ae13e3 Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 92% magenta, 0% yellow and 11% black.

Hex #ae13e3 color code is between #aa11dd web safe hex color code and #bb22ee web safe hex color code. #aa11dd is the nearest web safe color code. You can see here many more shades of #ae13e3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae13e3#ae13e3
RGB Decimal174, 19, 227rgb(174, 19, 227)
RGB Percent68%, 7%, 89%rgb(68%, 7%, 89%)
CSS RGBa174, 19, 227,1rgba(174,19,227,1)
CMYK Modelcmyk(23%,92%,0%,11%)
HSL Color Space285,85% ,48%hsl(285,85% ,48%)
HSV Color Space285°, 92%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100001001111100011
Octal25623343
Decimal17419227
Hexae13e3

Different shades of #ae13e3 color code.

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

Light Shade of #ae13e3
#c13aef
Dark Shade of #ae13e3
#8a0fb4
Saturated Shade of #ae13e3
#b407ef
Desaturated Shade of #ae13e3
#a81fd7
Grey scale Shade of #ae13e3
#7b7b7b
Brighten Shade
#c72cfc
Most Readable Shade
#FFFFFF

Shades of #ae13e3 color code

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

#ae13e3
#9a10c9
#870eb0
#740c97
#600a7e
#4d0864
#3a064b
#260432
#130219
#000000

Similar Color like #ae13e3 color

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

#af14e4
#b015e5
#b116e6
#b217e7
#b318e8
#b419e9
#b51aea
#b61beb
#b71cec
#b81ded
#b91eee
#ba1fef
#bb20f0
#bc21f1
#ad12e2
#ac11e1
#ab10e0
#aa0fdf
#a90ede
#a80ddd
#a70cdc
#a60bdb
#a50ada
#a409d9
#a308d8
#a207d7
#a106d6
#a005d5

Monochromatic Color with #ae13e3

#ae13e3
#0b010e
#2c0539
#4c0863
#6d0c8e
#8d0fb8

Tints of #ae13e3 Color

#ae13e3
#b72de6
#c047e9
#c961ec
#d27bef
#db96f2
#e4b0f5
#edcaf8
#f6e4fb
#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

#ae13e3
#48e313

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

Split Complementary

#ae13e3
#b0e313
#13e346

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

Analogous Color

#5b13e3
#8413e3
#ae13e3
#d813e3
#e313c5

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

#ae13e3
#e3ae13
#13e3ae

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

#ae13e3
#e34613
#48e313
#13b0e3

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

#ae13e3
#48e313
#13e346
#e313b0

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

#ae13e3 Color Code Preview on Black Background Color

This is how #ae13e3 Color will look on black background color. Color contrast ratio is 4.00

#ae13e3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae13e3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae13e3

#ae13e3 color code is use for CSS Background Color

Background color for the above div is #ae13e3

HTML with inline CSS

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

#ae13e3 color code is use for CSS Border Color

CSS Border color for the above div is #ae13e3

HTML with inline CSS

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

CSS Border Left color for the above div is #ae13e3

HTML with inline CSS

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

CSS Border Right color for the above div is #ae13e3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae13e3

HTML with inline CSS

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

CSS Border Top color for the above div is #ae13e3

HTML with inline CSS

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

#ae13e3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae13e3 Color code Preview on White Background

This is how #ae13e3 Color code will look on white background color. Color contrast ratio is 5.25

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

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,19,227,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(72,227,19,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,19,227,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.