crispedge.com

Color picker

Loading...

#aa72e1 hex color - Violet - Warm color - Information

#aa72e1 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #aa72e1 Color code in RGB color code model is created after adding 66.67% red color, 44.71% green color and 88.24% blue color. Hex #aa72e1 Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 49% magenta, 0% yellow and 12% black.

Hex #aa72e1 color code is between #9977dd web safe hex color code and #bb66ee web safe hex color code. #9977dd is the nearest web safe color code. You can see here many more shades of #aa72e1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaa72e1#aa72e1
RGB Decimal170, 114, 225rgb(170, 114, 225)
RGB Percent67%, 45%, 88%rgb(67%, 45%, 88%)
CSS RGBa170, 114, 225,1rgba(170,114,225,1)
CMYK Modelcmyk(24%,49%,0%,12%)
HSL Color Space270,65% ,66%hsl(270,65% ,66%)
HSV Color Space270°, 49%, 88%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100111001011100001
Octal252162341
Decimal170114225
Hexaa72e1

Different shades of #aa72e1 color code.

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

Light Shade of #aa72e1
#c39cea
Dark Shade of #aa72e1
#9148d8
Saturated Shade of #aa72e1
#aa69ea
Desaturated Shade of #aa72e1
#aa7bd8
Grey scale Shade of #aa72e1
#a9a9a9
Brighten Shade
#c38bfa
Most Readable Shade
#000000

Shades of #aa72e1 color code

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

#aa72e1
#9765c8
#8458af
#714c96
#5e3f7d
#4b3264
#38264b
#251932
#120c19
#000000

Similar Color like #aa72e1 color

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

#ab73e2
#ac74e3
#ad75e4
#ae76e5
#af77e6
#b078e7
#b179e8
#b27ae9
#b37bea
#b47ceb
#b57dec
#b67eed
#b77fee
#b880ef
#a971e0
#a870df
#a76fde
#a66edd
#a56ddc
#a46cdb
#a36bda
#a26ad9
#a169d8
#a068d7
#9f67d6
#9e66d5
#9d65d4
#9c64d3

Monochromatic Color with #aa72e1

#aa72e1
#09060c
#2a1c37
#4a3161
#6a478c
#8a5cb6

Tints of #aa72e1 Color

#aa72e1
#b381e4
#bc91e7
#c6a1eb
#cfb0ee
#d9c0f1
#e2d0f5
#ecdff8
#f5effb
#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

#aa72e1
#a9e172

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

Split Complementary

#aa72e1
#e1e172
#72e173

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

Analogous Color

#7e72e1
#9472e1
#aa72e1
#c072e1
#d672e1

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

#aa72e1
#e1aa72
#72e1aa

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

#aa72e1
#e17272
#a9e172
#72e0e1

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

#aa72e1
#a9e172
#72e173
#e172e1

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

#aa72e1 Color Code Preview on Black Background Color

This is how #aa72e1 Color will look on black background color. Color contrast ratio is 6.20

#aa72e1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa72e1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa72e1

#aa72e1 color code is use for CSS Background Color

Background color for the above div is #aa72e1

HTML with inline CSS

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

#aa72e1 color code is use for CSS Border Color

CSS Border color for the above div is #aa72e1

HTML with inline CSS

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

CSS Border Left color for the above div is #aa72e1

HTML with inline CSS

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

CSS Border Right color for the above div is #aa72e1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa72e1

HTML with inline CSS

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

CSS Border Top color for the above div is #aa72e1

HTML with inline CSS

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

#aa72e1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa72e1 Color code Preview on White Background

This is how #aa72e1 Color code will look on white background color. Color contrast ratio is 3.39

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

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,114,225,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(169,225,114,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,114,225,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.