Skip to main content Skip to docs navigation

#a491aa hex color | Dark Violet & Warm color | 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 Aged to Perfection and its hex is #A58EA9 Nearest Color Name

Color Hue/Base color: Violet

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

Hex #a491aa color code is between #aa9999 web safe hex color code and #9988bb web safe hex color code. #aa9999 is the nearest web safe color code. You can see here many more shades of #a491aa color code.

RGB Chart

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

Color Table

Hex Color Code a491aa #a491aa
RGB Decimal 164, 145, 170 164, 145, 170
RGB Percent 64%, 57%, 67% rgb(64%, 57%, 67%)
CSS RGBa 164, 145, 170,1 rgba(164,145,170,1)
CMYK Model cmyk(4%,15%,0%,33.33%)
HSL Color Space 286,13% ,62% hsl(286,13% ,62%)
HSV Color Space 286°, 15%, 67%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100100 10010001 10101010
Octal 244 221 252
Decimal 164 145 170
Hex a4 91 aa

Different shades of #a491aa color code.

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

Darkest of #a491aa
#56475b
Darker of #a491aa
#725d78
Dark of #a491aa
#8c7494
Base of #a491aa
#a491aa
Light of #a491aa
#bcaec0
Lighter
#d4cbd6
Lightest
#ebe7ed

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

#a491aa
#97aa91

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

Split Complementary

#a491aa
#a3aa91
#91aa97

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

Analogous Color

#9591aa
#9a91aa
#a491aa
#aa91a8
#aa919d

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

#a491aa
#91aaa4
#aaa491

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

#a491aa
#aaa491
#97aa91
#9197aa

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

#a491aa
#aa9791
#97aa91
#91a3aa

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

#3b303f
#56475b
#725d78
#8c7494
#a491aa
#bcaec0
#d4cbd6
#ebe7ed
#ffffff

Tints of #a491aa Color

#a491aa
#ae9db3
#b8a9bc
#c2b5c6
#ccc1cf
#d6ced9
#e0dae2
#eae6ec
#f4f2f5
#ffffff

Shades of #a491aa color code

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

#a491aa
#918097
#7f7084
#6d6071
#5b505e
#48404b
#363038
#242025
#121012
#000000

Tones

#a491aa
#9d9d9d
#9d9d9d
#9d9d9d
#9d9d9d

Tones

Similar Color like #a491aa color

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

#a592ab
#a693ac
#a794ad
#a895ae
#a996af
#aa97b0
#ab98b1
#ac99b2
#ad9ab3
#ae9bb4
#af9cb5
#b09db6
#b19eb7
#b29fb8
#a390a9
#a28fa8
#a18ea7
#a08da6
#9f8ca5
#9e8ba4
#9d8aa3
#9c89a2
#9b88a1
#9a87a0
#99869f
#98859e
#97849d
#96839c

Download this

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

#a491aa Color Code Preview on Black Background Color

This is how #a491aa Color will look on black background color. Color contrast ratio is 7.21

#a491aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a491aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a491aa

#a491aa color code is use for CSS Background Color

Background color for the above div is #a491aa

HTML with inline CSS

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

#a491aa color code is use for CSS Border Color

CSS Border color for the above div is #a491aa

HTML with inline CSS

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

CSS Border Left color for the above div is #a491aa

HTML with inline CSS

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

CSS Border Right color for the above div is #a491aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a491aa

HTML with inline CSS

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

CSS Border Top color for the above div is #a491aa

HTML with inline CSS

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

#a491aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a491aa Color code Preview on White Background

This is how #a491aa Color code will look on white background color. Color contrast ratio is 2.91

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

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(164,145,170,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(151,170,145,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,145,170,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }