crispedge.com

Color picker

Loading...

#a95fdc hex color - Violet - Warm color - Information

#a95fdc hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a95fdc Color code in RGB color code model is created after adding 66.27% red color, 37.25% green color and 86.27% blue color. Hex #a95fdc Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 57% magenta, 0% yellow and 14% black.

Hex #a95fdc color code is between #aa66dd web safe hex color code and #9955cc web safe hex color code. #aa66dd is the nearest web safe color code. You can see here many more shades of #a95fdc color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea95fdc#a95fdc
RGB Decimal169, 95, 220rgb(169, 95, 220)
RGB Percent66%, 37%, 86%rgb(66%, 37%, 86%)
CSS RGBa169, 95, 220,1rgba(169,95,220,1)
CMYK Modelcmyk(23%,57%,0%,14%)
HSL Color Space276,64% ,62%hsl(276,64% ,62%)
HSV Color Space276°, 57%, 86%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010010101111111011100
Octal251137334
Decimal16995220
Hexa95fdc

Different shades of #a95fdc color code.

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

Light Shade of #a95fdc
#bf89e5
Dark Shade of #a95fdc
#9235d3
Saturated Shade of #a95fdc
#ab55e6
Desaturated Shade of #a95fdc
#a769d2
Grey scale Shade of #a95fdc
#9d9d9d
Brighten Shade
#c278f5
Most Readable Shade
#FFFFFF

Shades of #a95fdc color code

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

#a95fdc
#9654c3
#8349ab
#703f92
#5d347a
#4b2a61
#381f49
#251530
#120a18
#000000

Similar Color like #a95fdc color

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

#aa60dd
#ab61de
#ac62df
#ad63e0
#ae64e1
#af65e2
#b066e3
#b167e4
#b268e5
#b369e6
#b46ae7
#b56be8
#b66ce9
#b76dea
#a85edb
#a75dda
#a65cd9
#a55bd8
#a45ad7
#a359d6
#a258d5
#a157d4
#a056d3
#9f55d2
#9e54d1
#9d53d0
#9c52cf
#9b51ce

Monochromatic Color with #a95fdc

#a95fdc
#060307
#261632
#47285c
#683a87
#884db1

Tints of #a95fdc Color

#a95fdc
#b270df
#bc82e3
#c594e7
#cfa6eb
#d8b7ef
#e2c9f3
#ebdbf7
#f5edfb
#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

#a95fdc
#92dc5f

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

Split Complementary

#a95fdc
#d1dc5f
#5fdc6a

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

Analogous Color

#775fdc
#905fdc
#a95fdc
#c25fdc
#db5fdc

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

#a95fdc
#dca95f
#5fdca9

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

#a95fdc
#dc6a5f
#92dc5f
#5fd0dc

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

#a95fdc
#92dc5f
#5fdc6a
#dc5fd1

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

#a95fdc Color Code Preview on Black Background Color

This is how #a95fdc Color will look on black background color. Color contrast ratio is 5.36

#a95fdc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a95fdc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a95fdc

#a95fdc color code is use for CSS Background Color

Background color for the above div is #a95fdc

HTML with inline CSS

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

#a95fdc color code is use for CSS Border Color

CSS Border color for the above div is #a95fdc

HTML with inline CSS

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

CSS Border Left color for the above div is #a95fdc

HTML with inline CSS

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

CSS Border Right color for the above div is #a95fdc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a95fdc

HTML with inline CSS

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

CSS Border Top color for the above div is #a95fdc

HTML with inline CSS

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

#a95fdc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a95fdc Color code Preview on White Background

This is how #a95fdc Color code will look on white background color. Color contrast ratio is 3.92

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

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,95,220,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(146,220,95,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(169,95,220,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.