crispedge.com

Color picker

Loading...

#a04ec3 hex color - Violet - Warm color - Information

#a04ec3 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a04ec3 Color code in RGB color code model is created after adding 62.75% red color, 30.59% green color and 76.47% blue color. Hex #a04ec3 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 60% magenta, 0% yellow and 24% black.

Hex #a04ec3 color code is between #9955bb web safe hex color code and #aa44cc web safe hex color code. #9955bb is the nearest web safe color code. You can see here many more shades of #a04ec3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea04ec3#a04ec3
RGB Decimal160, 78, 195rgb(160, 78, 195)
RGB Percent63%, 31%, 76%rgb(63%, 31%, 76%)
CSS RGBa160, 78, 195,1rgba(160,78,195,1)
CMYK Modelcmyk(18%,60%,0%,24%)
HSL Color Space282,49% ,54%hsl(282,49% ,54%)
HSV Color Space282°, 60%, 76%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000000100111011000011
Octal240116303
Decimal16078195
Hexa04ec3

Different shades of #a04ec3 color code.

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

Light Shade of #a04ec3
#b474d0
Dark Shade of #a04ec3
#8538a6
Saturated Shade of #a04ec3
#a542cf
Desaturated Shade of #a04ec3
#9b5ab7
Grey scale Shade of #a04ec3
#888888
Brighten Shade
#b967dc
Most Readable Shade
#FFFFFF

Shades of #a04ec3 color code

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

#a04ec3
#8e45ad
#7c3c97
#6a3482
#582b6c
#472256
#351a41
#23112b
#110815
#000000

Similar Color like #a04ec3 color

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

#a14fc4
#a250c5
#a351c6
#a452c7
#a553c8
#a654c9
#a755ca
#a856cb
#a957cc
#aa58cd
#ab59ce
#ac5acf
#ad5bd0
#ae5cd1
#9f4dc2
#9e4cc1
#9d4bc0
#9c4abf
#9b49be
#9a48bd
#9947bc
#9846bb
#9745ba
#9644b9
#9543b8
#9442b7
#9341b6
#9240b5

Monochromatic Color with #a04ec3

#a04ec3
#c35fed
#150a19
#371b43
#5a2c6e
#7d3d98

Tints of #a04ec3 Color

#a04ec3
#aa61c9
#b575d0
#bf89d7
#ca9cdd
#d4b0e4
#dfc4eb
#e9d7f1
#f4ebf8
#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

#a04ec3
#71c34e

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

Split Complementary

#a04ec3
#acc34e
#4ec366

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

Analogous Color

#714ec3
#894ec3
#a04ec3
#b74ec3
#c34eb7

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

#a04ec3
#c3a04e
#4ec3a0

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

#a04ec3
#c3654e
#71c34e
#4eabc3

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

#a04ec3
#71c34e
#4ec366
#c34eac

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

#a04ec3 Color Code Preview on Black Background Color

This is how #a04ec3 Color will look on black background color. Color contrast ratio is 4.37

#a04ec3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a04ec3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a04ec3

#a04ec3 color code is use for CSS Background Color

Background color for the above div is #a04ec3

HTML with inline CSS

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

#a04ec3 color code is use for CSS Border Color

CSS Border color for the above div is #a04ec3

HTML with inline CSS

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

CSS Border Left color for the above div is #a04ec3

HTML with inline CSS

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

CSS Border Right color for the above div is #a04ec3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a04ec3

HTML with inline CSS

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

CSS Border Top color for the above div is #a04ec3

HTML with inline CSS

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

#a04ec3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a04ec3 Color code Preview on White Background

This is how #a04ec3 Color code will look on white background color. Color contrast ratio is 4.80

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

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(160,78,195,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(113,195,78,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,78,195,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.