crispedge.com

Color picker

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

#ae73de hex color - Violet - Warm color - Information

#ae73de hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ae73de Color code in RGB color code model is created after adding 68.24% red color, 45.1% green color and 87.06% blue color. Hex #ae73de Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 48% magenta, 0% yellow and 13% black.

Hex #ae73de color code is between #aa77dd web safe hex color code and #bb66ee web safe hex color code. #aa77dd is the nearest web safe color code. You can see here many more shades of #ae73de color code.

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codeae73de#ae73de
RGB Decimal174, 115, 222rgb(174, 115, 222)
RGB Percent68%, 45%, 87%rgb(68%, 45%, 87%)
CSS RGBa174, 115, 222,1rgba(174,115,222,1)
CMYK Modelcmyk(22%,48%,0%,13%)
HSL Color Space273,62% ,66%hsl(273,62% ,66%)
HSV Color Space273°, 48%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011100111001111011110
Octal256163336
Decimal174115222
Hexae73de

Different shades of #ae73de color code.

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

Light Shade of #ae73de
#c69ce8
Dark Shade of #ae73de
#964ad4
Saturated Shade of #ae73de
#af6ae7
Desaturated Shade of #ae73de
#ad7cd5
Grey scale Shade of #ae73de
#a8a8a8
Brighten Shade
#c78cf7
Most Readable Shade
#000000

Shades of #ae73de color code

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

#ae73de
#9a66c5
#8759ac
#744c94
#603f7b
#4d3362
#3a264a
#261931
#130c18
#000000

Similar Color like #ae73de color

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

#af74df
#b075e0
#b176e1
#b277e2
#b378e3
#b479e4
#b57ae5
#b67be6
#b77ce7
#b87de8
#b97ee9
#ba7fea
#bb80eb
#bc81ec
#ad72dd
#ac71dc
#ab70db
#aa6fda
#a96ed9
#a86dd8
#a76cd7
#a66bd6
#a56ad5
#a469d4
#a368d3
#a267d2
#a166d1
#a065d0

Monochromatic Color with #ae73de

#ae73de
#070509
#291b34
#4a315e
#6b4789
#8d5db3

Tints of #ae73de Color

#ae73de
#b782e1
#c092e5
#c9a1e9
#d2b1ec
#dbc0f0
#e4d0f4
#eddff7
#f6effb
#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

#ae73de
#a3de73

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

Split Complementary

#ae73de
#d9de73
#73de79

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

Analogous Color

#8373de
#9973de
#ae73de
#c373de
#d973de

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

#ae73de
#deae73
#73deae

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

#ae73de
#de7873
#a3de73
#73d8de

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

#ae73de
#a3de73
#73de79
#de73d9

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

#ae73de Color Code Preview on Black Background Color

This is how #ae73de Color will look on black background color. Color contrast ratio is 6.31

#ae73de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae73de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ae73de

#ae73de color code is use for CSS Background Color

Background color for the above div is #ae73de

HTML with inline CSS

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

#ae73de color code is use for CSS Border Color

CSS Border color for the above div is #ae73de

HTML with inline CSS

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

CSS Border Left color for the above div is #ae73de

HTML with inline CSS

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

CSS Border Right color for the above div is #ae73de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ae73de

HTML with inline CSS

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

CSS Border Top color for the above div is #ae73de

HTML with inline CSS

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

#ae73de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ae73de Color code Preview on White Background

This is how #ae73de Color code will look on white background color. Color contrast ratio is 3.33

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.