crispedge.com

Color picker

Loading...

#a87da1 hex color - Violet - Warm color - Information

#a87da1 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a87da1 Color code in RGB color code model is created after adding 65.88% red color, 49.02% green color and 63.14% blue color. Hex #a87da1 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 26% magenta, 4% yellow and 34% black.

Hex #a87da1 color code is between #aa7799 web safe hex color code and #9988aa web safe hex color code. #aa7799 is the nearest web safe color code. You can see here many more shades of #a87da1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea87da1#a87da1
RGB Decimal168, 125, 161rgb(168, 125, 161)
RGB Percent66%, 49%, 63%rgb(66%, 49%, 63%)
CSS RGBa168, 125, 161,1rgba(168,125,161,1)
CMYK Modelcmyk(0%,26%,4%,34%)
HSL Color Space310,20% ,57%hsl(310,20% ,57%)
HSV Color Space310°, 26%, 66%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010000111110110100001
Octal250175241
Decimal168125161
Hexa87da1

Different shades of #a87da1 color code.

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

Light Shade of #a87da1
#bc9cb7
Dark Shade of #a87da1
#916189
Saturated Shade of #a87da1
#b372a8
Desaturated Shade of #a87da1
#9d889a
Grey scale Shade of #a87da1
#929292
Brighten Shade
#c196ba
Most Readable Shade
#000000

Shades of #a87da1 color code

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

#a87da1
#956f8f
#82617d
#70536b
#5d4559
#4a3747
#382935
#251b23
#120d11
#000000

Similar Color like #a87da1 color

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

#a97ea2
#aa7fa3
#ab80a4
#ac81a5
#ad82a6
#ae83a7
#af84a8
#b085a9
#b186aa
#b287ab
#b388ac
#b489ad
#b58aae
#b68baf
#a77ca0
#a67b9f
#a57a9e
#a4799d
#a3789c
#a2779b
#a1769a
#a07599
#9f7498
#9e7397
#9d7296
#9c7195
#9b7094
#9a6f93

Monochromatic Color with #a87da1

#a87da1
#d29dca
#fdbcf2
#281e27
#533e50
#7d5d78

Tints of #a87da1 Color

#a87da1
#b18bab
#bb99b5
#c5a8c0
#ceb6ca
#d8c5d5
#e2d3df
#ebe2ea
#f5f0f4
#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

#a87da1
#7da884

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

Split Complementary

#a87da1
#8ba87d
#7da89a

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

Analogous Color

#9e7da8
#a67da8
#a87da1
#a87d98
#a87d90

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

#a87da1
#a1a87d
#7da1a8

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

#a87da1
#a8997d
#7da884
#7d8ba8

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

#a87da1
#7da884
#7da899
#a87d8b

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

#a87da1 Color Code Preview on Black Background Color

This is how #a87da1 Color will look on black background color. Color contrast ratio is 6.11

#a87da1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a87da1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a87da1

#a87da1 color code is use for CSS Background Color

Background color for the above div is #a87da1

HTML with inline CSS

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

#a87da1 color code is use for CSS Border Color

CSS Border color for the above div is #a87da1

HTML with inline CSS

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

CSS Border Left color for the above div is #a87da1

HTML with inline CSS

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

CSS Border Right color for the above div is #a87da1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a87da1

HTML with inline CSS

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

CSS Border Top color for the above div is #a87da1

HTML with inline CSS

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

#a87da1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a87da1 Color code Preview on White Background

This is how #a87da1 Color code will look on white background color. Color contrast ratio is 3.44

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

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(168,125,161,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(125,168,132,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(168,125,161,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.