crispedge.com

Color picker

Loading...

#ab8bae hex color - Violet - Warm color - Information

#ab8bae hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ab8bae Color code in RGB color code model is created after adding 67.06% red color, 54.51% green color and 68.24% blue color. Hex #ab8bae Color code in CMYK color (process color) code model is generated after subtraction of 2% cyan, 20% magenta, 0% yellow and 32% black.

Hex #ab8bae color code is between #aa88aa web safe hex color code and #bb99bb web safe hex color code. #aa88aa is the nearest web safe color code. You can see here many more shades of #ab8bae color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeab8bae#ab8bae
RGB Decimal171, 139, 174rgb(171, 139, 174)
RGB Percent67%, 55%, 68%rgb(67%, 55%, 68%)
CSS RGBa171, 139, 174,1rgba(171,139,174,1)
CMYK Modelcmyk(2%,20%,0%,32%)
HSL Color Space295,18% ,61%hsl(295,18% ,61%)
HSV Color Space295°, 20%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010111000101110101110
Octal253213256
Decimal171139174
Hexab8bae

Different shades of #ab8bae color code.

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

Light Shade of #ab8bae
#c1a9c3
Dark Shade of #ab8bae
#956d99
Saturated Shade of #ab8bae
#b381b8
Desaturated Shade of #ab8bae
#a395a4
Grey scale Shade of #ab8bae
#9c9c9c
Brighten Shade
#c4a4c7
Most Readable Shade
#000000

Shades of #ab8bae color code

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

#ab8bae
#987b9a
#856c87
#725c74
#5f4d60
#4c3d4d
#392e3a
#261e26
#130f13
#000000

Similar Color like #ab8bae color

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

#ac8caf
#ad8db0
#ae8eb1
#af8fb2
#b090b3
#b191b4
#b292b5
#b393b6
#b494b7
#b595b8
#b696b9
#b797ba
#b898bb
#b999bc
#aa8aad
#a989ac
#a888ab
#a787aa
#a686a9
#a585a8
#a484a7
#a383a6
#a282a5
#a181a4
#a080a3
#9f7fa2
#9e7ea1
#9d7da0

Monochromatic Color with #ab8bae

#ab8bae
#d5add8
#040304
#2e252e
#574759
#816983

Tints of #ab8bae Color

#ab8bae
#b497b7
#bda4c0
#c7b1c9
#d0bed2
#d9cbdb
#e3d8e4
#ece5ed
#f5f2f6
#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

#ab8bae
#8eae8b

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

Split Complementary

#ab8bae
#a0ae8b
#8bae99

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

Analogous Color

#9d8bae
#a48bae
#ab8bae
#ae8baa
#ae8ba3

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

#ab8bae
#aeab8b
#8baeab

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

#ab8bae
#ae998b
#8eae8b
#8b9fae

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

#ab8bae
#8eae8b
#8bae99
#ae8ba0

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

#ab8bae Color Code Preview on Black Background Color

This is how #ab8bae Color will look on black background color. Color contrast ratio is 7.04

#ab8bae in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab8bae

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab8bae

#ab8bae color code is use for CSS Background Color

Background color for the above div is #ab8bae

HTML with inline CSS

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

#ab8bae color code is use for CSS Border Color

CSS Border color for the above div is #ab8bae

HTML with inline CSS

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

CSS Border Left color for the above div is #ab8bae

HTML with inline CSS

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

CSS Border Right color for the above div is #ab8bae

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab8bae

HTML with inline CSS

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

CSS Border Top color for the above div is #ab8bae

HTML with inline CSS

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

#ab8bae hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab8bae Color code Preview on White Background

This is how #ab8bae Color code will look on white background color. Color contrast ratio is 2.98

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

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(171,139,174,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(142,174,139,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,139,174,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.