crispedge.com

Color picker

Loading...

#aa58aa hex color - Violet - Warm color - Information

#aa58aa hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #aa58aa color code is between #995599 web safe hex color code and #bb66bb web safe hex color code. #995599 is the nearest web safe color code. You can see here many more shades of #aa58aa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaa58aa#aa58aa
RGB Decimal170, 88, 170rgb(170, 88, 170)
RGB Percent67%, 35%, 67%rgb(67%, 35%, 67%)
CSS RGBa170, 88, 170,1rgba(170,88,170,1)
CMYK Modelcmyk(0%,48%,0%,33%)
HSL Color Space300,33% ,51%hsl(300,33% ,51%)
HSV Color Space300°, 48%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010100101100010101010
Octal252130252
Decimal17088170
Hexaa58aa

Different shades of #aa58aa color code.

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

Light Shade of #aa58aa
#bb7abb
Dark Shade of #aa58aa
#894689
Saturated Shade of #aa58aa
#b74bb7
Desaturated Shade of #aa58aa
#9d659d
Grey scale Shade of #aa58aa
#818181
Brighten Shade
#c371c3
Most Readable Shade
#FFFFFF

Shades of #aa58aa color code

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

#aa58aa
#974e97
#844484
#713a71
#5e305e
#4b274b
#381d38
#251325
#120912
#000000

Similar Color like #aa58aa color

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

#ab59ab
#ac5aac
#ad5bad
#ae5cae
#af5daf
#b05eb0
#b15fb1
#b260b2
#b361b3
#b462b4
#b563b5
#b664b6
#b765b7
#b866b8
#a957a9
#a856a8
#a755a7
#a654a6
#a553a5
#a452a4
#a351a3
#a250a2
#a14fa1
#a04ea0
#9f4d9f
#9e4c9e
#9d4b9d
#9c4a9c

Monochromatic Color with #aa58aa

#aa58aa
#d46ed4
#ff84ff
#2a162a
#552c55
#7f427f

Tints of #aa58aa Color

#aa58aa
#b36ab3
#bc7dbc
#c68fc6
#cfa2cf
#d9b4d9
#e2c7e2
#ecd9ec
#f5ecf5
#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

#aa58aa
#58aa58

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

Split Complementary

#aa58aa
#81aa58
#58aa81

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

Analogous Color

#8958aa
#9a58aa
#aa58aa
#aa589a
#aa5889

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

#aa58aa
#aaaa58
#58aaaa

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

#aa58aa
#aa8158
#58aa58
#5881aa

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

#aa58aa
#58aa58
#58aa81
#aa5881

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

#aa58aa Color Code Preview on Black Background Color

This is how #aa58aa Color will look on black background color. Color contrast ratio is 4.69

#aa58aa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa58aa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa58aa

#aa58aa color code is use for CSS Background Color

Background color for the above div is #aa58aa

HTML with inline CSS

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

#aa58aa color code is use for CSS Border Color

CSS Border color for the above div is #aa58aa

HTML with inline CSS

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

CSS Border Left color for the above div is #aa58aa

HTML with inline CSS

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

CSS Border Right color for the above div is #aa58aa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa58aa

HTML with inline CSS

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

CSS Border Top color for the above div is #aa58aa

HTML with inline CSS

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

#aa58aa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa58aa Color code Preview on White Background

This is how #aa58aa Color code will look on white background color. Color contrast ratio is 4.48

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

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