crispedge.com

#aa31d5 hex color - Violet - Warm color - Information

#aa31d5 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #aa31d5 Color code in RGB color code model is created after adding 66.67% red color, 19.22% green color and 83.53% blue color. Hex #aa31d5 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 77% magenta, 0% yellow and 16% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeaa31d5#aa31d5
RGB Decimal170, 49, 213rgb(170, 49, 213)
RGB Percent67%, 19%, 84%rgb(67%, 19%, 84%)
CSS RGBa170, 49, 213,1rgba(170,49,213,1)
CMYK Modelcmyk(20%,77%,0%,16%)
HSL Color Space284,66% ,51%hsl(284,66% ,51%)
HSV Color Space284°, 77%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100011000111010101
Octal25261325
Decimal17049213
Hexaa31d5

Different shades of #aa31d5 color code.

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

Light Shade of #aa31d5
#bb5bde
Dark Shade of #aa31d5
#8b24af
Saturated Shade of #aa31d5
#b025e1
Desaturated Shade of #aa31d5
#a43dc9
Grey scale Shade of #aa31d5
#838383
Brighten Shade
#c34aee
Most Readable Shade
#FFFFFF

Shades of #aa31d5 color code

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

#aa31d5
#972bbd
#8426a5
#71208e
#5e1b76
#4b155e
#381047
#250a2f
#120517
#000000

Similar Color like #aa31d5 color

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

#ab32d6
#ac33d7
#ad34d8
#ae35d9
#af36da
#b037db
#b138dc
#b239dd
#b33ade
#b43bdf
#b53ce0
#b63de1
#b73ee2
#b83fe3
#a930d4
#a82fd3
#a72ed2
#a62dd1
#a52cd0
#a42bcf
#a32ace
#a229cd
#a128cc
#a027cb
#9f26ca
#9e25c9
#9d24c8
#9c23c7

Monochromatic Color with #aa31d5

#aa31d5
#000000
#220a2b
#441455
#661d80
#8827aa

Tints of #aa31d5 Color

#aa31d5
#b347d9
#bc5ede
#c675e3
#cf8ce7
#d9a3ec
#e2baf1
#ecd1f5
#f5e8fa
#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

#aa31d5
#5cd531

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

Split Complementary

#aa31d5
#aed531
#31d558

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

Analogous Color

#6831d5
#8931d5
#aa31d5
#cb31d5
#d531be

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

#aa31d5
#d5aa31
#31d5aa

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

#aa31d5
#d55831
#5cd531
#31aed5

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

#aa31d5
#5cd531
#31d558
#d531ae

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

#aa31d5 Color Code Preview on Black Background Color

This is how #aa31d5 Color will look on black background color. Color contrast ratio is 4.11

#aa31d5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa31d5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa31d5

#aa31d5 color code is use for CSS Background Color

Background color for the above div is #aa31d5

HTML with inline CSS

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

#aa31d5 color code is use for CSS Border Color

CSS Border color for the above div is #aa31d5

HTML with inline CSS

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

CSS Border Left color for the above div is #aa31d5

HTML with inline CSS

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

CSS Border Right color for the above div is #aa31d5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa31d5

HTML with inline CSS

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

CSS Border Top color for the above div is #aa31d5

HTML with inline CSS

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

#aa31d5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa31d5 Color code Preview on White Background

This is how #aa31d5 Color code will look on white background color. Color contrast ratio is 5.11

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

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(170,49,213,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(92,213,49,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,49,213,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.

< /html>