crispedge.com

Color picker

Loading...

#a257b5 hex color - Violet - Warm color - Information

#a257b5 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a257b5 Color code in RGB color code model is created after adding 63.53% red color, 34.12% green color and 70.98% blue color. Hex #a257b5 Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 52% magenta, 0% yellow and 29% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea257b5#a257b5
RGB Decimal162, 87, 181rgb(162, 87, 181)
RGB Percent64%, 34%, 71%rgb(64%, 34%, 71%)
CSS RGBa162, 87, 181,1rgba(162,87,181,1)
CMYK Modelcmyk(10%,52%,0%,29%)
HSL Color Space288,39% ,53%hsl(288,39% ,53%)
HSV Color Space288°, 52%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000100101011110110101
Octal242127265
Decimal16287181
Hexa257b5

Different shades of #a257b5 color code.

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

Light Shade of #a257b5
#b67ac5
Dark Shade of #a257b5
#864297
Saturated Shade of #a257b5
#a94bc1
Desaturated Shade of #a257b5
#9b63a9
Grey scale Shade of #a257b5
#868686
Brighten Shade
#bb70ce
Most Readable Shade
#FFFFFF

Shades of #a257b5 color code

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

#a257b5
#904da0
#7e438c
#6c3a78
#5a3064
#482650
#361d3c
#241328
#120914
#000000

Similar Color like #a257b5 color

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

#a358b6
#a459b7
#a55ab8
#a65bb9
#a75cba
#a85dbb
#a95ebc
#aa5fbd
#ab60be
#ac61bf
#ad62c0
#ae63c1
#af64c2
#b065c3
#a156b4
#a055b3
#9f54b2
#9e53b1
#9d52b0
#9c51af
#9b50ae
#9a4fad
#994eac
#984dab
#974caa
#964ba9
#954aa8
#9449a7

Monochromatic Color with #a257b5

#a257b5
#c86bdf
#0a050b
#301a35
#562e60
#7c438a

Tints of #a257b5 Color

#a257b5
#ac69bd
#b67cc5
#c18fcd
#cba1d5
#d5b4de
#e0c7e6
#ead9ee
#f4ecf6
#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

#a257b5
#6ab557

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

Split Complementary

#a257b5
#99b557
#57b573

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

Analogous Color

#7c57b5
#8f57b5
#a257b5
#b557b5
#b557a2

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

#a257b5
#b5a257
#57b5a2

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

#a257b5
#b57357
#6ab557
#5799b5

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

#a257b5
#6ab557
#57b573
#b55799

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

#a257b5 Color Code Preview on Black Background Color

This is how #a257b5 Color will look on black background color. Color contrast ratio is 4.57

#a257b5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a257b5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a257b5

#a257b5 color code is use for CSS Background Color

Background color for the above div is #a257b5

HTML with inline CSS

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

#a257b5 color code is use for CSS Border Color

CSS Border color for the above div is #a257b5

HTML with inline CSS

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

CSS Border Left color for the above div is #a257b5

HTML with inline CSS

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

CSS Border Right color for the above div is #a257b5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a257b5

HTML with inline CSS

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

CSS Border Top color for the above div is #a257b5

HTML with inline CSS

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

#a257b5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a257b5 Color code Preview on White Background

This is how #a257b5 Color code will look on white background color. Color contrast ratio is 4.60

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

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(162,87,181,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(106,181,87,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(162,87,181,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.