crispedge.com

Color picker

Loading...

#ab76bf hex color - Violet - Warm color - Information

#ab76bf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ab76bf Color code in RGB color code model is created after adding 67.06% red color, 46.27% green color and 74.9% blue color. Hex #ab76bf Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 38% magenta, 0% yellow and 25% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeab76bf#ab76bf
RGB Decimal171, 118, 191rgb(171, 118, 191)
RGB Percent67%, 46%, 75%rgb(67%, 46%, 75%)
CSS RGBa171, 118, 191,1rgba(171,118,191,1)
CMYK Modelcmyk(10%,38%,0%,25%)
HSL Color Space284,36% ,61%hsl(284,36% ,61%)
HSV Color Space284°, 38%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010110111011010111111
Octal253166277
Decimal171118191
Hexab76bf

Different shades of #ab76bf color code.

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

Light Shade of #ab76bf
#c099cf
Dark Shade of #ab76bf
#9653af
Saturated Shade of #ab76bf
#b06cc9
Desaturated Shade of #ab76bf
#a680b5
Grey scale Shade of #ab76bf
#9a9a9a
Brighten Shade
#c48fd8
Most Readable Shade
#000000

Shades of #ab76bf color code

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

#ab76bf
#9868a9
#855b94
#724e7f
#5f416a
#4c3454
#39273f
#261a2a
#130d15
#000000

Similar Color like #ab76bf color

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

#ac77c0
#ad78c1
#ae79c2
#af7ac3
#b07bc4
#b17cc5
#b27dc6
#b37ec7
#b47fc8
#b580c9
#b681ca
#b782cb
#b883cc
#b984cd
#aa75be
#a974bd
#a873bc
#a772bb
#a671ba
#a570b9
#a46fb8
#a36eb7
#a26db6
#a16cb5
#a06bb4
#9f6ab3
#9e69b2
#9d68b1

Monochromatic Color with #ab76bf

#ab76bf
#d190e9
#130d15
#39273f
#5f416a
#855c94

Tints of #ab76bf Color

#ab76bf
#b485c6
#bd94cd
#c7a3d4
#d0b2db
#d9c2e2
#e3d1e9
#ece0f0
#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

#ab76bf
#8abf76

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

Split Complementary

#ab76bf
#afbf76
#76bf87

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

Analogous Color

#8e76bf
#9c76bf
#ab76bf
#ba76bf
#bf76b6

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

#ab76bf
#bfab76
#76bfab

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

#ab76bf
#bf8676
#8abf76
#76aebf

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

#ab76bf
#8abf76
#76bf87
#bf76af

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

#ab76bf Color Code Preview on Black Background Color

This is how #ab76bf Color will look on black background color. Color contrast ratio is 6.08

#ab76bf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab76bf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab76bf

#ab76bf color code is use for CSS Background Color

Background color for the above div is #ab76bf

HTML with inline CSS

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

#ab76bf color code is use for CSS Border Color

CSS Border color for the above div is #ab76bf

HTML with inline CSS

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

CSS Border Left color for the above div is #ab76bf

HTML with inline CSS

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

CSS Border Right color for the above div is #ab76bf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab76bf

HTML with inline CSS

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

CSS Border Top color for the above div is #ab76bf

HTML with inline CSS

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

#ab76bf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab76bf Color code Preview on White Background

This is how #ab76bf Color code will look on white background color. Color contrast ratio is 3.46

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

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