crispedge.com

Color picker

Loading...

#aa55d4 hex color - Violet - Warm color - Information

#aa55d4 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #aa55d4 Color code in RGB color code model is created after adding 66.67% red color, 33.33% green color and 83.14% blue color. Hex #aa55d4 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 60% magenta, 0% yellow and 17% black.

Hex #aa55d4 color code is between #9944cc web safe hex color code and #bb66dd web safe hex color code. #9944cc is the nearest web safe color code. You can see here many more shades of #aa55d4 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaa55d4#aa55d4
RGB Decimal170, 85, 212rgb(170, 85, 212)
RGB Percent67%, 33%, 83%rgb(67%, 33%, 83%)
CSS RGBa170, 85, 212,1rgba(170,85,212,1)
CMYK Modelcmyk(20%,60%,0%,17%)
HSL Color Space280,60% ,58%hsl(280,60% ,58%)
HSV Color Space280°, 60%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100101010111010100
Octal252125324
Decimal17085212
Hexaa55d4

Different shades of #aa55d4 color code.

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

Light Shade of #aa55d4
#be7ede
Dark Shade of #aa55d4
#9432c4
Saturated Shade of #aa55d4
#ae4adf
Desaturated Shade of #aa55d4
#a660c9
Grey scale Shade of #aa55d4
#949494
Brighten Shade
#c36eed
Most Readable Shade
#FFFFFF

Shades of #aa55d4 color code

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

#aa55d4
#974bbc
#8442a4
#71388d
#5e2f75
#4b255e
#381c46
#25122f
#120917
#000000

Similar Color like #aa55d4 color

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

#ab56d5
#ac57d6
#ad58d7
#ae59d8
#af5ad9
#b05bda
#b15cdb
#b25ddc
#b35edd
#b45fde
#b560df
#b661e0
#b762e1
#b863e2
#a954d3
#a853d2
#a752d1
#a651d0
#a550cf
#a44fce
#a34ecd
#a24dcc
#a14ccb
#a04bca
#9f4ac9
#9e49c8
#9d48c7
#9c47c6

Monochromatic Color with #aa55d4

#aa55d4
#cc66fe
#22112a
#442254
#66337f
#8844a9

Tints of #aa55d4 Color

#aa55d4
#b367d8
#bc7add
#c68de2
#cfa0e7
#d9b3eb
#e2c6f0
#ecd9f5
#f5ecfa
#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

#aa55d4
#7fd455

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

Split Complementary

#aa55d4
#bfd455
#55d46a

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

Analogous Color

#7755d4
#9155d4
#aa55d4
#c355d4
#d455cb

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

#aa55d4
#d4aa55
#55d4aa

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

#aa55d4
#d46a55
#7fd455
#55bed4

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

#aa55d4
#7fd455
#55d46a
#d455bf

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

#aa55d4 Color Code Preview on Black Background Color

This is how #aa55d4 Color will look on black background color. Color contrast ratio is 4.96

#aa55d4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa55d4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa55d4

#aa55d4 color code is use for CSS Background Color

Background color for the above div is #aa55d4

HTML with inline CSS

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

#aa55d4 color code is use for CSS Border Color

CSS Border color for the above div is #aa55d4

HTML with inline CSS

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

CSS Border Left color for the above div is #aa55d4

HTML with inline CSS

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

CSS Border Right color for the above div is #aa55d4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa55d4

HTML with inline CSS

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

CSS Border Top color for the above div is #aa55d4

HTML with inline CSS

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

#aa55d4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa55d4 Color code Preview on White Background

This is how #aa55d4 Color code will look on white background color. Color contrast ratio is 4.23

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

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