crispedge.com

Color picker

Loading...

#a157bf hex color - Violet - Warm color - Information

#a157bf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a157bf Color code in RGB color code model is created after adding 63.14% red color, 34.12% green color and 74.9% blue color. Hex #a157bf Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 54% magenta, 0% yellow and 25% black.

Hex #a157bf color code is between #9955bb web safe hex color code and #aa66cc web safe hex color code. #9955bb is the nearest web safe color code. You can see here many more shades of #a157bf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea157bf#a157bf
RGB Decimal161, 87, 191rgb(161, 87, 191)
RGB Percent63%, 34%, 75%rgb(63%, 34%, 75%)
CSS RGBa161, 87, 191,1rgba(161,87,191,1)
CMYK Modelcmyk(16%,54%,0%,25%)
HSL Color Space283,45% ,55%hsl(283,45% ,55%)
HSV Color Space283°, 54%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000010101011110111111
Octal241127277
Decimal16187191
Hexa157bf

Different shades of #a157bf color code.

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

Light Shade of #a157bf
#b67ccd
Dark Shade of #a157bf
#873fa4
Saturated Shade of #a157bf
#a64bcb
Desaturated Shade of #a157bf
#9c63b3
Grey scale Shade of #a157bf
#8b8b8b
Brighten Shade
#ba70d8
Most Readable Shade
#FFFFFF

Shades of #a157bf color code

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

#a157bf
#8f4da9
#7d4394
#6b3a7f
#59306a
#472654
#351d3f
#23132a
#110915
#000000

Similar Color like #a157bf color

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

#a258c0
#a359c1
#a45ac2
#a55bc3
#a65cc4
#a75dc5
#a85ec6
#a95fc7
#aa60c8
#ab61c9
#ac62ca
#ad63cb
#ae64cc
#af65cd
#a056be
#9f55bd
#9e54bc
#9d53bb
#9c52ba
#9b51b9
#9a50b8
#994fb7
#984eb6
#974db5
#964cb4
#954bb3
#944ab2
#9349b1

Monochromatic Color with #a157bf

#a157bf
#c56ae9
#120a15
#361d3f
#59306a
#7d4494

Tints of #a157bf Color

#a157bf
#ab69c6
#b57ccd
#c08fd4
#caa1db
#d5b4e2
#dfc7e9
#ead9f0
#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

#a157bf
#75bf57

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

Split Complementary

#a157bf
#a9bf57
#57bf6d

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

Analogous Color

#7757bf
#8c57bf
#a157bf
#b657bf
#bf57b3

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

#a157bf
#bfa157
#57bfa1

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

#a157bf
#bf6d57
#75bf57
#57a9bf

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

#a157bf
#75bf57
#57bf6d
#bf57a9

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

#a157bf Color Code Preview on Black Background Color

This is how #a157bf Color will look on black background color. Color contrast ratio is 4.63

#a157bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a157bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a157bf

#a157bf color code is use for CSS Background Color

Background color for the above div is #a157bf

HTML with inline CSS

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

#a157bf color code is use for CSS Border Color

CSS Border color for the above div is #a157bf

HTML with inline CSS

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

CSS Border Left color for the above div is #a157bf

HTML with inline CSS

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

CSS Border Right color for the above div is #a157bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a157bf

HTML with inline CSS

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

CSS Border Top color for the above div is #a157bf

HTML with inline CSS

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

#a157bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a157bf Color code Preview on White Background

This is how #a157bf Color code will look on white background color. Color contrast ratio is 4.53

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

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