crispedge.com

Color picker

Loading...

#a475bb hex color - Violet - Warm color - Information

#a475bb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a475bb Color code in RGB color code model is created after adding 64.31% red color, 45.88% green color and 73.33% blue color. Hex #a475bb Color code in CMYK color (process color) code model is generated after subtraction of 12% cyan, 37% magenta, 0% yellow and 27% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea475bb#a475bb
RGB Decimal164, 117, 187rgb(164, 117, 187)
RGB Percent64%, 46%, 73%rgb(64%, 46%, 73%)
CSS RGBa164, 117, 187,1rgba(164,117,187,1)
CMYK Modelcmyk(12%,37%,0%,27%)
HSL Color Space280,34% ,60%hsl(280,34% ,60%)
HSV Color Space280°, 37%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001000111010110111011
Octal244165273
Decimal164117187
Hexa475bb

Different shades of #a475bb color code.

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

Light Shade of #a475bb
#bb97cc
Dark Shade of #a475bb
#8d54a9
Saturated Shade of #a475bb
#a86bc5
Desaturated Shade of #a475bb
#a07fb1
Grey scale Shade of #a475bb
#989898
Brighten Shade
#bd8ed4
Most Readable Shade
#FFFFFF

Shades of #a475bb color code

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

#a475bb
#9168a6
#7f5b91
#6d4e7c
#5b4167
#483453
#36273e
#241a29
#120d14
#000000

Similar Color like #a475bb color

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

#a576bc
#a677bd
#a778be
#a879bf
#a97ac0
#aa7bc1
#ab7cc2
#ac7dc3
#ad7ec4
#ae7fc5
#af80c6
#b081c7
#b182c8
#b283c9
#a374ba
#a273b9
#a172b8
#a071b7
#9f70b6
#9e6fb5
#9d6eb4
#9c6db3
#9b6cb2
#9a6bb1
#996ab0
#9869af
#9768ae
#9667ad

Monochromatic Color with #a475bb

#a475bb
#c990e5
#0f0b11
#34253b
#594066
#7f5a90

Tints of #a475bb Color

#a475bb
#ae84c2
#b893ca
#c2a3d1
#ccb2d9
#d6c1e0
#e0d1e8
#eae0ef
#f4eff7
#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

#a475bb
#8cbb75

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

Split Complementary

#a475bb
#afbb75
#75bb81

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

Analogous Color

#8875bb
#9675bb
#a475bb
#b275bb
#bb75b6

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

#a475bb
#bba475
#75bba4

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

#a475bb
#bb8175
#8cbb75
#75afbb

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

#a475bb
#8cbb75
#75bb81
#bb75af

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

#a475bb Color Code Preview on Black Background Color

This is how #a475bb Color will look on black background color. Color contrast ratio is 5.84

#a475bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a475bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a475bb

#a475bb color code is use for CSS Background Color

Background color for the above div is #a475bb

HTML with inline CSS

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

#a475bb color code is use for CSS Border Color

CSS Border color for the above div is #a475bb

HTML with inline CSS

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

CSS Border Left color for the above div is #a475bb

HTML with inline CSS

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

CSS Border Right color for the above div is #a475bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a475bb

HTML with inline CSS

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

CSS Border Top color for the above div is #a475bb

HTML with inline CSS

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

#a475bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a475bb Color code Preview on White Background

This is how #a475bb Color code will look on white background color. Color contrast ratio is 3.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 #a475bb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #a475bb; }

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(164,117,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(140,187,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,117,187,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.