crispedge.com

Color picker

Loading...

#aaa7fa hex color - Blue - Cool color - Information

#aaa7fa hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #aaa7fa Color code in RGB color code model is created after adding 66.67% red color, 65.49% green color and 98.04% blue color. Hex #aaa7fa Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 33% magenta, 0% yellow and 2% black.

Hex #aaa7fa color code is between #99aaff web safe hex color code and #bb99ee web safe hex color code. #99aaff is the nearest web safe color code. You can see here many more shades of #aaa7fa color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeaaa7fa#aaa7fa
RGB Decimal170, 167, 250rgb(170, 167, 250)
RGB Percent67%, 65%, 98%rgb(67%, 65%, 98%)
CSS RGBa170, 167, 250,1rgba(170,167,250,1)
CMYK Modelcmyk(32%,33%,0%,2%)
HSL Color Space242,89% ,82%hsl(242,89% ,82%)
HSV Color Space242°, 33%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010101010011111111010
Octal252247372
Decimal170167250
Hexaaa7fa

Different shades of #aaa7fa color code.

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

Light Shade of #aaa7fa
#d9d7fd
Dark Shade of #aaa7fa
#7b77f7
Saturated Shade of #aaa7fa
#a6a2ff
Desaturated Shade of #aaa7fa
#aeacf5
Grey scale Shade of #aaa7fa
#d0d0d0
Brighten Shade
#c3c0ff
Most Readable Shade
#000000

Shades of #aaa7fa color code

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

#aaa7fa
#9794de
#8481c2
#716fa6
#5e5c8a
#4b4a6f
#383753
#252537
#12121b
#000000

Similar Color like #aaa7fa color

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

#aba8fb
#aca9fc
#adaafd
#aeabfe
#afacff
#b0adff
#b1aeff
#b2afff
#b3b0ff
#b4b1ff
#b5b2ff
#b6b3ff
#b7b4ff
#b8b5ff
#a9a6f9
#a8a5f8
#a7a4f7
#a6a3f6
#a5a2f5
#a4a1f4
#a3a0f3
#a29ff2
#a19ef1
#a09df0
#9f9cef
#9e9bee
#9d9aed
#9c99ec

Monochromatic Color with #aaa7fa

#aaa7fa
#191925
#363550
#53527a
#706ea5
#8d8bcf

Tints of #aaa7fa Color

#aaa7fa
#b3b0fa
#bcbafb
#c6c4fb
#cfcefc
#d9d7fc
#e2e1fd
#ecebfd
#f5f5fe
#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

#aaa7fa
#f7faa7

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

Split Complementary

#aaa7fa
#fad3a7
#cefaa7

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

Analogous Color

#a7c5fa
#a7b5fa
#aaa7fa
#bba7fa
#cba7fa

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

#aaa7fa
#faaaa7
#a7faaa

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

#aaa7fa
#faa7cd
#f7faa7
#a7fad3

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

#aaa7fa
#f7faa7
#cefaa7
#d3a7fa

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

#aaa7fa Color Code Preview on Black Background Color

This is how #aaa7fa Color will look on black background color. Color contrast ratio is 9.62

#aaa7fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa7fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aaa7fa

#aaa7fa color code is use for CSS Background Color

Background color for the above div is #aaa7fa

HTML with inline CSS

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

#aaa7fa color code is use for CSS Border Color

CSS Border color for the above div is #aaa7fa

HTML with inline CSS

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

CSS Border Left color for the above div is #aaa7fa

HTML with inline CSS

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

CSS Border Right color for the above div is #aaa7fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aaa7fa

HTML with inline CSS

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

CSS Border Top color for the above div is #aaa7fa

HTML with inline CSS

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

#aaa7fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aaa7fa Color code Preview on White Background

This is how #aaa7fa Color code will look on white background color. Color contrast ratio is 2.18

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

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(170,167,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(247,250,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,167,250,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.