Skip to main content Skip to docs navigation

#a554aa hex color | Download Dark Violet 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 Purpureus and its hex is #9A4EAE Nearest Color Name

Color Hue/Base color: Violet

Hex #a554aa Color code in RGB color code model is created after adding 64.71% red color, 32.94% green color and 66.67% blue color. Hex #a554aa Color code in CMYK color (process color) code model is generated after subtraction of 3% cyan, 51% magenta, 0% yellow and 33.33% black.

Hex #a554aa color code is between #aa5599 web safe hex color code and #9944bb web safe hex color code. #aa5599 is the nearest web safe color code. You can see here many more shades of #a554aa color code.

RGB Chart

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

Color Table

Hex Color Code a554aa #a554aa
RGB Decimal 165, 84, 170 165, 84, 170
RGB Percent 65%, 33%, 67% rgb(65%, 33%, 67%)
CSS RGBa 165, 84, 170,1 rgba(165,84,170,1)
CMYK Model cmyk(3%,51%,0%,33.33%)
HSL Color Space 297,34% ,50% hsl(297,34% ,50%)
HSV Color Space 297°, 51%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100101 01010100 10101010
Octal 245 124 252
Decimal 165 84 170
Hex a5 54 aa

Different shades of #a554aa color code.

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

Darkest of #a554aa
#422144
Darker of #a554aa
#633266
Dark of #a554aa
#844388
Base of #a554aa
#a554aa
Light of #a554aa
#b776bb
Lighter
#c998cc
Lightest
#dbbadd

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

#a554aa
#59aa54

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

Split Complementary

#a554aa
#84aa54
#54aa7a

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

Analogous Color

#7354aa
#8154aa
#a554aa
#aa5492
#aa546e

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

#a554aa
#54aaa5
#aaa554

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

#a554aa
#aaa554
#59aa54
#5459aa

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

#a554aa
#aa7a54
#59aa54
#5484aa

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

#201121
#422144
#633266
#844388
#a554aa
#b776bb
#c998cc
#dbbadd
#eddcee

Tints of #a554aa Color

#a554aa
#af67b3
#b97abc
#c38dc6
#cda0cf
#d7b3d9
#e1c6e2
#ebd9ec
#f5ecf5
#ffffff

Shades of #a554aa color code

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

#a554aa
#924a97
#804184
#6e3871
#5b2e5e
#49254b
#371c38
#241225
#120912
#000000

Tones

#a554aa
#8f6d91
#7f7f7f
#7f7f7f
#7f7f7f

Tones

Similar Color like #a554aa color

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

#a655ab
#a756ac
#a857ad
#a958ae
#aa59af
#ab5ab0
#ac5bb1
#ad5cb2
#ae5db3
#af5eb4
#b05fb5
#b160b6
#b261b7
#b362b8
#a453a9
#a352a8
#a251a7
#a150a6
#a04fa5
#9f4ea4
#9e4da3
#9d4ca2
#9c4ba1
#9b4aa0
#9a499f
#99489e
#98479d
#97469c

Download this Dark Violet

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

#a554aa Color Code Preview on Black Background Color

This is how #a554aa Color will look on black background color. Color contrast ratio is 4.45

#a554aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a554aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a554aa

#a554aa color code is use for CSS Background Color

Background color for the above div is #a554aa

HTML with inline CSS

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

#a554aa color code is use for CSS Border Color

CSS Border color for the above div is #a554aa

HTML with inline CSS

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

CSS Border Left color for the above div is #a554aa

HTML with inline CSS

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

CSS Border Right color for the above div is #a554aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a554aa

HTML with inline CSS

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

CSS Border Top color for the above div is #a554aa

HTML with inline CSS

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

#a554aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a554aa Color code Preview on White Background

This is how #a554aa Color code will look on white background color. Color contrast ratio is 4.72

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

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