crispedge.com

Color picker

Loading...

#a447ba hex color - Violet - Warm color - Information

#a447ba hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #a447ba color code is between #aa44bb web safe hex color code and #9955aa web safe hex color code. #aa44bb is the nearest web safe color code. You can see here many more shades of #a447ba color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea447ba#a447ba
RGB Decimal164, 71, 186rgb(164, 71, 186)
RGB Percent64%, 28%, 73%rgb(64%, 28%, 73%)
CSS RGBa164, 71, 186,1rgba(164,71,186,1)
CMYK Modelcmyk(12%,62%,0%,27%)
HSL Color Space289,45% ,50%hsl(289,45% ,50%)
HSV Color Space289°, 62%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001000100011110111010
Octal244107272
Decimal16471186
Hexa447ba

Different shades of #a447ba color code.

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

Light Shade of #a447ba
#b66cc8
Dark Shade of #a447ba
#843896
Saturated Shade of #a447ba
#ac3ac7
Desaturated Shade of #a447ba
#9c54ad
Grey scale Shade of #a447ba
#808080
Brighten Shade
#bd60d3
Most Readable Shade
#FFFFFF

Shades of #a447ba color code

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

#a447ba
#913fa5
#7f3790
#6d2f7c
#5b2767
#481f52
#36173e
#240f29
#120714
#000000

Similar Color like #a447ba color

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

#a548bb
#a649bc
#a74abd
#a84bbe
#a94cbf
#aa4dc0
#ab4ec1
#ac4fc2
#ad50c3
#ae51c4
#af52c5
#b053c6
#b154c7
#b255c8
#a346b9
#a245b8
#a144b7
#a043b6
#9f42b5
#9e41b4
#9d40b3
#9c3fb2
#9b3eb1
#9a3db0
#993caf
#983bae
#973aad
#9639ac

Monochromatic Color with #a447ba

#a447ba
#c957e4
#0e0610
#34163a
#592765
#7f378f

Tints of #a447ba Color

#a447ba
#ae5bc1
#b86fc9
#c284d1
#cc98d8
#d6ade0
#e0c1e8
#ead6ef
#f4eaf7
#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

#a447ba
#5dba47

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

Split Complementary

#a447ba
#96ba47
#47ba6b

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

Analogous Color

#7647ba
#8d47ba
#a447ba
#ba47b9
#ba47a2

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

#a447ba
#baa447
#47baa4

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

#a447ba
#ba6a47
#5dba47
#4796ba

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

#a447ba
#5dba47
#47ba6b
#ba4796

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

#a447ba Color Code Preview on Black Background Color

This is how #a447ba Color will look on black background color. Color contrast ratio is 4.19

#a447ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a447ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a447ba

#a447ba color code is use for CSS Background Color

Background color for the above div is #a447ba

HTML with inline CSS

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

#a447ba color code is use for CSS Border Color

CSS Border color for the above div is #a447ba

HTML with inline CSS

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

CSS Border Left color for the above div is #a447ba

HTML with inline CSS

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

CSS Border Right color for the above div is #a447ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a447ba

HTML with inline CSS

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

CSS Border Top color for the above div is #a447ba

HTML with inline CSS

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

#a447ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a447ba Color code Preview on White Background

This is how #a447ba Color code will look on white background color. Color contrast ratio is 5.01

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

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,71,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(93,186,71,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(164,71,186,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.