crispedge.com

Color picker

Loading...

#a8349f hex color - Violet - Warm color - Information

#a8349f hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a8349f Color code in RGB color code model is created after adding 65.88% red color, 20.39% green color and 62.35% blue color. Hex #a8349f Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 5% yellow and 34% black.

Hex #a8349f color code is between #aa3399 web safe hex color code and #9944aa web safe hex color code. #aa3399 is the nearest web safe color code. You can see here many more shades of #a8349f color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea8349f#a8349f
RGB Decimal168, 52, 159rgb(168, 52, 159)
RGB Percent66%, 20%, 62%rgb(66%, 20%, 62%)
CSS RGBa168, 52, 159,1rgba(168,52,159,1)
CMYK Modelcmyk(0%,69%,5%,34%)
HSL Color Space305,53% ,43%hsl(305,53% ,43%)
HSV Color Space305°, 69%, 66%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010000011010010011111
Octal25064237
Decimal16852159
Hexa8349f

Different shades of #a8349f color code.

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

Light Shade of #a8349f
#c648bd
Dark Shade of #a8349f
#81287a
Saturated Shade of #a8349f
#b329a8
Desaturated Shade of #a8349f
#9d3f96
Grey scale Shade of #a8349f
#6e6e6e
Brighten Shade
#c14db8
Most Readable Shade
#FFFFFF

Shades of #a8349f color code

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

#a8349f
#952e8d
#82287b
#70226a
#5d1c58
#4a1746
#381135
#250b23
#120511
#000000

Similar Color like #a8349f color

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

#a935a0
#aa36a1
#ab37a2
#ac38a3
#ad39a4
#ae3aa5
#af3ba6
#b03ca7
#b13da8
#b23ea9
#b33faa
#b440ab
#b541ac
#b642ad
#a7339e
#a6329d
#a5319c
#a4309b
#a32f9a
#a22e99
#a12d98
#a02c97
#9f2b96
#9e2a95
#9d2994
#9c2893
#9b2792
#9a2691

Monochromatic Color with #a8349f

#a8349f
#d241c7
#fd4eef
#280d26
#531a4f
#7d2777

Tints of #a8349f Color

#a8349f
#b14aa9
#bb61b4
#c577bf
#ce8ec9
#d8a4d4
#e2bbdf
#ebd1e9
#f5e8f4
#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

#a8349f
#34a83d

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

Split Complementary

#a8349f
#65a834
#34a877

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

Analogous Color

#8334a8
#9a34a8
#a8349f
#a83488
#a83471

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

#a8349f
#9fa834
#349fa8

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

#a8349f
#a87734
#34a83d
#3465a8

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

#a8349f
#34a83d
#34a877
#a83465

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

#a8349f Color Code Preview on Black Background Color

This is how #a8349f Color will look on black background color. Color contrast ratio is 3.66

#a8349f in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a8349f

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a8349f

#a8349f color code is use for CSS Background Color

Background color for the above div is #a8349f

HTML with inline CSS

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

#a8349f color code is use for CSS Border Color

CSS Border color for the above div is #a8349f

HTML with inline CSS

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

CSS Border Left color for the above div is #a8349f

HTML with inline CSS

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

CSS Border Right color for the above div is #a8349f

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a8349f

HTML with inline CSS

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

CSS Border Top color for the above div is #a8349f

HTML with inline CSS

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

#a8349f hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a8349f Color code Preview on White Background

This is how #a8349f Color code will look on white background color. Color contrast ratio is 5.74

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

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,52,159,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(52,168,61,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(168,52,159,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.