crispedge.com

Color picker

Loading...

#a965a7 hex color - Violet - Warm color - Information

#a965a7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a965a7 Color code in RGB color code model is created after adding 66.27% red color, 39.61% green color and 65.49% blue color. Hex #a965a7 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 40% magenta, 1% yellow and 34% black.

Hex #a965a7 color code is between #aa66aa web safe hex color code and #995599 web safe hex color code. #aa66aa is the nearest web safe color code. You can see here many more shades of #a965a7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea965a7#a965a7
RGB Decimal169, 101, 167rgb(169, 101, 167)
RGB Percent66%, 40%, 65%rgb(66%, 40%, 65%)
CSS RGBa169, 101, 167,1rgba(169,101,167,1)
CMYK Modelcmyk(0%,40%,1%,34%)
HSL Color Space302,28% ,53%hsl(302,28% ,53%)
HSV Color Space302°, 40%, 66%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010010110010110100111
Octal251145247
Decimal169101167
Hexa965a7

Different shades of #a965a7 color code.

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

Light Shade of #a965a7
#bb86ba
Dark Shade of #a965a7
#8d4e8b
Saturated Shade of #a965a7
#b559b2
Desaturated Shade of #a965a7
#9d719c
Grey scale Shade of #a965a7
#878787
Brighten Shade
#c27ec0
Most Readable Shade
#FFFFFF

Shades of #a965a7 color code

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

#a965a7
#965994
#834e81
#70436f
#5d385c
#4b2c4a
#382137
#251625
#120b12
#000000

Similar Color like #a965a7 color

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

#aa66a8
#ab67a9
#ac68aa
#ad69ab
#ae6aac
#af6bad
#b06cae
#b16daf
#b26eb0
#b36fb1
#b470b2
#b571b3
#b672b4
#b773b5
#a864a6
#a763a5
#a662a4
#a561a3
#a460a2
#a35fa1
#a25ea0
#a15d9f
#a05c9e
#9f5b9d
#9e5a9c
#9d599b
#9c589a
#9b5799

Monochromatic Color with #a965a7

#a965a7
#d37ed1
#fe98fb
#291929
#543253
#7e4c7d

Tints of #a965a7 Color

#a965a7
#b276b0
#bc87ba
#c598c4
#cfa9ce
#d8bad7
#e2cbe1
#ebdceb
#f5edf5
#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

#a965a7
#65a967

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

Split Complementary

#a965a7
#85a965
#65a989

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

Analogous Color

#9065a9
#9d65a9
#a965a7
#a96599
#a9658c

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

#a965a7
#a7a965
#65a7a9

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

#a965a7
#a98965
#65a967
#6585a9

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

#a965a7
#65a967
#65a989
#a96585

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

#a965a7 Color Code Preview on Black Background Color

This is how #a965a7 Color will look on black background color. Color contrast ratio is 5.11

#a965a7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a965a7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a965a7

#a965a7 color code is use for CSS Background Color

Background color for the above div is #a965a7

HTML with inline CSS

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

#a965a7 color code is use for CSS Border Color

CSS Border color for the above div is #a965a7

HTML with inline CSS

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

CSS Border Left color for the above div is #a965a7

HTML with inline CSS

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

CSS Border Right color for the above div is #a965a7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a965a7

HTML with inline CSS

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

CSS Border Top color for the above div is #a965a7

HTML with inline CSS

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

#a965a7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a965a7 Color code Preview on White Background

This is how #a965a7 Color code will look on white background color. Color contrast ratio is 4.11

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

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,101,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(101,169,103,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(169,101,167,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.