Skip to main content Skip to docs navigation

#a151fa hex color | Download Dark Blue BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Irrigo Purple and its hex is #9955FF Nearest Color Name

Color Hue/Base color: Blue

Hex #a151fa Color code in RGB color code model is created after adding 63.14% red color, 31.76% green color and 98.04% blue color. Hex #a151fa Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 68% magenta, 0% yellow and 1.96% black.

Hex #a151fa color code is between #9955ff web safe hex color code and #aa44ee web safe hex color code. #9955ff is the nearest web safe color code. You can see here many more shades of #a151fa color code.

RGB Chart

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

Color Table

Hex Color Code a151fa #a151fa
RGB Decimal 161, 81, 250 161, 81, 250
RGB Percent 63%, 32%, 98% rgb(63%, 32%, 98%)
CSS RGBa 161, 81, 250,1 rgba(161,81,250,1)
CMYK Model cmyk(36%,68%,0%,1.96%)
HSL Color Space 268,94% ,65% hsl(268,94% ,65%)
HSV Color Space 268°, 68%, 98%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10100001 01010001 11111010
Octal 241 121 372
Decimal 161 81 250
Hex a1 51 fa

Different shades of #a151fa color code.

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

Darkest of #a151fa
#5505ad
Darker of #a151fa
#6d06df
Dark of #a151fa
#861ff9
Base of #a151fa
#a151fa
Light of #a151fa
#bc83fb
Lighter
#d7b4fd
Lightest
#f1e6fe

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

#a151fa
#aafa51

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

Split Complementary

#a151fa
#faf551
#56fa51

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

Analogous Color

#5164fa
#5b51fa
#a151fa
#d951fa
#fa51d4

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

#a151fa
#51faa1
#faa151

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

#a151fa
#faa151
#aafa51
#51aafa

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#a151fa
#fa5156
#aafa51
#51faf5

Square 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).

Monochromatic Color with #a151fa

#3c047b
#5505ad
#6d06df
#861ff9
#a151fa
#bc83fb
#d7b4fd
#f1e6fe
#ffffff

Tints of #a151fa Color

#a151fa
#ab64fa
#b577fb
#c08bfb
#ca9efc
#d5b1fc
#dfc5fd
#ead8fd
#f4ebfe
#ffffff

Shades of #a151fa color code

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

#a151fa
#8f48de
#7d3fc2
#6b36a6
#592d8a
#47246f
#351b53
#231237
#11091b
#000000

Tones

#a151fa
#a263e8
#a375d6
#a487c4
#a599b2

Tones

Similar Color like #a151fa color

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

#a252fb
#a353fc
#a454fd
#a555fe
#a656ff
#a757ff
#a858ff
#a959ff
#aa5aff
#ab5bff
#ac5cff
#ad5dff
#ae5eff
#af5fff
#a050f9
#9f4ff8
#9e4ef7
#9d4df6
#9c4cf5
#9b4bf4
#9a4af3
#9949f2
#9848f1
#9747f0
#9646ef
#9545ee
#9444ed
#9343ec

Download this Dark Blue

Hex #a151fa 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.

#a151fa Color Code Preview on Black Background Color

This is how #a151fa Color will look on black background color. Color contrast ratio is 5.07

#a151fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a151fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a151fa

#a151fa color code is use for CSS Background Color

Background color for the above div is #a151fa

HTML with inline CSS

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

#a151fa color code is use for CSS Border Color

CSS Border color for the above div is #a151fa

HTML with inline CSS

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

CSS Border Left color for the above div is #a151fa

HTML with inline CSS

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

CSS Border Right color for the above div is #a151fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a151fa

HTML with inline CSS

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

CSS Border Top color for the above div is #a151fa

HTML with inline CSS

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

#a151fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a151fa Color code Preview on White Background

This is how #a151fa Color code will look on white background color. Color contrast ratio is 4.14

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(161,81,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(170,250,81,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(161,81,250,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }