crispedge.com

Color picker

Loading...

#a44ebb hex color - Violet - Warm color - Information

#a44ebb hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #a44ebb color code is between #aa55aa web safe hex color code and #9944cc web safe hex color code. #aa55aa is the nearest web safe color code. You can see here many more shades of #a44ebb color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codea44ebb#a44ebb
RGB Decimal164, 78, 187rgb(164, 78, 187)
RGB Percent64%, 31%, 73%rgb(64%, 31%, 73%)
CSS RGBa164, 78, 187,1rgba(164,78,187,1)
CMYK Modelcmyk(12%,58%,0%,27%)
HSL Color Space287,44% ,52%hsl(287,44% ,52%)
HSV Color Space287°, 58%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001000100111010111011
Octal244116273
Decimal16478187
Hexa44ebb

Different shades of #a44ebb color code.

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

Light Shade of #a44ebb
#b773c9
Dark Shade of #a44ebb
#873b9b
Saturated Shade of #a44ebb
#ab42c7
Desaturated Shade of #a44ebb
#9d5aaf
Grey scale Shade of #a44ebb
#848484
Brighten Shade
#bd67d4
Most Readable Shade
#FFFFFF

Shades of #a44ebb color code

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

#a44ebb
#9145a6
#7f3c91
#6d347c
#5b2b67
#482253
#361a3e
#241129
#120814
#000000

Similar Color like #a44ebb color

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

#a54fbc
#a650bd
#a751be
#a852bf
#a953c0
#aa54c1
#ab55c2
#ac56c3
#ad57c4
#ae58c5
#af59c6
#b05ac7
#b15bc8
#b25cc9
#a34dba
#a24cb9
#a14bb8
#a04ab7
#9f49b6
#9e48b5
#9d47b4
#9c46b3
#9b45b2
#9a44b1
#9943b0
#9842af
#9741ae
#9640ad

Monochromatic Color with #a44ebb

#a44ebb
#c960e5
#0f0711
#34193b
#592b66
#7f3c90

Tints of #a44ebb Color

#a44ebb
#ae61c2
#b875ca
#c289d1
#cc9cd9
#d6b0e0
#e0c4e8
#ead7ef
#f4ebf7
#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

#a44ebb
#65bb4e

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

Split Complementary

#a44ebb
#9bbb4e
#4ebb6e

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

Analogous Color

#784ebb
#8e4ebb
#a44ebb
#ba4ebb
#bb4ea6

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

#a44ebb
#bba44e
#4ebba4

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

#a44ebb
#bb6e4e
#65bb4e
#4e9bbb

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

#a44ebb
#65bb4e
#4ebb6e
#bb4e9b

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

#a44ebb Color Code Preview on Black Background Color

This is how #a44ebb Color will look on black background color. Color contrast ratio is 4.39

#a44ebb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a44ebb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a44ebb

#a44ebb color code is use for CSS Background Color

Background color for the above div is #a44ebb

HTML with inline CSS

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

#a44ebb color code is use for CSS Border Color

CSS Border color for the above div is #a44ebb

HTML with inline CSS

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

CSS Border Left color for the above div is #a44ebb

HTML with inline CSS

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

CSS Border Right color for the above div is #a44ebb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a44ebb

HTML with inline CSS

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

CSS Border Top color for the above div is #a44ebb

HTML with inline CSS

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

#a44ebb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a44ebb Color code Preview on White Background

This is how #a44ebb Color code will look on white background color. Color contrast ratio is 4.79

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

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