crispedge.com

Color picker

Loading...

#aa4bf1 hex color - Blue - Warm color - Information

#aa4bf1 hex color - Blue - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #aa4bf1 Color code in RGB color code model is created after adding 66.67% red color, 29.41% green color and 94.51% blue color. Hex #aa4bf1 Color code in CMYK color (process color) code model is generated after subtraction of 29% cyan, 69% magenta, 0% yellow and 5% black.

Hex #aa4bf1 color code is between #9944ee web safe hex color code and #bb55ff web safe hex color code. #9944ee is the nearest web safe color code. You can see here many more shades of #aa4bf1 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaa4bf1#aa4bf1
RGB Decimal170, 75, 241rgb(170, 75, 241)
RGB Percent67%, 29%, 95%rgb(67%, 29%, 95%)
CSS RGBa170, 75, 241,1rgba(170,75,241,1)
CMYK Modelcmyk(29%,69%,0%,5%)
HSL Color Space274,86% ,62%hsl(274,86% ,62%)
HSV Color Space274°, 69%, 95%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100100101111110001
Octal252113361
Decimal17075241
Hexaa4bf1

Different shades of #aa4bf1 color code.

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

Light Shade of #aa4bf1
#c07af5
Dark Shade of #aa4bf1
#941ced
Saturated Shade of #aa4bf1
#ab41fb
Desaturated Shade of #aa4bf1
#a955e7
Grey scale Shade of #aa4bf1
#9e9e9e
Brighten Shade
#c364ff
Most Readable Shade
#FFFFFF

Shades of #aa4bf1 color code

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

#aa4bf1
#9742d6
#843abb
#7132a0
#5e2985
#4b216b
#381950
#251035
#12081a
#000000

Similar Color like #aa4bf1 color

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

#ab4cf2
#ac4df3
#ad4ef4
#ae4ff5
#af50f6
#b051f7
#b152f8
#b253f9
#b354fa
#b455fb
#b556fc
#b657fd
#b758fe
#b859ff
#a94af0
#a849ef
#a748ee
#a647ed
#a546ec
#a445eb
#a344ea
#a243e9
#a142e8
#a041e7
#9f40e6
#9e3fe5
#9d3ee4
#9c3de3

Monochromatic Color with #aa4bf1

#aa4bf1
#14091c
#321647
#502371
#6e319c
#8c3ec6

Tints of #aa4bf1 Color

#aa4bf1
#b35ff2
#bc73f4
#c687f5
#cf9bf7
#d9aff8
#e2c3fa
#ecd7fb
#f5ebfd
#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

#aa4bf1
#92f14b

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

Split Complementary

#aa4bf1
#e5f14b
#4bf157

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

Analogous Color

#684bf1
#894bf1
#aa4bf1
#cb4bf1
#ec4bf1

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

#aa4bf1
#f1aa4b
#4bf1aa

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

#aa4bf1
#f1574b
#92f14b
#4be5f1

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

#aa4bf1
#92f14b
#4bf157
#f14be5

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

#aa4bf1 Color Code Preview on Black Background Color

This is how #aa4bf1 Color will look on black background color. Color contrast ratio is 4.99

#aa4bf1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa4bf1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa4bf1

#aa4bf1 color code is use for CSS Background Color

Background color for the above div is #aa4bf1

HTML with inline CSS

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

#aa4bf1 color code is use for CSS Border Color

CSS Border color for the above div is #aa4bf1

HTML with inline CSS

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

CSS Border Left color for the above div is #aa4bf1

HTML with inline CSS

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

CSS Border Right color for the above div is #aa4bf1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa4bf1

HTML with inline CSS

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

CSS Border Top color for the above div is #aa4bf1

HTML with inline CSS

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

#aa4bf1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa4bf1 Color code Preview on White Background

This is how #aa4bf1 Color code will look on white background color. Color contrast ratio is 4.21

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

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