Skip to main content Skip to docs navigation

#a550fa 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 #a550fa Color code in RGB color code model is created after adding 64.71% red color, 31.37% green color and 98.04% blue color. Hex #a550fa Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 68% magenta, 0% yellow and 1.96% black.

Hex #a550fa color code is between #aa55ff web safe hex color code and #9944ee web safe hex color code. #aa55ff is the nearest web safe color code. You can see here many more shades of #a550fa color code.

RGB Chart

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

Color Table

Hex Color Code a550fa #a550fa
RGB Decimal 165, 80, 250 165, 80, 250
RGB Percent 65%, 31%, 98% rgb(65%, 31%, 98%)
CSS RGBa 165, 80, 250,1 rgba(165,80,250,1)
CMYK Model cmyk(34%,68%,0%,1.96%)
HSL Color Space 270,94% ,65% hsl(270,94% ,65%)
HSV Color Space 270°, 68%, 98%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100101 01010000 11111010
Octal 245 120 372
Decimal 165 80 250
Hex a5 50 fa

Different shades of #a550fa color code.

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

Darkest of #a550fa
#5905ac
Darker of #a550fa
#7206de
Dark of #a550fa
#8c1ef9
Base of #a550fa
#a550fa
Light of #a550fa
#bf82fb
Lighter
#d8b3fd
Lightest
#f2e5fe

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

#a550fa
#a5fa50

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

Split Complementary

#a550fa
#fafa50
#50fa50

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

Analogous Color

#505efa
#5e50fa
#a550fa
#de50fa
#fa50d0

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

#a550fa
#50faa5
#faa550

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

#a550fa
#faa550
#a5fa50
#50a5fa

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

#a550fa
#fa5050
#a5fa50
#50fafa

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

#3f047b
#5905ac
#7206de
#8c1ef9
#a550fa
#bf82fb
#d8b3fd
#f2e5fe
#ffffff

Tints of #a550fa Color

#a550fa
#af63fa
#b976fb
#c38afb
#cd9dfc
#d7b1fc
#e1c4fd
#ebd8fd
#f5ebfe
#ffffff

Shades of #a550fa color code

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

#a550fa
#9247de
#803ec2
#6e35a6
#5b2c8a
#49236f
#371a53
#241137
#12081b
#000000

Tones

#a550fa
#a562e8
#a574d6
#a586c4
#a598b2

Tones

Similar Color like #a550fa color

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

#a651fb
#a752fc
#a853fd
#a954fe
#aa55ff
#ab56ff
#ac57ff
#ad58ff
#ae59ff
#af5aff
#b05bff
#b15cff
#b25dff
#b35eff
#a44ff9
#a34ef8
#a24df7
#a14cf6
#a04bf5
#9f4af4
#9e49f3
#9d48f2
#9c47f1
#9b46f0
#9a45ef
#9944ee
#9843ed
#9742ec

Download this Dark Blue

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

#a550fa Color Code Preview on Black Background Color

This is how #a550fa Color will look on black background color. Color contrast ratio is 5.13

#a550fa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a550fa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a550fa

#a550fa color code is use for CSS Background Color

Background color for the above div is #a550fa

HTML with inline CSS

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

#a550fa color code is use for CSS Border Color

CSS Border color for the above div is #a550fa

HTML with inline CSS

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

CSS Border Left color for the above div is #a550fa

HTML with inline CSS

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

CSS Border Right color for the above div is #a550fa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a550fa

HTML with inline CSS

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

CSS Border Top color for the above div is #a550fa

HTML with inline CSS

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

#a550fa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a550fa Color code Preview on White Background

This is how #a550fa Color code will look on white background color. Color contrast ratio is 4.10

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

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