Skip to main content Skip to docs navigation

#a520fd hex color | Download Dark Violet BG image | Information

Color Picker

@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

Color Info

Woow we have a nearby visually matching color name available. It's name is Veronica and its hex is #A020FF Nearest Color Name

Color Hue/Base color: Violet

Hex #a520fd Color code in RGB color code model is created after adding 64.71% red color, 12.55% green color and 99.22% blue color. Hex #a520fd Color code in CMYK color (process color) code model is generated after subtraction of 35% cyan, 87% magenta, 0% yellow and 0.78% black.

Hex #a520fd color code is between #aa22ff web safe hex color code and #9911ee web safe hex color code. #aa22ff is the nearest web safe color code. You can see here many more shades of #a520fd color code.

RGB Chart

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

Color Table

Hex Color Code a520fd #a520fd
RGB Decimal 165, 32, 253 165, 32, 253
RGB Percent 65%, 13%, 99% rgb(65%, 13%, 99%)
CSS RGBa 165, 32, 253,1 rgba(165,32,253,1)
CMYK Model cmyk(35%,87%,0%,0.78%)
HSL Color Space 276,98% ,56% hsl(276,98% ,56%)
HSV Color Space 276°, 87%, 99%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100101 00100000 11111101
Octal 245 40 375
Decimal 165 32 253
Hex a5 20 fd

Different shades of #a520fd color code.

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

Darkest of #a520fd
#4f0183
Darker of #a520fd
#6e02b5
Dark of #a520fd
#8c02e8
Base of #a520fd
#a520fd
Light of #a520fd
#b953fd
Lighter
#ce85fe
Lightest
#e2b8fe

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

#a520fd
#78fd20

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

Split Complementary

#a520fd
#e6fd20
#20fd36

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

Analogous Color

#2420fd
#4920fd
#a520fd
#ef20fd
#fd20af

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

#a520fd
#20fda5
#fda520

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

#a520fd
#fda520
#78fd20
#2078fd

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#a520fd
#fd3620
#78fd20
#20e6fd

Square 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).

Monochromatic Color with #a520fd

#310150
#4f0183
#6e02b5
#8c02e8
#a520fd
#b953fd
#ce85fe
#e2b8fe
#f7eaff

Tints of #a520fd Color

#a520fd
#af38fd
#b951fd
#c36afd
#cd83fd
#d79bfe
#e1b4fe
#ebcdfe
#f5e6fe
#ffffff

Shades of #a520fd color code

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

#a520fd
#921ce0
#8018c4
#6e15a8
#5b118c
#490e70
#370a54
#240738
#12031c
#000000

Tones

#a520fd
#a036e6
#9c4dd0
#9763b9
#937aa3

Tones

Similar Color like #a520fd color

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

#a621fe
#a722ff
#a823ff
#a924ff
#aa25ff
#ab26ff
#ac27ff
#ad28ff
#ae29ff
#af2aff
#b02bff
#b12cff
#b22dff
#b32eff
#a41ffc
#a31efb
#a21dfa
#a11cf9
#a01bf8
#9f1af7
#9e19f6
#9d18f5
#9c17f4
#9b16f3
#9a15f2
#9914f1
#9813f0
#9712ef

Download this Dark Violet

Hex #a520fd 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.

#a520fd Color Code Preview on Black Background Color

This is how #a520fd Color will look on black background color. Color contrast ratio is 4.22

#a520fd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a520fd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a520fd

#a520fd color code is use for CSS Background Color

Background color for the above div is #a520fd

HTML with inline CSS

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

#a520fd color code is use for CSS Border Color

CSS Border color for the above div is #a520fd

HTML with inline CSS

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

CSS Border Left color for the above div is #a520fd

HTML with inline CSS

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

CSS Border Right color for the above div is #a520fd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a520fd

HTML with inline CSS

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

CSS Border Top color for the above div is #a520fd

HTML with inline CSS

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

#a520fd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a520fd Color code Preview on White Background

This is how #a520fd Color code will look on white background color. Color contrast ratio is 4.97

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(165,32,253,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(120,253,32,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(165,32,253,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }