Skip to main content Skip to docs navigation

#aa45fa 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 Vega Violet and its hex is #AA55FF Nearest Color Name

Color Hue/Base color: Blue

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

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

RGB Chart

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

Color Table

Hex Color Code aa45fa #aa45fa
RGB Decimal 170, 69, 250 170, 69, 250
RGB Percent 67%, 27%, 98% rgb(67%, 27%, 98%)
CSS RGBa 170, 69, 250,1 rgba(170,69,250,1)
CMYK Model cmyk(32%,72%,0%,1.96%)
HSL Color Space 273,95% ,63% hsl(273,95% ,63%)
HSV Color Space 273°, 72%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10101010 01000101 11111010
Octal 252 105 372
Decimal 170 69 250
Hex aa 45 fa

Different shades of #aa45fa color code.

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

Darkest of #aa45fa
#5c04a2
Darker of #aa45fa
#7806d3
Dark of #aa45fa
#9313f9
Base of #aa45fa
#aa45fa
Light of #aa45fa
#c177fb
Lighter
#d7a8fd
Lightest
#eedafe

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

#aa45fa
#95fa45

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

Split Complementary

#aa45fa
#effa45
#45fa50

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

Analogous Color

#454afa
#5f45fa
#aa45fa
#e645fa
#fa45c2

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

#aa45fa
#45faaa
#faaa45

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

#aa45fa
#faaa45
#95fa45
#4595fa

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

#aa45fa
#fa5045
#95fa45
#45effa

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

#400370
#5c04a2
#7806d3
#9313f9
#aa45fa
#c177fb
#d7a8fd
#eedafe
#ffffff

Tints of #aa45fa Color

#aa45fa
#b359fa
#bc6efb
#c683fb
#cf97fc
#d9acfc
#e2c1fd
#ecd5fd
#f5eafe
#ffffff

Shades of #aa45fa color code

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

#aa45fa
#973dde
#8435c2
#712ea6
#5e268a
#4b1e6f
#381753
#250f37
#12071b
#000000

Tones

#aa45fa
#a858e7
#a66bd4
#a37ec1
#a191ae

Tones

Similar Color like #aa45fa color

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

#ab46fb
#ac47fc
#ad48fd
#ae49fe
#af4aff
#b04bff
#b14cff
#b24dff
#b34eff
#b44fff
#b550ff
#b651ff
#b752ff
#b853ff
#a944f9
#a843f8
#a742f7
#a641f6
#a540f5
#a43ff4
#a33ef3
#a23df2
#a13cf1
#a03bf0
#9f3aef
#9e39ee
#9d38ed
#9c37ec

Download this Dark Blue

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

#aa45fa Color Code Preview on Black Background Color

This is how #aa45fa Color will look on black background color. Color contrast ratio is 4.94

#aa45fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa45fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa45fa

#aa45fa color code is use for CSS Background Color

Background color for the above div is #aa45fa

HTML with inline CSS

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

#aa45fa color code is use for CSS Border Color

CSS Border color for the above div is #aa45fa

HTML with inline CSS

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

CSS Border Left color for the above div is #aa45fa

HTML with inline CSS

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

CSS Border Right color for the above div is #aa45fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa45fa

HTML with inline CSS

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

CSS Border Top color for the above div is #aa45fa

HTML with inline CSS

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

#aa45fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa45fa Color code Preview on White Background

This is how #aa45fa Color code will look on white background color. Color contrast ratio is 4.25

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

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