Skip to main content Skip to docs navigation

#a481aa 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 Regal Orchid and its hex is #A282A9 Nearest Color Name

Color Hue/Base color: Violet

Hex #a481aa Color code in RGB color code model is created after adding 64.31% red color, 50.59% green color and 66.67% blue color. Hex #a481aa Color code in CMYK color (process color) code model is generated after subtraction of 4% cyan, 24% magenta, 0% yellow and 33.33% black.

Hex #a481aa color code is between #aa8899 web safe hex color code and #9977bb web safe hex color code. #aa8899 is the nearest web safe color code. You can see here many more shades of #a481aa color code.

RGB Chart

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

Color Table

Hex Color Code a481aa #a481aa
RGB Decimal 164, 129, 170 164, 129, 170
RGB Percent 64%, 51%, 67% rgb(64%, 51%, 67%)
CSS RGBa 164, 129, 170,1 rgba(164,129,170,1)
CMYK Model cmyk(4%,24%,0%,33.33%)
HSL Color Space 291,19% ,59% hsl(291,19% ,59%)
HSV Color Space 291°, 24%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100100 10000001 10101010
Octal 244 201 252
Decimal 164 129 170
Hex a4 81 aa

Different shades of #a481aa color code.

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

Darkest of #a481aa
#533b57
Darker of #a481aa
#704f76
Dark of #a481aa
#8d6494
Base of #a481aa
#a481aa
Light of #a481aa
#ba9fbf
Lighter
#d0bed3
Lightest
#e6dce8

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

#a481aa
#87aa81

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

Split Complementary

#a481aa
#9caa81
#81aa90

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

Analogous Color

#8c81aa
#9381aa
#a481aa
#aa81a2
#aa8191

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

#a481aa
#81aaa4
#aaa481

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

#a481aa
#aaa481
#87aa81
#8187aa

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

#a481aa
#aa9081
#87aa81
#819caa

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

#362639
#533b57
#704f76
#8d6494
#a481aa
#ba9fbf
#d0bed3
#e6dce8
#fcfbfc

Tints of #a481aa Color

#a481aa
#ae8fb3
#b89dbc
#c2abc6
#ccb9cf
#d6c7d9
#e0d5e2
#eae3ec
#f4f1f5
#ffffff

Shades of #a481aa color code

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

#a481aa
#917297
#7f6484
#6d5671
#5b475e
#48394b
#362b38
#241c25
#120e12
#000000

Tones

#a481aa
#969696
#969696
#969696
#969696

Tones

Similar Color like #a481aa color

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

#a582ab
#a683ac
#a784ad
#a885ae
#a986af
#aa87b0
#ab88b1
#ac89b2
#ad8ab3
#ae8bb4
#af8cb5
#b08db6
#b18eb7
#b28fb8
#a380a9
#a27fa8
#a17ea7
#a07da6
#9f7ca5
#9e7ba4
#9d7aa3
#9c79a2
#9b78a1
#9a77a0
#99769f
#98759e
#97749d
#96739c

Download this Dark Violet

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

#a481aa Color Code Preview on Black Background Color

This is how #a481aa Color will look on black background color. Color contrast ratio is 6.30

#a481aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a481aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a481aa

#a481aa color code is use for CSS Background Color

Background color for the above div is #a481aa

HTML with inline CSS

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

#a481aa color code is use for CSS Border Color

CSS Border color for the above div is #a481aa

HTML with inline CSS

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

CSS Border Left color for the above div is #a481aa

HTML with inline CSS

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

CSS Border Right color for the above div is #a481aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a481aa

HTML with inline CSS

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

CSS Border Top color for the above div is #a481aa

HTML with inline CSS

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

#a481aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a481aa Color code Preview on White Background

This is how #a481aa Color code will look on white background color. Color contrast ratio is 3.33

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

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