crispedge.com

Color picker

Loading...

#a04ad2 hex color - Violet - Warm color - Information

#a04ad2 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea04ad2#a04ad2
RGB Decimal160, 74, 210rgb(160, 74, 210)
RGB Percent63%, 29%, 82%rgb(63%, 29%, 82%)
CSS RGBa160, 74, 210,1rgba(160,74,210,1)
CMYK Modelcmyk(24%,65%,0%,18%)
HSL Color Space278,60% ,56%hsl(278,60% ,56%)
HSV Color Space278°, 65%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000000100101011010010
Octal240112322
Decimal16074210
Hexa04ad2

Different shades of #a04ad2 color code.

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

Light Shade of #a04ad2
#b573dc
Dark Shade of #a04ad2
#872ebb
Saturated Shade of #a04ad2
#a33fdd
Desaturated Shade of #a04ad2
#9d55c7
Grey scale Shade of #a04ad2
#8e8e8e
Brighten Shade
#b963eb
Most Readable Shade
#FFFFFF

Shades of #a04ad2 color code

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

#a04ad2
#8e41ba
#7c39a3
#6a318c
#582974
#47205d
#351846
#23102e
#110817
#000000

Similar Color like #a04ad2 color

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

#a14bd3
#a24cd4
#a34dd5
#a44ed6
#a54fd7
#a650d8
#a751d9
#a852da
#a953db
#aa54dc
#ab55dd
#ac56de
#ad57df
#ae58e0
#9f49d1
#9e48d0
#9d47cf
#9c46ce
#9b45cd
#9a44cc
#9943cb
#9842ca
#9741c9
#9640c8
#953fc7
#943ec6
#933dc5
#923cc4

Monochromatic Color with #a04ad2

#a04ad2
#c059fc
#1e0e28
#3f1d52
#5f2c7d
#803ba7

Tints of #a04ad2 Color

#a04ad2
#aa5ed7
#b572dc
#bf86e1
#ca9ae6
#d4aeeb
#dfc2f0
#e9d6f5
#f4eafa
#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

#a04ad2
#7cd24a

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

Split Complementary

#a04ad2
#c0d24a
#4ad25c

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

Analogous Color

#6a4ad2
#854ad2
#a04ad2
#bb4ad2
#d24ace

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

#a04ad2
#d2a04a
#4ad2a0

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

#a04ad2
#d25c4a
#7cd24a
#4ac0d2

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

#a04ad2
#7cd24a
#4ad25c
#d24ac0

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

#a04ad2 Color Code Preview on Black Background Color

This is how #a04ad2 Color will look on black background color. Color contrast ratio is 4.40

#a04ad2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a04ad2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a04ad2

#a04ad2 color code is use for CSS Background Color

Background color for the above div is #a04ad2

HTML with inline CSS

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

#a04ad2 color code is use for CSS Border Color

CSS Border color for the above div is #a04ad2

HTML with inline CSS

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

CSS Border Left color for the above div is #a04ad2

HTML with inline CSS

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

CSS Border Right color for the above div is #a04ad2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a04ad2

HTML with inline CSS

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

CSS Border Top color for the above div is #a04ad2

HTML with inline CSS

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

#a04ad2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a04ad2 Color code Preview on White Background

This is how #a04ad2 Color code will look on white background color. Color contrast ratio is 4.77

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

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,74,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(124,210,74,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,74,210,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.