crispedge.com

Color picker

Loading...

#aa03aa hex color - Violet - Warm color - Information

#aa03aa hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #aa03aa Color code in RGB color code model is created after adding 66.67% red color, 1.18% green color and 66.67% blue color. Hex #aa03aa Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 98% magenta, 0% yellow and 33% black.

Hex #aa03aa color code is between #990099 web safe hex color code and #bb00bb web safe hex color code. #990099 is the nearest web safe color code. You can see here many more shades of #aa03aa color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeaa03aa#aa03aa
RGB Decimal170, 3, 170rgb(170, 3, 170)
RGB Percent67%, 1%, 67%rgb(67%, 1%, 67%)
CSS RGBa170, 3, 170,1rgba(170,3,170,1)
CMYK Modelcmyk(0%,98%,0%,33%)
HSL Color Space300,97% ,34%hsl(300,97% ,34%)
HSV Color Space300°, 98%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100000001110101010
Octal2523252
Decimal1703170
Hexaa03aa

Different shades of #aa03aa color code.

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

Light Shade of #aa03aa
#dc04dc
Dark Shade of #aa03aa
#780278
Saturated Shade of #aa03aa
#ad00ad
Desaturated Shade of #aa03aa
#a10ca1
Grey scale Shade of #aa03aa
#565656
Brighten Shade
#c31cc3
Most Readable Shade
#FFFFFF

Shades of #aa03aa color code

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

#aa03aa
#970297
#840284
#710271
#5e015e
#4b014b
#380138
#250025
#120012
#000000

Similar Color like #aa03aa color

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

#ab04ab
#ac05ac
#ad06ad
#ae07ae
#af08af
#b009b0
#b10ab1
#b20bb2
#b30cb3
#b40db4
#b50eb5
#b60fb6
#b710b7
#b811b8
#a902a9
#a801a8
#a700a7
#a600a6
#a500a5
#a400a4
#a300a3
#a200a2
#a100a1
#a000a0
#9f009f
#9e009e
#9d009d
#9c009c

Monochromatic Color with #aa03aa

#aa03aa
#d404d4
#ff05ff
#2a012a
#550255
#7f027f

Tints of #aa03aa Color

#aa03aa
#b31fb3
#bc3bbc
#c657c6
#cf73cf
#d98fd9
#e2abe2
#ecc7ec
#f5e3f5
#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

#aa03aa
#03aa03

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

Split Complementary

#aa03aa
#56aa03
#03aa57

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

Analogous Color

#6703aa
#8903aa
#aa03aa
#aa0389
#aa0367

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

#aa03aa
#aaaa03
#03aaaa

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

#aa03aa
#aa5603
#03aa03
#0356aa

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

#aa03aa
#03aa03
#03aa57
#aa0356

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

#aa03aa Color Code Preview on Black Background Color

This is how #aa03aa Color will look on black background color. Color contrast ratio is 3.30

#aa03aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa03aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa03aa

#aa03aa color code is use for CSS Background Color

Background color for the above div is #aa03aa

HTML with inline CSS

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

#aa03aa color code is use for CSS Border Color

CSS Border color for the above div is #aa03aa

HTML with inline CSS

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

CSS Border Left color for the above div is #aa03aa

HTML with inline CSS

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

CSS Border Right color for the above div is #aa03aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa03aa

HTML with inline CSS

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

CSS Border Top color for the above div is #aa03aa

HTML with inline CSS

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

#aa03aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa03aa Color code Preview on White Background

This is how #aa03aa Color code will look on white background color. Color contrast ratio is 6.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 #aa03aa; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #aa03aa; }

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.