crispedge.com

Color picker

Loading...

#a47eb1 hex color - Violet - Warm color - Information

#a47eb1 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a47eb1 Color code in RGB color code model is created after adding 64.31% red color, 49.41% green color and 69.41% blue color. Hex #a47eb1 Color code in CMYK color (process color) code model is generated after subtraction of 7% cyan, 29% magenta, 0% yellow and 31% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea47eb1#a47eb1
RGB Decimal164, 126, 177rgb(164, 126, 177)
RGB Percent64%, 49%, 69%rgb(64%, 49%, 69%)
CSS RGBa164, 126, 177,1rgba(164,126,177,1)
CMYK Modelcmyk(7%,29%,0%,31%)
HSL Color Space285,25% ,59%hsl(285,25% ,59%)
HSV Color Space285°, 29%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001000111111010110001
Octal244176261
Decimal164126177
Hexa47eb1

Different shades of #a47eb1 color code.

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

Light Shade of #a47eb1
#ba9ec4
Dark Shade of #a47eb1
#8d5f9d
Saturated Shade of #a47eb1
#a974bb
Desaturated Shade of #a47eb1
#9f88a7
Grey scale Shade of #a47eb1
#979797
Brighten Shade
#bd97ca
Most Readable Shade
#000000

Shades of #a47eb1 color code

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

#a47eb1
#91709d
#7f6289
#6d5476
#5b4662
#48384e
#362a3b
#241c27
#120e13
#000000

Similar Color like #a47eb1 color

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

#a57fb2
#a680b3
#a781b4
#a882b5
#a983b6
#aa84b7
#ab85b8
#ac86b9
#ad87ba
#ae88bb
#af89bc
#b08abd
#b18bbe
#b28cbf
#a37db0
#a27caf
#a17bae
#a07aad
#9f79ac
#9e78ab
#9d77aa
#9c76a9
#9b75a8
#9a74a7
#9973a6
#9872a5
#9771a4
#9670a3

Monochromatic Color with #a47eb1

#a47eb1
#cb9cdb
#060507
#2e2331
#55415c
#7d6086

Tints of #a47eb1 Color

#a47eb1
#ae8cb9
#b89ac2
#c2a9cb
#ccb7d3
#d6c5dc
#e0d4e5
#eae2ed
#f4f0f6
#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

#a47eb1
#8bb17e

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

Split Complementary

#a47eb1
#a4b17e
#7eb18b

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

Analogous Color

#907eb1
#9a7eb1
#a47eb1
#ae7eb1
#b17eaa

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

#a47eb1
#b1a47e
#7eb1a4

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

#a47eb1
#b18a7e
#8bb17e
#7ea4b1

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

#a47eb1
#8bb17e
#7eb18b
#b17ea4

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 #a47eb1 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.

#a47eb1 Color Code Preview on Black Background Color

This is how #a47eb1 Color will look on black background color. Color contrast ratio is 6.20

#a47eb1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a47eb1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a47eb1

#a47eb1 color code is use for CSS Background Color

Background color for the above div is #a47eb1

HTML with inline CSS

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

#a47eb1 color code is use for CSS Border Color

CSS Border color for the above div is #a47eb1

HTML with inline CSS

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

CSS Border Left color for the above div is #a47eb1

HTML with inline CSS

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

CSS Border Right color for the above div is #a47eb1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a47eb1

HTML with inline CSS

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

CSS Border Top color for the above div is #a47eb1

HTML with inline CSS

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

#a47eb1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a47eb1 Color code Preview on White Background

This is how #a47eb1 Color code will look on white background color. Color contrast ratio is 3.39

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.