crispedge.com

Color picker

Loading...

#a522e2 hex color - Violet - Warm color - Information

#a522e2 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a522e2 Color code in RGB color code model is created after adding 64.71% red color, 13.33% green color and 88.63% blue color. Hex #a522e2 Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 85% magenta, 0% yellow and 11% black.

Hex #a522e2 color code is between #aa11dd web safe hex color code and #9933ee web safe hex color code. #aa11dd is the nearest web safe color code. You can see here many more shades of #a522e2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea522e2#a522e2
RGB Decimal165, 34, 226rgb(165, 34, 226)
RGB Percent65%, 13%, 89%rgb(65%, 13%, 89%)
CSS RGBa165, 34, 226,1rgba(165,34,226,1)
CMYK Modelcmyk(27%,85%,0%,11%)
HSL Color Space281,77% ,51%hsl(281,77% ,51%)
HSV Color Space281°, 85%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001010010001011100010
Octal24542342
Decimal16534226
Hexa522e2

Different shades of #a522e2 color code.

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

Light Shade of #a522e2
#b74fe8
Dark Shade of #a522e2
#8618b9
Saturated Shade of #a522e2
#aa16ee
Desaturated Shade of #a522e2
#a02ed5
Grey scale Shade of #a522e2
#828282
Brighten Shade
#be3bfb
Most Readable Shade
#FFFFFF

Shades of #a522e2 color code

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

#a522e2
#921ec8
#801aaf
#6e1696
#5b127d
#490f64
#370b4b
#240732
#120319
#000000

Similar Color like #a522e2 color

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

#a623e3
#a724e4
#a825e5
#a926e6
#aa27e7
#ab28e8
#ac29e9
#ad2aea
#ae2beb
#af2cec
#b02ded
#b12eee
#b22fef
#b330f0
#a421e1
#a320e0
#a21fdf
#a11ede
#a01ddd
#9f1cdc
#9e1bdb
#9d1ada
#9c19d9
#9b18d8
#9a17d7
#9916d6
#9815d5
#9714d4

Monochromatic Color with #a522e2

#a522e2
#0a020d
#290838
#480f62
#67158d
#861cb7

Tints of #a522e2 Color

#a522e2
#af3ae5
#b953e8
#c36beb
#cd84ee
#d79cf2
#e1b5f5
#ebcdf8
#f5e6fb
#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

#a522e2
#5fe222

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

Split Complementary

#a522e2
#bfe222
#22e245

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

Analogous Color

#5822e2
#7f22e2
#a522e2
#cb22e2
#e222d2

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

#a522e2
#e2a522
#22e2a5

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

#a522e2
#e24522
#5fe222
#22bfe2

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

#a522e2
#5fe222
#22e245
#e222bf

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

#a522e2 Color Code Preview on Black Background Color

This is how #a522e2 Color will look on black background color. Color contrast ratio is 3.93

#a522e2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a522e2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a522e2

#a522e2 color code is use for CSS Background Color

Background color for the above div is #a522e2

HTML with inline CSS

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

#a522e2 color code is use for CSS Border Color

CSS Border color for the above div is #a522e2

HTML with inline CSS

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

CSS Border Left color for the above div is #a522e2

HTML with inline CSS

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

CSS Border Right color for the above div is #a522e2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a522e2

HTML with inline CSS

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

CSS Border Top color for the above div is #a522e2

HTML with inline CSS

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

#a522e2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a522e2 Color code Preview on White Background

This is how #a522e2 Color code will look on white background color. Color contrast ratio is 5.35

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

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(165,34,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(95,226,34,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(165,34,226,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.