crispedge.com

Color picker

Loading...

#aa3fdf hex color - Violet - Warm color - Information

#aa3fdf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #aa3fdf Color code in RGB color code model is created after adding 66.67% red color, 24.71% green color and 87.45% blue color. Hex #aa3fdf Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 72% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaa3fdf#aa3fdf
RGB Decimal170, 63, 223rgb(170, 63, 223)
RGB Percent67%, 25%, 87%rgb(67%, 25%, 87%)
CSS RGBa170, 63, 223,1rgba(170,63,223,1)
CMYK Modelcmyk(24%,72%,0%,13%)
HSL Color Space280,71% ,56%hsl(280,71% ,56%)
HSV Color Space280°, 72%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100011111111011111
Octal25277337
Decimal17063223
Hexaa3fdf

Different shades of #aa3fdf color code.

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

Light Shade of #aa3fdf
#bd6be6
Dark Shade of #aa3fdf
#9222c9
Saturated Shade of #aa3fdf
#ae34ea
Desaturated Shade of #aa3fdf
#a64ad4
Grey scale Shade of #aa3fdf
#8f8f8f
Brighten Shade
#c358f8
Most Readable Shade
#FFFFFF

Shades of #aa3fdf color code

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

#aa3fdf
#9738c6
#8431ad
#712a94
#5e237b
#4b1c63
#38154a
#250e31
#120718
#000000

Similar Color like #aa3fdf color

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

#ab40e0
#ac41e1
#ad42e2
#ae43e3
#af44e4
#b045e5
#b146e6
#b247e7
#b348e8
#b449e9
#b54aea
#b64beb
#b74cec
#b84ded
#a93ede
#a83ddd
#a73cdc
#a63bdb
#a53ada
#a439d9
#a338d8
#a237d7
#a136d6
#a035d5
#9f34d4
#9e33d3
#9d32d2
#9c31d1

Monochromatic Color with #aa3fdf

#aa3fdf
#08030a
#280f35
#491b5f
#69278a
#8a33b4

Tints of #aa3fdf Color

#aa3fdf
#b354e2
#bc69e6
#c67fe9
#cf94ed
#d9a9f0
#e2bff4
#ecd4f7
#f5e9fb
#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

#aa3fdf
#74df3f

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

Split Complementary

#aa3fdf
#c4df3f
#3fdf5a

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

Analogous Color

#6a3fdf
#8a3fdf
#aa3fdf
#ca3fdf
#df3fd4

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

#aa3fdf
#dfaa3f
#3fdfaa

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

#aa3fdf
#df5a3f
#74df3f
#3fc4df

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

#aa3fdf
#74df3f
#3fdf5a
#df3fc4

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

#aa3fdf Color Code Preview on Black Background Color

This is how #aa3fdf Color will look on black background color. Color contrast ratio is 4.49

#aa3fdf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa3fdf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa3fdf

#aa3fdf color code is use for CSS Background Color

Background color for the above div is #aa3fdf

HTML with inline CSS

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

#aa3fdf color code is use for CSS Border Color

CSS Border color for the above div is #aa3fdf

HTML with inline CSS

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

CSS Border Left color for the above div is #aa3fdf

HTML with inline CSS

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

CSS Border Right color for the above div is #aa3fdf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa3fdf

HTML with inline CSS

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

CSS Border Top color for the above div is #aa3fdf

HTML with inline CSS

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

#aa3fdf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa3fdf Color code Preview on White Background

This is how #aa3fdf Color code will look on white background color. Color contrast ratio is 4.68

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

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,63,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(116,223,63,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,63,223,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.