crispedge.com

Color picker

Loading...

#a5aedd hex color - Blue - Cool color - Information

#a5aedd hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #a5aedd Color code in RGB color code model is created after adding 64.71% red color, 68.24% green color and 86.67% blue color. Hex #a5aedd Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 21% magenta, 0% yellow and 13% black.

Hex #a5aedd color code is between #aaaacc web safe hex color code and #99bbee web safe hex color code. #aaaacc is the nearest web safe color code. You can see here many more shades of #a5aedd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea5aedd#a5aedd
RGB Decimal165, 174, 221rgb(165, 174, 221)
RGB Percent65%, 68%, 87%rgb(65%, 68%, 87%)
CSS RGBa165, 174, 221,1rgba(165,174,221,1)
CMYK Modelcmyk(25%,21%,0%,13%)
HSL Color Space230,45% ,76%hsl(230,45% ,76%)
HSV Color Space230°, 25%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001011010111011011101
Octal245256335
Decimal165174221
Hexa5aedd

Different shades of #a5aedd color code.

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

Light Shade of #a5aedd
#cacfeb
Dark Shade of #a5aedd
#808dcf
Saturated Shade of #a5aedd
#9faae3
Desaturated Shade of #a5aedd
#abb2d7
Grey scale Shade of #a5aedd
#c1c1c1
Brighten Shade
#bec7f6
Most Readable Shade
#000000

Shades of #a5aedd color code

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

#a5aedd
#929ac4
#8087ab
#6e7493
#5b607a
#494d62
#373a49
#242631
#121318
#000000

Similar Color like #a5aedd color

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

#a6afde
#a7b0df
#a8b1e0
#a9b2e1
#aab3e2
#abb4e3
#acb5e4
#adb6e5
#aeb7e6
#afb8e7
#b0b9e8
#b1bae9
#b2bbea
#b3bceb
#a4addc
#a3acdb
#a2abda
#a1aad9
#a0a9d8
#9fa8d7
#9ea7d6
#9da6d5
#9ca5d4
#9ba4d3
#9aa3d2
#99a2d1
#98a1d0
#97a0cf

Monochromatic Color with #a5aedd

#a5aedd
#060708
#262833
#464a5d
#666b88
#858db3

Tints of #a5aedd Color

#a5aedd
#afb7e0
#b9c0e4
#c3c9e8
#cdd2ec
#d7dbef
#e1e4f3
#ebedf7
#f5f6fb
#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

#a5aedd
#ddd4a5

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

Split Complementary

#a5aedd
#ddb8a5
#cadda5

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

Analogous Color

#a5c4dd
#a5b9dd
#a5aedd
#a7a5dd
#b2a5dd

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

#a5aedd
#dda5ae
#aedda5

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

#a5aedd
#dda5ca
#ddd4a5
#a5ddb8

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

#a5aedd
#ddd4a5
#cadda5
#b8a5dd

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

#a5aedd Color Code Preview on Black Background Color

This is how #a5aedd Color will look on black background color. Color contrast ratio is 9.70

#a5aedd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5aedd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a5aedd

#a5aedd color code is use for CSS Background Color

Background color for the above div is #a5aedd

HTML with inline CSS

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

#a5aedd color code is use for CSS Border Color

CSS Border color for the above div is #a5aedd

HTML with inline CSS

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

CSS Border Left color for the above div is #a5aedd

HTML with inline CSS

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

CSS Border Right color for the above div is #a5aedd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a5aedd

HTML with inline CSS

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

CSS Border Top color for the above div is #a5aedd

HTML with inline CSS

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

#a5aedd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a5aedd Color code Preview on White Background

This is how #a5aedd Color code will look on white background color. Color contrast ratio is 2.17

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

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(165,174,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(221,212,165,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(165,174,221,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.