crispedge.com

Color picker

Loading...

#a95bd5 hex color - Violet - Warm color - Information

#a95bd5 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a95bd5 Color code in RGB color code model is created after adding 66.27% red color, 35.69% green color and 83.53% blue color. Hex #a95bd5 Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 57% magenta, 0% yellow and 16% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea95bd5#a95bd5
RGB Decimal169, 91, 213rgb(169, 91, 213)
RGB Percent66%, 36%, 84%rgb(66%, 36%, 84%)
CSS RGBa169, 91, 213,1rgba(169,91,213,1)
CMYK Modelcmyk(21%,57%,0%,16%)
HSL Color Space278,59% ,60%hsl(278,59% ,60%)
HSV Color Space278°, 57%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010010101101111010101
Octal251133325
Decimal16991213
Hexa95bd5

Different shades of #a95bd5 color code.

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

Light Shade of #a95bd5
#be84df
Dark Shade of #a95bd5
#9334c9
Saturated Shade of #a95bd5
#ac51df
Desaturated Shade of #a95bd5
#a665cb
Grey scale Shade of #a95bd5
#989898
Brighten Shade
#c274ee
Most Readable Shade
#FFFFFF

Shades of #a95bd5 color code

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

#a95bd5
#9650bd
#8346a5
#703c8e
#5d3276
#4b285e
#381e47
#25142f
#120a17
#000000

Similar Color like #a95bd5 color

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

#aa5cd6
#ab5dd7
#ac5ed8
#ad5fd9
#ae60da
#af61db
#b062dc
#b163dd
#b264de
#b365df
#b466e0
#b567e1
#b668e2
#b769e3
#a85ad4
#a759d3
#a658d2
#a557d1
#a456d0
#a355cf
#a254ce
#a153cd
#a052cc
#9f51cb
#9e50ca
#9d4fc9
#9c4ec8
#9b4dc7

Monochromatic Color with #a95bd5

#a95bd5
#000000
#22122b
#442555
#663780
#8749aa

Tints of #a95bd5 Color

#a95bd5
#b26dd9
#bc7fde
#c591e3
#cfa3e7
#d8b6ec
#e2c8f1
#ebdaf5
#f5ecfa
#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

#a95bd5
#87d55b

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

Split Complementary

#a95bd5
#c4d55b
#5bd56c

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

Analogous Color

#785bd5
#915bd5
#a95bd5
#c15bd5
#d55bd0

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

#a95bd5
#d5a95b
#5bd5a9

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

#a95bd5
#d56c5b
#87d55b
#5bc4d5

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

#a95bd5
#87d55b
#5bd56c
#d55bc4

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

#a95bd5 Color Code Preview on Black Background Color

This is how #a95bd5 Color will look on black background color. Color contrast ratio is 5.14

#a95bd5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a95bd5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a95bd5

#a95bd5 color code is use for CSS Background Color

Background color for the above div is #a95bd5

HTML with inline CSS

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

#a95bd5 color code is use for CSS Border Color

CSS Border color for the above div is #a95bd5

HTML with inline CSS

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

CSS Border Left color for the above div is #a95bd5

HTML with inline CSS

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

CSS Border Right color for the above div is #a95bd5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a95bd5

HTML with inline CSS

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

CSS Border Top color for the above div is #a95bd5

HTML with inline CSS

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

#a95bd5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a95bd5 Color code Preview on White Background

This is how #a95bd5 Color code will look on white background color. Color contrast ratio is 4.08

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

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(169,91,213,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(135,213,91,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(169,91,213,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.