crispedge.com

Color picker

Loading...

#a975da hex color - Violet - Warm color - Information

#a975da hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a975da Color code in RGB color code model is created after adding 66.27% red color, 45.88% green color and 85.49% blue color. Hex #a975da Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 46% magenta, 0% yellow and 15% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea975da#a975da
RGB Decimal169, 117, 218rgb(169, 117, 218)
RGB Percent66%, 46%, 85%rgb(66%, 46%, 85%)
CSS RGBa169, 117, 218,1rgba(169,117,218,1)
CMYK Modelcmyk(22%,46%,0%,15%)
HSL Color Space271,58% ,66%hsl(271,58% ,66%)
HSV Color Space271°, 46%, 85%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010010111010111011010
Octal251165332
Decimal169117218
Hexa975da

Different shades of #a975da color code.

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

Light Shade of #a975da
#c29de5
Dark Shade of #a975da
#904dcf
Saturated Shade of #a975da
#a96ce3
Desaturated Shade of #a975da
#a97ed1
Grey scale Shade of #a975da
#a7a7a7
Brighten Shade
#c28ef3
Most Readable Shade
#000000

Shades of #a975da color code

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

#a975da
#9668c1
#835ba9
#704e91
#5d4179
#4b3460
#382748
#251a30
#120d18
#000000

Similar Color like #a975da color

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

#aa76db
#ab77dc
#ac78dd
#ad79de
#ae7adf
#af7be0
#b07ce1
#b17de2
#b27ee3
#b37fe4
#b480e5
#b581e6
#b682e7
#b783e8
#a874d9
#a773d8
#a672d7
#a571d6
#a470d5
#a36fd4
#a26ed3
#a16dd2
#a06cd1
#9f6bd0
#9e6acf
#9d69ce
#9c68cd
#9b67cc

Monochromatic Color with #a975da

#a975da
#040305
#251a30
#46315a
#674785
#885eaf

Tints of #a975da Color

#a975da
#b284de
#bc93e2
#c5a3e6
#cfb2ea
#d8c1ee
#e2d1f2
#ebe0f6
#f5effa
#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

#a975da
#a6da75

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

Split Complementary

#a975da
#d9da75
#75da76

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

Analogous Color

#8175da
#9575da
#a975da
#bd75da
#d175da

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

#a975da
#daa975
#75daa9

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

#a975da
#da7675
#a6da75
#75d8da

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

#a975da
#a6da75
#75da76
#da75d9

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

#a975da Color Code Preview on Black Background Color

This is how #a975da Color will look on black background color. Color contrast ratio is 6.24

#a975da in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a975da

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a975da

#a975da color code is use for CSS Background Color

Background color for the above div is #a975da

HTML with inline CSS

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

#a975da color code is use for CSS Border Color

CSS Border color for the above div is #a975da

HTML with inline CSS

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

CSS Border Left color for the above div is #a975da

HTML with inline CSS

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

CSS Border Right color for the above div is #a975da

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a975da

HTML with inline CSS

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

CSS Border Top color for the above div is #a975da

HTML with inline CSS

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

#a975da hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a975da Color code Preview on White Background

This is how #a975da Color code will look on white background color. Color contrast ratio is 3.36

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

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,117,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(166,218,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(169,117,218,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.