crispedge.com

Color picker

Loading...

#aa4be2 hex color - Violet - Warm color - Information

#aa4be2 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #aa4be2 Color code in RGB color code model is created after adding 66.67% red color, 29.41% green color and 88.63% blue color. Hex #aa4be2 Color code in CMYK color (process color) code model is generated after subtraction of 25% cyan, 67% magenta, 0% yellow and 11% black.

Hex #aa4be2 color code is between #9944dd web safe hex color code and #bb55ee web safe hex color code. #9944dd is the nearest web safe color code. You can see here many more shades of #aa4be2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaa4be2#aa4be2
RGB Decimal170, 75, 226rgb(170, 75, 226)
RGB Percent67%, 29%, 89%rgb(67%, 29%, 89%)
CSS RGBa170, 75, 226,1rgba(170,75,226,1)
CMYK Modelcmyk(25%,67%,0%,11%)
HSL Color Space278,72% ,59%hsl(278,72% ,59%)
HSV Color Space278°, 67%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100100101111100010
Octal252113342
Decimal17075226
Hexaa4be2

Different shades of #aa4be2 color code.

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

Light Shade of #aa4be2
#bf77e9
Dark Shade of #aa4be2
#9423d7
Saturated Shade of #aa4be2
#ad41ec
Desaturated Shade of #aa4be2
#a755d8
Grey scale Shade of #aa4be2
#969696
Brighten Shade
#c364fb
Most Readable Shade
#FFFFFF

Shades of #aa4be2 color code

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

#aa4be2
#9742c8
#843aaf
#713296
#5e297d
#4b2164
#38194b
#251032
#120819
#000000

Similar Color like #aa4be2 color

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

#ab4ce3
#ac4de4
#ad4ee5
#ae4fe6
#af50e7
#b051e8
#b152e9
#b253ea
#b354eb
#b455ec
#b556ed
#b657ee
#b758ef
#b859f0
#a94ae1
#a849e0
#a748df
#a647de
#a546dd
#a445dc
#a344db
#a243da
#a142d9
#a041d8
#9f40d7
#9e3fd6
#9d3ed5
#9c3dd4

Monochromatic Color with #aa4be2

#aa4be2
#0a040d
#2a1338
#4a2162
#6a2f8d
#8a3db7

Tints of #aa4be2 Color

#aa4be2
#b35fe5
#bc73e8
#c687eb
#cf9bee
#d9aff2
#e2c3f5
#ecd7f8
#f5ebfb
#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

#aa4be2
#83e24b

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

Split Complementary

#aa4be2
#cee24b
#4be25f

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

Analogous Color

#6e4be2
#8c4be2
#aa4be2
#c84be2
#e24bde

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

#aa4be2
#e2aa4b
#4be2aa

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

#aa4be2
#e25e4b
#83e24b
#4bcee2

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

#aa4be2
#83e24b
#4be25f
#e24bce

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

#aa4be2 Color Code Preview on Black Background Color

This is how #aa4be2 Color will look on black background color. Color contrast ratio is 4.81

#aa4be2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa4be2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa4be2

#aa4be2 color code is use for CSS Background Color

Background color for the above div is #aa4be2

HTML with inline CSS

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

#aa4be2 color code is use for CSS Border Color

CSS Border color for the above div is #aa4be2

HTML with inline CSS

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

CSS Border Left color for the above div is #aa4be2

HTML with inline CSS

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

CSS Border Right color for the above div is #aa4be2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa4be2

HTML with inline CSS

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

CSS Border Top color for the above div is #aa4be2

HTML with inline CSS

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

#aa4be2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa4be2 Color code Preview on White Background

This is how #aa4be2 Color code will look on white background color. Color contrast ratio is 4.36

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

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,75,226,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(131,226,75,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,75,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.