crispedge.com

Color picker

Loading...

#af76ba hex color - Violet - Warm color - Information

#af76ba hex color - Violet - Warm color

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaf76ba#af76ba
RGB Decimal175, 118, 186rgb(175, 118, 186)
RGB Percent69%, 46%, 73%rgb(69%, 46%, 73%)
CSS RGBa175, 118, 186,1rgba(175,118,186,1)
CMYK Modelcmyk(6%,37%,0%,27%)
HSL Color Space290,33% ,60%hsl(290,33% ,60%)
HSV Color Space290°, 37%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110111011010111010
Octal257166272
Decimal175118186
Hexaf76ba

Different shades of #af76ba color code.

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

Light Shade of #af76ba
#c398cb
Dark Shade of #af76ba
#9b55a8
Saturated Shade of #af76ba
#b66cc4
Desaturated Shade of #af76ba
#a880b0
Grey scale Shade of #af76ba
#989898
Brighten Shade
#c88fd3
Most Readable Shade
#000000

Shades of #af76ba color code

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

#af76ba
#9b68a5
#885b90
#744e7c
#614167
#4d3452
#3a273e
#261a29
#130d14
#000000

Similar Color like #af76ba color

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

#b077bb
#b178bc
#b279bd
#b37abe
#b47bbf
#b57cc0
#b67dc1
#b77ec2
#b87fc3
#b980c4
#ba81c5
#bb82c6
#bc83c7
#bd84c8
#ae75b9
#ad74b8
#ac73b7
#ab72b6
#aa71b5
#a970b4
#a86fb3
#a76eb2
#a66db1
#a56cb0
#a46baf
#a36aae
#a269ad
#a168ac

Monochromatic Color with #af76ba

#af76ba
#d791e4
#0f0a10
#37253a
#5f4065
#875b8f

Tints of #af76ba Color

#af76ba
#b785c1
#c094c9
#c9a3d1
#d2b2d8
#dbc2e0
#e4d1e8
#ede0ef
#f6eff7
#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

#af76ba
#81ba76

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

Split Complementary

#af76ba
#a3ba76
#76ba8d

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

Analogous Color

#9476ba
#a176ba
#af76ba
#ba76b7
#ba76aa

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

#af76ba
#baaf76
#76baaf

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

#af76ba
#ba8d76
#81ba76
#76a3ba

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

#af76ba
#81ba76
#76ba8d
#ba76a3

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

#af76ba Color Code Preview on Black Background Color

This is how #af76ba Color will look on black background color. Color contrast ratio is 6.12

#af76ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af76ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af76ba

#af76ba color code is use for CSS Background Color

Background color for the above div is #af76ba

HTML with inline CSS

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

#af76ba color code is use for CSS Border Color

CSS Border color for the above div is #af76ba

HTML with inline CSS

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

CSS Border Left color for the above div is #af76ba

HTML with inline CSS

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

CSS Border Right color for the above div is #af76ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af76ba

HTML with inline CSS

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

CSS Border Top color for the above div is #af76ba

HTML with inline CSS

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

#af76ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af76ba Color code Preview on White Background

This is how #af76ba Color code will look on white background color. Color contrast ratio is 3.43

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

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(175,118,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(129,186,118,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,118,186,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.