crispedge.com

Color picker

Loading...

#a359bf hex color - Violet - Warm color - Information

#a359bf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a359bf Color code in RGB color code model is created after adding 63.92% red color, 34.9% green color and 74.9% blue color. Hex #a359bf Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 53% magenta, 0% yellow and 25% black.

Hex #a359bf color code is between #aa55bb web safe hex color code and #9966cc web safe hex color code. #aa55bb is the nearest web safe color code. You can see here many more shades of #a359bf color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea359bf#a359bf
RGB Decimal163, 89, 191rgb(163, 89, 191)
RGB Percent64%, 35%, 75%rgb(64%, 35%, 75%)
CSS RGBa163, 89, 191,1rgba(163,89,191,1)
CMYK Modelcmyk(15%,53%,0%,25%)
HSL Color Space284,44% ,55%hsl(284,44% ,55%)
HSV Color Space284°, 53%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000110101100110111111
Octal243131277
Decimal16389191
Hexa359bf

Different shades of #a359bf color code.

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

Light Shade of #a359bf
#b77ecd
Dark Shade of #a359bf
#8940a5
Saturated Shade of #a359bf
#a84eca
Desaturated Shade of #a359bf
#9e65b3
Grey scale Shade of #a359bf
#8c8c8c
Brighten Shade
#bc72d8
Most Readable Shade
#FFFFFF

Shades of #a359bf color code

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

#a359bf
#904fa9
#7e4594
#6c3b7f
#5a316a
#482754
#361d3f
#24132a
#120915
#000000

Similar Color like #a359bf color

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

#a45ac0
#a55bc1
#a65cc2
#a75dc3
#a85ec4
#a95fc5
#aa60c6
#ab61c7
#ac62c8
#ad63c9
#ae64ca
#af65cb
#b066cc
#b167cd
#a258be
#a157bd
#a056bc
#9f55bb
#9e54ba
#9d53b9
#9c52b8
#9b51b7
#9a50b6
#994fb5
#984eb4
#974db3
#964cb2
#954bb1

Monochromatic Color with #a359bf

#a359bf
#c76de9
#120a15
#361e3f
#5a316a
#7f4594

Tints of #a359bf Color

#a359bf
#ad6bc6
#b77dcd
#c190d4
#cba2db
#d6b5e2
#e0c7e9
#eadaf0
#f4ecf7
#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

#a359bf
#75bf59

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

Split Complementary

#a359bf
#a8bf59
#59bf70

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

Analogous Color

#7a59bf
#8f59bf
#a359bf
#b759bf
#bf59b2

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

#a359bf
#bfa359
#59bfa3

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

#a359bf
#bf7059
#75bf59
#59a8bf

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

#a359bf
#75bf59
#59bf70
#bf59a8

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

#a359bf Color Code Preview on Black Background Color

This is how #a359bf Color will look on black background color. Color contrast ratio is 4.74

#a359bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a359bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a359bf

#a359bf color code is use for CSS Background Color

Background color for the above div is #a359bf

HTML with inline CSS

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

#a359bf color code is use for CSS Border Color

CSS Border color for the above div is #a359bf

HTML with inline CSS

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

CSS Border Left color for the above div is #a359bf

HTML with inline CSS

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

CSS Border Right color for the above div is #a359bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a359bf

HTML with inline CSS

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

CSS Border Top color for the above div is #a359bf

HTML with inline CSS

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

#a359bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a359bf Color code Preview on White Background

This is how #a359bf Color code will look on white background color. Color contrast ratio is 4.43

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

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(163,89,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(117,191,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(163,89,191,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.