crispedge.com

Color picker

Loading...

#a489fa hex color - Blue - Cool color - Information

#a489fa hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a489fa Color code in RGB color code model is created after adding 64.31% red color, 53.73% green color and 98.04% blue color. Hex #a489fa Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 45% magenta, 0% yellow and 2% black.

Hex #a489fa color code is between #aa88ff web safe hex color code and #9999ee web safe hex color code. #aa88ff is the nearest web safe color code. You can see here many more shades of #a489fa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea489fa#a489fa
RGB Decimal164, 137, 250rgb(164, 137, 250)
RGB Percent64%, 54%, 98%rgb(64%, 54%, 98%)
CSS RGBa164, 137, 250,1rgba(164,137,250,1)
CMYK Modelcmyk(34%,45%,0%,2%)
HSL Color Space254,92% ,76%hsl(254,92% ,76%)
HSV Color Space254°, 45%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001001000100111111010
Octal244211372
Decimal164137250
Hexa489fa

Different shades of #a489fa color code.

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

Light Shade of #a489fa
#cabafc
Dark Shade of #a489fa
#7e58f8
Saturated Shade of #a489fa
#a184ff
Desaturated Shade of #a489fa
#a78ff4
Grey scale Shade of #a489fa
#c1c1c1
Brighten Shade
#bda2ff
Most Readable Shade
#000000

Shades of #a489fa color code

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

#a489fa
#9179de
#7f6ac2
#6d5ba6
#5b4c8a
#483c6f
#362d53
#241e37
#120f1b
#000000

Similar Color like #a489fa color

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

#a58afb
#a68bfc
#a78cfd
#a88dfe
#a98eff
#aa8fff
#ab90ff
#ac91ff
#ad92ff
#ae93ff
#af94ff
#b095ff
#b196ff
#b297ff
#a388f9
#a287f8
#a186f7
#a085f6
#9f84f5
#9e83f4
#9d82f3
#9c81f2
#9b80f1
#9a7ff0
#997eef
#987dee
#977ced
#967bec

Monochromatic Color with #a489fa

#a489fa
#191525
#342c50
#50437a
#6c5aa5
#8872cf

Tints of #a489fa Color

#a489fa
#ae96fa
#b8a3fb
#c2b0fb
#ccbdfc
#d6cafc
#e0d7fd
#eae4fd
#f4f1fe
#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

#a489fa
#dffa89

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

Split Complementary

#a489fa
#fadd89
#a6fa89

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

Analogous Color

#899bfa
#8d89fa
#a489fa
#bb89fa
#d189fa

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

#a489fa
#faa489
#89faa4

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

#a489fa
#fa89a6
#dffa89
#89fadc

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

#a489fa
#dffa89
#a6fa89
#dd89fa

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

#a489fa Color Code Preview on Black Background Color

This is how #a489fa Color will look on black background color. Color contrast ratio is 7.54

#a489fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a489fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a489fa

#a489fa color code is use for CSS Background Color

Background color for the above div is #a489fa

HTML with inline CSS

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

#a489fa color code is use for CSS Border Color

CSS Border color for the above div is #a489fa

HTML with inline CSS

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

CSS Border Left color for the above div is #a489fa

HTML with inline CSS

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

CSS Border Right color for the above div is #a489fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a489fa

HTML with inline CSS

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

CSS Border Top color for the above div is #a489fa

HTML with inline CSS

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

#a489fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a489fa Color code Preview on White Background

This is how #a489fa Color code will look on white background color. Color contrast ratio is 2.79

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

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,137,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(223,250,137,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,137,250,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.