crispedge.com

Color picker

Loading...

#ab76bb hex color - Violet - Warm color - Information

#ab76bb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ab76bb Color code in RGB color code model is created after adding 67.06% red color, 46.27% green color and 73.33% blue color. Hex #ab76bb Color code in CMYK color (process color) code model is generated after subtraction of 9% cyan, 37% magenta, 0% yellow and 27% black.

Hex #ab76bb color code is between #aa77aa web safe hex color code and #bb66cc web safe hex color code. #aa77aa is the nearest web safe color code. You can see here many more shades of #ab76bb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeab76bb#ab76bb
RGB Decimal171, 118, 187rgb(171, 118, 187)
RGB Percent67%, 46%, 73%rgb(67%, 46%, 73%)
CSS RGBa171, 118, 187,1rgba(171,118,187,1)
CMYK Modelcmyk(9%,37%,0%,27%)
HSL Color Space286,34% ,60%hsl(286,34% ,60%)
HSV Color Space286°, 37%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010110111011010111011
Octal253166273
Decimal171118187
Hexab76bb

Different shades of #ab76bb color code.

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

Light Shade of #ab76bb
#c098cc
Dark Shade of #ab76bb
#9654aa
Saturated Shade of #ab76bb
#b06cc5
Desaturated Shade of #ab76bb
#a580b1
Grey scale Shade of #ab76bb
#989898
Brighten Shade
#c48fd4
Most Readable Shade
#000000

Shades of #ab76bb color code

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

#ab76bb
#9868a6
#855b91
#724e7c
#5f4167
#4c3453
#39273e
#261a29
#130d14
#000000

Similar Color like #ab76bb color

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

#ac77bc
#ad78bd
#ae79be
#af7abf
#b07bc0
#b17cc1
#b27dc2
#b37ec3
#b47fc4
#b580c5
#b681c6
#b782c7
#b883c8
#b984c9
#aa75ba
#a974b9
#a873b8
#a772b7
#a671b6
#a570b5
#a46fb4
#a36eb3
#a26db2
#a16cb1
#a06bb0
#9f6aaf
#9e69ae
#9d68ad

Monochromatic Color with #ab76bb

#ab76bb
#d291e5
#100b11
#36263b
#5d4066
#845b90

Tints of #ab76bb Color

#ab76bb
#b485c2
#bd94ca
#c7a3d1
#d0b2d9
#d9c2e0
#e3d1e8
#ece0ef
#f5eff7
#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

#ab76bb
#86bb76

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

Split Complementary

#ab76bb
#a9bb76
#76bb89

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

Analogous Color

#8f76bb
#9d76bb
#ab76bb
#b976bb
#bb76af

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

#ab76bb
#bbab76
#76bbab

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

#ab76bb
#bb8876
#86bb76
#76a8bb

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

#ab76bb
#86bb76
#76bb89
#bb76a9

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

#ab76bb Color Code Preview on Black Background Color

This is how #ab76bb Color will look on black background color. Color contrast ratio is 6.04

#ab76bb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab76bb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab76bb

#ab76bb color code is use for CSS Background Color

Background color for the above div is #ab76bb

HTML with inline CSS

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

#ab76bb color code is use for CSS Border Color

CSS Border color for the above div is #ab76bb

HTML with inline CSS

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

CSS Border Left color for the above div is #ab76bb

HTML with inline CSS

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

CSS Border Right color for the above div is #ab76bb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab76bb

HTML with inline CSS

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

CSS Border Top color for the above div is #ab76bb

HTML with inline CSS

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

#ab76bb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab76bb Color code Preview on White Background

This is how #ab76bb Color code will look on white background color. Color contrast ratio is 3.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 #ab76bb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ab76bb; }

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,118,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(134,187,118,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(171,118,187,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.