crispedge.com

Color picker

Loading...

#a49aed hex color - Blue - Cool color - Information

#a49aed hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a49aed Color code in RGB color code model is created after adding 64.31% red color, 60.39% green color and 92.94% blue color. Hex #a49aed Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 35% magenta, 0% yellow and 7% black.

Hex #a49aed color code is between #aa99ee web safe hex color code and #99aadd web safe hex color code. #aa99ee is the nearest web safe color code. You can see here many more shades of #a49aed color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea49aed#a49aed
RGB Decimal164, 154, 237rgb(164, 154, 237)
RGB Percent64%, 60%, 93%rgb(64%, 60%, 93%)
CSS RGBa164, 154, 237,1rgba(164,154,237,1)
CMYK Modelcmyk(31%,35%,0%,7%)
HSL Color Space247,70% ,77%hsl(247,70% ,77%)
HSV Color Space247°, 35%, 93%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001001001101011101101
Octal244232355
Decimal164154237
Hexa49aed

Different shades of #a49aed color code.

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

Light Shade of #a49aed
#cbc5f5
Dark Shade of #a49aed
#7d6fe5
Saturated Shade of #a49aed
#9f94f3
Desaturated Shade of #a49aed
#a8a0e7
Grey scale Shade of #a49aed
#c3c3c3
Brighten Shade
#bdb3ff
Most Readable Shade
#000000

Shades of #a49aed color code

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

#a49aed
#9188d2
#7f77b8
#6d669e
#5b5583
#484469
#36334f
#242234
#12111a
#000000

Similar Color like #a49aed color

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

#a59bee
#a69cef
#a79df0
#a89ef1
#a99ff2
#aaa0f3
#aba1f4
#aca2f5
#ada3f6
#aea4f7
#afa5f8
#b0a6f9
#b1a7fa
#b2a8fb
#a399ec
#a298eb
#a197ea
#a096e9
#9f95e8
#9e94e7
#9d93e6
#9c92e5
#9b91e4
#9a90e3
#998fe2
#988ee1
#978de0
#968cdf

Monochromatic Color with #a49aed

#a49aed
#111018
#2e2c43
#4c476d
#696398
#877ec2

Tints of #a49aed Color

#a49aed
#aea5ef
#b8b0f1
#c2bbf3
#ccc6f5
#d6d2f7
#e0ddf9
#eae8fb
#f4f3fd
#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

#a49aed
#e3ed9a

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

Split Complementary

#a49aed
#edcd9a
#baed9a

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

Analogous Color

#9ab1ed
#9aa1ed
#a49aed
#b59aed
#c59aed

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

#a49aed
#eda49a
#9aeda4

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

#a49aed
#ed9ab9
#e3ed9a
#9aedcd

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

#a49aed
#e3ed9a
#baed9a
#cd9aed

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

#a49aed Color Code Preview on Black Background Color

This is how #a49aed Color will look on black background color. Color contrast ratio is 8.42

#a49aed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a49aed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a49aed

#a49aed color code is use for CSS Background Color

Background color for the above div is #a49aed

HTML with inline CSS

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

#a49aed color code is use for CSS Border Color

CSS Border color for the above div is #a49aed

HTML with inline CSS

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

CSS Border Left color for the above div is #a49aed

HTML with inline CSS

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

CSS Border Right color for the above div is #a49aed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a49aed

HTML with inline CSS

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

CSS Border Top color for the above div is #a49aed

HTML with inline CSS

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

#a49aed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a49aed Color code Preview on White Background

This is how #a49aed Color code will look on white background color. Color contrast ratio is 2.49

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

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(164,154,237,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(227,237,154,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,154,237,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.