crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ae84e5 hex color - Violet - Cool color - Information

#ae84e5 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ae84e5 Color code in RGB color code model is created after adding 68.24% red color, 51.76% green color and 89.8% blue color. Hex #ae84e5 Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 42% magenta, 0% yellow and 10% black.

Hex #ae84e5 color code is between #aa88dd web safe hex color code and #bb77ee web safe hex color code. #aa88dd is the nearest web safe color code. You can see here many more shades of #ae84e5 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeae84e5#ae84e5
RGB Decimal174, 132, 229rgb(174, 132, 229)
RGB Percent68%, 52%, 90%rgb(68%, 52%, 90%)
CSS RGBa174, 132, 229,1rgba(174,132,229,1)
CMYK Modelcmyk(24%,42%,0%,10%)
HSL Color Space266,65% ,71%hsl(266,65% ,71%)
HSV Color Space266°, 42%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011101000010011100101
Octal256204345
Decimal174132229
Hexae84e5

Different shades of #ae84e5 color code.

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

Light Shade of #ae84e5
#caaeee
Dark Shade of #ae84e5
#925adc
Saturated Shade of #ae84e5
#ad7dec
Desaturated Shade of #ae84e5
#af8bde
Grey scale Shade of #ae84e5
#b4b4b4
Brighten Shade
#c79dfe
Most Readable Shade
#000000

Shades of #ae84e5 color code

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

#ae84e5
#9a75cb
#8766b2
#745898
#60497f
#4d3a65
#3a2c4c
#261d32
#130e19
#000000

Similar Color like #ae84e5 color

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

#af85e6
#b086e7
#b187e8
#b288e9
#b389ea
#b48aeb
#b58bec
#b68ced
#b78dee
#b88eef
#b98ff0
#ba90f1
#bb91f2
#bc92f3
#ad83e4
#ac82e3
#ab81e2
#aa80e1
#a97fe0
#a87edf
#a77dde
#a67cdd
#a57bdc
#a47adb
#a379da
#a278d9
#a177d8
#a076d7

Monochromatic Color with #ae84e5

#ae84e5
#0d0a10
#2d223b
#4d3b65
#6d5390
#8e6cba

Tints of #ae84e5 Color

#ae84e5
#b791e7
#c09fea
#c9aded
#d2baf0
#dbc8f3
#e4d6f6
#ede3f9
#f6f1fc
#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

#ae84e5
#bbe584

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

Split Complementary

#ae84e5
#e5df84
#8be584

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

Analogous Color

#8784e5
#9b84e5
#ae84e5
#c184e5
#d584e5

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

#ae84e5
#e5ae84
#84e5ae

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

#ae84e5
#e5848a
#bbe584
#84e5de

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

#ae84e5
#bbe584
#8be584
#df84e5

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

#ae84e5 Color Code Preview on Black Background Color

This is how #ae84e5 Color will look on black background color. Color contrast ratio is 7.23

#ae84e5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae84e5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae84e5

#ae84e5 color code is use for CSS Background Color

Background color for the above div is #ae84e5

HTML with inline CSS

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

#ae84e5 color code is use for CSS Border Color

CSS Border color for the above div is #ae84e5

HTML with inline CSS

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

CSS Border Left color for the above div is #ae84e5

HTML with inline CSS

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

CSS Border Right color for the above div is #ae84e5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae84e5

HTML with inline CSS

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

CSS Border Top color for the above div is #ae84e5

HTML with inline CSS

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

#ae84e5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae84e5 Color code Preview on White Background

This is how #ae84e5 Color code will look on white background color. Color contrast ratio is 2.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 #ae84e5; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ae84e5; }

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.