crispedge.com

Color picker

Loading...

#ae014f hex color - Violet - Warm color - Information

#ae014f hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ae014f Color code in RGB color code model is created after adding 68.24% red color, 0.39% green color and 30.98% blue color. Hex #ae014f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 99% magenta, 55% yellow and 32% black.

Hex #ae014f color code is between #aa0055 web safe hex color code and #bb0044 web safe hex color code. #aa0055 is the nearest web safe color code. You can see here many more shades of #ae014f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeae014f#ae014f
RGB Decimal174, 1, 79rgb(174, 1, 79)
RGB Percent68%, 0%, 31%rgb(68%, 0%, 31%)
CSS RGBa174, 1, 79,1rgba(174,1,79,1)
CMYK Modelcmyk(0%,99%,55%,32%)
HSL Color Space333,99% ,34%hsl(333,99% ,34%)
HSV Color Space333°, 99%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100000000101001111
Octal2561117
Decimal174179
Hexae014f

Different shades of #ae014f color code.

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

Light Shade of #ae014f
#e10166
Dark Shade of #ae014f
#7b0138
Saturated Shade of #ae014f
#af004f
Desaturated Shade of #ae014f
#a50a50
Grey scale Shade of #ae014f
#575757
Brighten Shade
#c71a68
Most Readable Shade
#FFFFFF

Shades of #ae014f color code

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

#ae014f
#9a0046
#87003d
#740034
#60002b
#4d0023
#3a001a
#260011
#130008
#000000

Similar Color like #ae014f color

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

#af0250
#b00351
#b10452
#b20553
#b30654
#b40755
#b50856
#b60957
#b70a58
#b80b59
#b90c5a
#ba0d5b
#bb0e5c
#bc0f5d
#ad004e
#ac004d
#ab004c
#aa004b
#a9004a
#a80049
#a70048
#a60047
#a50046
#a40045
#a30044
#a20043
#a10042
#a00041

Monochromatic Color with #ae014f

#ae014f
#d80162
#040002
#2e0015
#590128
#83013c

Tints of #ae014f Color

#ae014f
#b71d62
#c03976
#c95589
#d2719d
#db8eb0
#e4aac4
#edc6d7
#f6e2eb
#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

#ae014f
#01ae60

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

Split Complementary

#ae014f
#01ae0a
#01a5ae

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

Analogous Color

#ae0194
#ae0172
#ae014f
#ae012c
#ae010a

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

#ae014f
#4fae01
#014fae

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

#ae014f
#a5ae01
#01ae60
#0a01ae

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

#ae014f
#01ae60
#01a5ae
#ae0a01

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

#ae014f Color Code Preview on Black Background Color

This is how #ae014f Color will look on black background color. Color contrast ratio is 2.92

#ae014f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae014f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae014f

#ae014f color code is use for CSS Background Color

Background color for the above div is #ae014f

HTML with inline CSS

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

#ae014f color code is use for CSS Border Color

CSS Border color for the above div is #ae014f

HTML with inline CSS

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

CSS Border Left color for the above div is #ae014f

HTML with inline CSS

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

CSS Border Right color for the above div is #ae014f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae014f

HTML with inline CSS

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

CSS Border Top color for the above div is #ae014f

HTML with inline CSS

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

#ae014f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae014f Color code Preview on White Background

This is how #ae014f Color code will look on white background color. Color contrast ratio is 7.20

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

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,1,79,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(1,174,96,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(174,1,79,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.