Skip to main content Skip to docs navigation

#a213bf 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 Prom Queen and its hex is #9B1DCD Nearest Color Name

Color Hue/Base color: Violet

Hex #a213bf Color code in RGB color code model is created after adding 63.53% red color, 7.45% green color and 74.9% blue color. Hex #a213bf Color code in CMYK color (process color) code model is generated after subtraction of 15% cyan, 90% magenta, 0% yellow and 25.1% black.

Hex #a213bf color code is between #aa11bb web safe hex color code and #9922cc web safe hex color code. #aa11bb is the nearest web safe color code. You can see here many more shades of #a213bf color code.

RGB Chart

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

Color Table

Hex Color Code a213bf #a213bf
RGB Decimal 162, 19, 191 162, 19, 191
RGB Percent 64%, 7%, 75% rgb(64%, 7%, 75%)
CSS RGBa 162, 19, 191,1 rgba(162,19,191,1)
CMYK Model cmyk(15%,90%,0%,25.1%)
HSL Color Space 290,82% ,41% hsl(290,82% ,41%)
HSV Color Space 290°, 90%, 75%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100010 00010011 10111111
Octal 242 23 277
Decimal 162 19 191
Hex a2 13 bf

Different shades of #a213bf color code.

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

Darkest of #a213bf
#2c0534
Darker of #a213bf
#530a62
Dark of #a213bf
#7b0e91
Base of #a213bf
#a213bf
Light of #a213bf
#c61de8
Lighter
#d24bed
Lightest
#dd79f2

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

#a213bf
#30bf13

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

Split Complementary

#a213bf
#86bf13
#13bf4c

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

Analogous Color

#3e13bf
#5a13bf
#a213bf
#bf13a3
#bf135b

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

#a213bf
#13bfa2
#bfa213

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

#a213bf
#bfa213
#30bf13
#1330bf

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

#a213bf
#bf4c13
#30bf13
#1386bf

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 #a213bf

#050105
#2c0534
#530a62
#7b0e91
#a213bf
#c61de8
#d24bed
#dd79f2
#e9a8f6

Tints of #a213bf Color

#a213bf
#ac2dc6
#b647cd
#c161d4
#cb7bdb
#d596e2
#e0b0e9
#eacaf0
#f4e4f7
#ffffff

Shades of #a213bf color code

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

#a213bf
#9010a9
#7e0e94
#6c0c7f
#5a0a6a
#480854
#36063f
#24042a
#120215
#000000

Tones

#a213bf
#9428aa
#863d95
#785280
#6a676b

Tones

Similar Color like #a213bf color

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

#a314c0
#a415c1
#a516c2
#a617c3
#a718c4
#a819c5
#a91ac6
#aa1bc7
#ab1cc8
#ac1dc9
#ad1eca
#ae1fcb
#af20cc
#b021cd
#a112be
#a011bd
#9f10bc
#9e0fbb
#9d0eba
#9c0db9
#9b0cb8
#9a0bb7
#990ab6
#9809b5
#9708b4
#9607b3
#9506b2
#9405b1

Download this Dark Violet

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

#a213bf Color Code Preview on Black Background Color

This is how #a213bf Color will look on black background color. Color contrast ratio is 3.38

#a213bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a213bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a213bf

#a213bf color code is use for CSS Background Color

Background color for the above div is #a213bf

HTML with inline CSS

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

#a213bf color code is use for CSS Border Color

CSS Border color for the above div is #a213bf

HTML with inline CSS

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

CSS Border Left color for the above div is #a213bf

HTML with inline CSS

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

CSS Border Right color for the above div is #a213bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a213bf

HTML with inline CSS

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

CSS Border Top color for the above div is #a213bf

HTML with inline CSS

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

#a213bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a213bf Color code Preview on White Background

This is how #a213bf Color code will look on white background color. Color contrast ratio is 6.21

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

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(162,19,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(48,191,19,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(162,19,191,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }