crispedge.com

Color picker

Loading...

#aa89a8 hex color - Violet - Warm color - Information

#aa89a8 hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #aa89a8 color code is between #9988aa web safe hex color code and #bb9999 web safe hex color code. #9988aa is the nearest web safe color code. You can see here many more shades of #aa89a8 color code.

0 Likes 0 Comments | 4 Views

RGB Chart

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

Color Table

Hex Color Codeaa89a8#aa89a8
RGB Decimal170, 137, 168rgb(170, 137, 168)
RGB Percent67%, 54%, 66%rgb(67%, 54%, 66%)
CSS RGBa170, 137, 168,1rgba(170,137,168,1)
CMYK Modelcmyk(0%,19%,1%,33%)
HSL Color Space304,16% ,60%hsl(304,16% ,60%)
HSV Color Space304°, 19%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010101000100110101000
Octal252211250
Decimal170137168
Hexaa89a8

Different shades of #aa89a8 color code.

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

Light Shade of #aa89a8
#bfa7be
Dark Shade of #aa89a8
#956b92
Saturated Shade of #aa89a8
#b47fb1
Desaturated Shade of #aa89a8
#a0939f
Grey scale Shade of #aa89a8
#999999
Brighten Shade
#c3a2c1
Most Readable Shade
#000000

Shades of #aa89a8 color code

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

#aa89a8
#977995
#846a82
#715b70
#5e4c5d
#4b3c4a
#382d38
#251e25
#120f12
#000000

Similar Color like #aa89a8 color

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

#ab8aa9
#ac8baa
#ad8cab
#ae8dac
#af8ead
#b08fae
#b190af
#b291b0
#b392b1
#b493b2
#b594b3
#b695b4
#b796b5
#b897b6
#a988a7
#a887a6
#a786a5
#a685a4
#a584a3
#a483a2
#a382a1
#a281a0
#a1809f
#a07f9e
#9f7e9d
#9e7d9c
#9d7c9b
#9c7b9a

Monochromatic Color with #aa89a8

#aa89a8
#d4abd2
#ffcdfc
#2a222a
#554454
#7f677e

Tints of #aa89a8 Color

#aa89a8
#b396b1
#bca3bb
#c6b0c5
#cfbdce
#d9cad8
#e2d7e2
#ece4eb
#f5f1f5
#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

#aa89a8
#89aa8b

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

Split Complementary

#aa89a8
#97aa89
#89aa9b

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

Analogous Color

#9f89aa
#a589aa
#aa89a8
#aa89a1
#aa899b

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

#aa89a8
#a8aa89
#89a8aa

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

#aa89a8
#aa9b89
#89aa8b
#8997aa

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

#aa89a8
#89aa8b
#89aa9b
#aa8997

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

#aa89a8 Color Code Preview on Black Background Color

This is how #aa89a8 Color will look on black background color. Color contrast ratio is 6.85

#aa89a8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa89a8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #aa89a8

#aa89a8 color code is use for CSS Background Color

Background color for the above div is #aa89a8

HTML with inline CSS

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

#aa89a8 color code is use for CSS Border Color

CSS Border color for the above div is #aa89a8

HTML with inline CSS

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

CSS Border Left color for the above div is #aa89a8

HTML with inline CSS

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

CSS Border Right color for the above div is #aa89a8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #aa89a8

HTML with inline CSS

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

CSS Border Top color for the above div is #aa89a8

HTML with inline CSS

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

#aa89a8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#aa89a8 Color code Preview on White Background

This is how #aa89a8 Color code will look on white background color. Color contrast ratio is 3.06

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

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

0 Likes 0 Comments | 4 Views

Post your comment:-

By submitting comment you agree to our privacy policy.