Skip to main content Skip to docs navigation

#a224ed 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 Singapore Orchid and its hex is #A020F0 Nearest Color Name

Color Hue/Base color: Violet

Hex #a224ed Color code in RGB color code model is created after adding 63.53% red color, 14.12% green color and 92.94% blue color. Hex #a224ed Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 85% magenta, 0% yellow and 7.06% black.

Hex #a224ed color code is between #aa22ee web safe hex color code and #9933dd web safe hex color code. #aa22ee is the nearest web safe color code. You can see here many more shades of #a224ed color code.

RGB Chart

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

Color Table

Hex Color Code a224ed #a224ed
RGB Decimal 162, 36, 237 162, 36, 237
RGB Percent 64%, 14%, 93% rgb(64%, 14%, 93%)
CSS RGBa 162, 36, 237,1 rgba(162,36,237,1)
CMYK Model cmyk(32%,85%,0%,7.06%)
HSL Color Space 278,85% ,54% hsl(278,85% ,54%)
HSV Color Space 278°, 85%, 93%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100010 00100100 11101101
Octal 242 44 355
Decimal 162 36 237
Hex a2 24 ed

Different shades of #a224ed color code.

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

Darkest of #a224ed
#49096f
Darker of #a224ed
#680d9e
Dark of #a224ed
#8711cd
Base of #a224ed
#a224ed
Light of #a224ed
#b653f1
Lighter
#ca82f5
Lightest
#deb1f9

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

#a224ed
#6fed24

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

Split Complementary

#a224ed
#d4ed24
#24ed3d

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

Analogous Color

#2d24ed
#4e24ed
#a224ed
#e524ed
#ed24a1

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

#a224ed
#24eda2
#eda224

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

#a224ed
#eda224
#6fed24
#246fed

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

#a224ed
#ed3d24
#6fed24
#24d4ed

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

#2a0540
#49096f
#680d9e
#8711cd
#a224ed
#b653f1
#ca82f5
#deb1f9
#f2e1fc

Tints of #a224ed Color

#a224ed
#ac3cef
#b654f1
#c16df3
#cb85f5
#d59df7
#e0b6f9
#eacefb
#f4e6fd
#ffffff

Shades of #a224ed color code

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

#a224ed
#9020d2
#7e1cb8
#6c189e
#5a1483
#481069
#360c4f
#240834
#12041a
#000000

Tones

#a224ed
#9c3cd5
#9653be
#906ba6
#8a838e

Tones

Similar Color like #a224ed color

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

#a325ee
#a426ef
#a527f0
#a628f1
#a729f2
#a82af3
#a92bf4
#aa2cf5
#ab2df6
#ac2ef7
#ad2ff8
#ae30f9
#af31fa
#b032fb
#a123ec
#a022eb
#9f21ea
#9e20e9
#9d1fe8
#9c1ee7
#9b1de6
#9a1ce5
#991be4
#981ae3
#9719e2
#9618e1
#9517e0
#9416df

Download this Dark Violet

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

#a224ed Color Code Preview on Black Background Color

This is how #a224ed Color will look on black background color. Color contrast ratio is 4.01

#a224ed in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a224ed

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a224ed

#a224ed color code is use for CSS Background Color

Background color for the above div is #a224ed

HTML with inline CSS

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

#a224ed color code is use for CSS Border Color

CSS Border color for the above div is #a224ed

HTML with inline CSS

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

CSS Border Left color for the above div is #a224ed

HTML with inline CSS

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

CSS Border Right color for the above div is #a224ed

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a224ed

HTML with inline CSS

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

CSS Border Top color for the above div is #a224ed

HTML with inline CSS

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

#a224ed hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a224ed Color code Preview on White Background

This is how #a224ed Color code will look on white background color. Color contrast ratio is 5.23

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

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