Skip to main content Skip to docs navigation

#a045fb 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 Sugar Grape and its hex is #9437FF Nearest Color Name

Color Hue/Base color: Blue

Hex #a045fb Color code in RGB color code model is created after adding 62.75% red color, 27.06% green color and 98.43% blue color. Hex #a045fb Color code in CMYK color (process color) code model is generated after subtraction of 36% cyan, 73% magenta, 0% yellow and 1.57% black.

Hex #a045fb color code is between #9944ff web safe hex color code and #aa55ee web safe hex color code. #9944ff is the nearest web safe color code. You can see here many more shades of #a045fb color code.

RGB Chart

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

Color Table

Hex Color Code a045fb #a045fb
RGB Decimal 160, 69, 251 160, 69, 251
RGB Percent 63%, 27%, 98% rgb(63%, 27%, 98%)
CSS RGBa 160, 69, 251,1 rgba(160,69,251,1)
CMYK Model cmyk(36%,73%,0%,1.57%)
HSL Color Space 270,96% ,63% hsl(270,96% ,63%)
HSV Color Space 270°, 73%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100000 01000101 11111011
Octal 240 105 373
Decimal 160 69 251
Hex a0 45 fb

Different shades of #a045fb color code.

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

Darkest of #a045fb
#5404a4
Darker of #a045fb
#6d05d5
Dark of #a045fb
#8713fa
Base of #a045fb
#a045fb
Light of #a045fb
#ba77fc
Lighter
#d3a9fd
Lightest
#eddbfe

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

#a045fb
#a0fb45

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

Split Complementary

#a045fb
#fbfb45
#45fb45

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

Analogous Color

#4554fb
#5445fb
#a045fb
#dd45fb
#fb45ce

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

#a045fb
#45fba0
#fba045

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

#a045fb
#fba045
#a0fb45
#45a0fb

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

#a045fb
#fb4545
#a0fb45
#45fbfb

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 #a045fb

#3a0272
#5404a4
#6d05d5
#8713fa
#a045fb
#ba77fc
#d3a9fd
#eddbfe
#ffffff

Tints of #a045fb Color

#a045fb
#aa59fb
#b56efb
#bf83fc
#ca97fc
#d4acfd
#dfc1fd
#e9d5fe
#f4eafe
#ffffff

Shades of #a045fb color code

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

#a045fb
#8e3ddf
#7c35c3
#6a2ea7
#58268b
#471e6f
#351753
#230f37
#11071b
#000000

Tones

#a045fb
#a058e8
#a06bd5
#a07ec2
#a091af

Tones

Similar Color like #a045fb color

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

#a146fc
#a247fd
#a348fe
#a449ff
#a54aff
#a64bff
#a74cff
#a84dff
#a94eff
#aa4fff
#ab50ff
#ac51ff
#ad52ff
#ae53ff
#9f44fa
#9e43f9
#9d42f8
#9c41f7
#9b40f6
#9a3ff5
#993ef4
#983df3
#973cf2
#963bf1
#953af0
#9439ef
#9338ee
#9237ed

Download this Dark Blue

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

#a045fb Color Code Preview on Black Background Color

This is how #a045fb Color will look on black background color. Color contrast ratio is 4.74

#a045fb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a045fb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a045fb

#a045fb color code is use for CSS Background Color

Background color for the above div is #a045fb

HTML with inline CSS

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

#a045fb color code is use for CSS Border Color

CSS Border color for the above div is #a045fb

HTML with inline CSS

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

CSS Border Left color for the above div is #a045fb

HTML with inline CSS

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

CSS Border Right color for the above div is #a045fb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a045fb

HTML with inline CSS

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

CSS Border Top color for the above div is #a045fb

HTML with inline CSS

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

#a045fb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a045fb Color code Preview on White Background

This is how #a045fb Color code will look on white background color. Color contrast ratio is 4.43

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

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