crispedge.com

Color picker

Loading...

#aa3e79 hex color - Red - Warm color - Information

#aa3e79 hex color - Red - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Red

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

Hex #aa3e79 color code is between #994477 web safe hex color code and #bb3388 web safe hex color code. #994477 is the nearest web safe color code. You can see here many more shades of #aa3e79 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaa3e79#aa3e79
RGB Decimal170, 62, 121rgb(170, 62, 121)
RGB Percent67%, 24%, 47%rgb(67%, 24%, 47%)
CSS RGBa170, 62, 121,1rgba(170,62,121,1)
CMYK Modelcmyk(0%,64%,29%,33%)
HSL Color Space327,47% ,45%hsl(327,47% ,45%)
HSV Color Space327°, 64%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100011111001111001
Octal25276171
Decimal17062121
Hexaa3e79

Different shades of #aa3e79 color code.

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

Light Shade of #aa3e79
#c25992
Dark Shade of #aa3e79
#85305e
Saturated Shade of #aa3e79
#b6327a
Desaturated Shade of #aa3e79
#9e4a78
Grey scale Shade of #aa3e79
#747474
Brighten Shade
#c35792
Most Readable Shade
#FFFFFF

Shades of #aa3e79 color code

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

#aa3e79
#97376b
#84305e
#712950
#5e2243
#4b1b35
#381428
#250d1a
#12060d
#000000

Similar Color like #aa3e79 color

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

#ab3f7a
#ac407b
#ad417c
#ae427d
#af437e
#b0447f
#b14580
#b24681
#b34782
#b44883
#b54984
#b64a85
#b74b86
#b84c87
#a93d78
#a83c77
#a73b76
#a63a75
#a53974
#a43873
#a33772
#a23671
#a13570
#a0346f
#9f336e
#9e326d
#9d316c
#9c306b

Monochromatic Color with #aa3e79

#aa3e79
#d44e97
#ff5db5
#2a0f1e
#551f3c
#7f2f5b

Tints of #aa3e79 Color

#aa3e79
#b35387
#bc6896
#c67ea5
#cf93b4
#d9a9c3
#e2bed2
#ecd4e1
#f5e9f0
#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

#aa3e79
#3eaa6f

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

Split Complementary

#aa3e79
#43aa3e
#3eaaa5

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

Analogous Color

#aa3ea4
#aa3e8f
#aa3e79
#aa3e63
#aa3e4e

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

#aa3e79
#79aa3e
#3e79aa

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

#aa3e79
#aaa53e
#3eaa6f
#3e43aa

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

#aa3e79
#3eaa6f
#3eaaa5
#aa3e43

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

#aa3e79 Color Code Preview on Black Background Color

This is how #aa3e79 Color will look on black background color. Color contrast ratio is 3.67

#aa3e79 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa3e79

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa3e79

#aa3e79 color code is use for CSS Background Color

Background color for the above div is #aa3e79

HTML with inline CSS

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

#aa3e79 color code is use for CSS Border Color

CSS Border color for the above div is #aa3e79

HTML with inline CSS

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

CSS Border Left color for the above div is #aa3e79

HTML with inline CSS

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

CSS Border Right color for the above div is #aa3e79

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa3e79

HTML with inline CSS

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

CSS Border Top color for the above div is #aa3e79

HTML with inline CSS

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

#aa3e79 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa3e79 Color code Preview on White Background

This is how #aa3e79 Color code will look on white background color. Color contrast ratio is 5.72

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

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,62,121,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(62,170,111,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(170,62,121,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.