crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#a49faa hex color - Blue - Cool color - Information

#a49faa hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

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

Hex #a49faa color code is between #aa9999 web safe hex color code and #99aabb web safe hex color code. #aa9999 is the nearest web safe color code. You can see here many more shades of #a49faa color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea49faa#a49faa
RGB Decimal164, 159, 170rgb(164, 159, 170)
RGB Percent64%, 62%, 67%rgb(64%, 62%, 67%)
CSS RGBa164, 159, 170,1rgba(164,159,170,1)
CMYK Modelcmyk(4%,6%,0%,33%)
HSL Color Space267,6% ,65%hsl(267,6% ,65%)
HSV Color Space267°, 6%, 67%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001001001111110101010
Octal244237252
Decimal164159170
Hexa49faa

Different shades of #a49faa color code.

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

Light Shade of #a49faa
#bebac2
Dark Shade of #a49faa
#8a8492
Saturated Shade of #a49faa
#a396b3
Desaturated Shade of #a49faa
#a4a4a4
Grey scale Shade of #a49faa
#a4a4a4
Brighten Shade
#bdb8c3
Most Readable Shade
#000000

Shades of #a49faa color code

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

#a49faa
#918d97
#7f7b84
#6d6a71
#5b585e
#48464b
#363538
#242325
#121112
#000000

Similar Color like #a49faa color

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

#a5a0ab
#a6a1ac
#a7a2ad
#a8a3ae
#a9a4af
#aaa5b0
#aba6b1
#aca7b2
#ada8b3
#aea9b4
#afaab5
#b0abb6
#b1acb7
#b2adb8
#a39ea9
#a29da8
#a19ca7
#a09ba6
#9f9aa5
#9e99a4
#9d98a3
#9c97a2
#9b96a1
#9a95a0
#99949f
#98939e
#97929d
#96919c

Monochromatic Color with #a49faa

#a49faa
#cdc7d4
#f6eeff
#29282a
#524f55
#7b777f

Tints of #a49faa Color

#a49faa
#aea9b3
#b8b4bc
#c2bfc6
#ccc9cf
#d6d4d9
#e0dfe2
#eae9ec
#f4f4f5
#ffffff

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

#a49faa
#a5aa9f

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

Split Complementary

#a49faa
#aaaa9f
#9faa9f

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

Analogous Color

#a09faa
#a29faa
#a49faa
#a69faa
#a89faa

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

#a49faa
#aaa49f
#9faaa4

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

#a49faa
#aa9f9f
#a5aa9f
#9faaa9

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#a49faa
#a5aa9f
#9faa9f
#aa9faa

Double Complementary 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).

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

#a49faa Color Code Preview on Black Background Color

This is how #a49faa Color will look on black background color. Color contrast ratio is 8.12

#a49faa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a49faa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a49faa

#a49faa color code is use for CSS Background Color

Background color for the above div is #a49faa

HTML with inline CSS

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

#a49faa color code is use for CSS Border Color

CSS Border color for the above div is #a49faa

HTML with inline CSS

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

CSS Border Left color for the above div is #a49faa

HTML with inline CSS

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

CSS Border Right color for the above div is #a49faa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a49faa

HTML with inline CSS

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

CSS Border Top color for the above div is #a49faa

HTML with inline CSS

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

#a49faa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a49faa Color code Preview on White Background

This is how #a49faa Color code will look on white background color. Color contrast ratio is 2.59

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

Related Gradients

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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.