crispedge.com

Color picker

Loading...

#af59be hex color - Violet - Warm color - Information

#af59be hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #af59be Color code in RGB color code model is created after adding 68.63% red color, 34.9% green color and 74.51% blue color. Hex #af59be Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 53% magenta, 0% yellow and 25% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaf59be#af59be
RGB Decimal175, 89, 190rgb(175, 89, 190)
RGB Percent69%, 35%, 75%rgb(69%, 35%, 75%)
CSS RGBa175, 89, 190,1rgba(175,89,190,1)
CMYK Modelcmyk(8%,53%,0%,25%)
HSL Color Space291,44% ,55%hsl(291,44% ,55%)
HSV Color Space291°, 53%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110101100110111110
Octal257131276
Decimal17589190
Hexaf59be

Different shades of #af59be color code.

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

Light Shade of #af59be
#c17ecc
Dark Shade of #af59be
#9540a4
Saturated Shade of #af59be
#b74dca
Desaturated Shade of #af59be
#a765b2
Grey scale Shade of #af59be
#8b8b8b
Brighten Shade
#c872d7
Most Readable Shade
#FFFFFF

Shades of #af59be color code

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

#af59be
#9b4fa8
#884593
#743b7e
#613169
#4d2754
#3a1d3f
#26132a
#130915
#000000

Similar Color like #af59be color

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

#b05abf
#b15bc0
#b25cc1
#b35dc2
#b45ec3
#b55fc4
#b660c5
#b761c6
#b862c7
#b963c8
#ba64c9
#bb65ca
#bc66cb
#bd67cc
#ae58bd
#ad57bc
#ac56bb
#ab55ba
#aa54b9
#a953b8
#a852b7
#a751b6
#a650b5
#a54fb4
#a44eb3
#a34db2
#a24cb1
#a14bb0

Monochromatic Color with #af59be

#af59be
#d66de8
#120914
#3a1d3e
#613169
#884593

Tints of #af59be Color

#af59be
#b76bc5
#c07dcc
#c990d3
#d2a2da
#dbb5e2
#e4c7e9
#eddaf0
#f6ecf7
#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

#af59be
#68be59

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

Split Complementary

#af59be
#9bbe59
#59be7c

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

Analogous Color

#8759be
#9b59be
#af59be
#be59b9
#be59a5

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

#af59be
#beaf59
#59beaf

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

#af59be
#be7c59
#68be59
#599abe

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

#af59be
#68be59
#59be7c
#be599b

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

#af59be Color Code Preview on Black Background Color

This is how #af59be Color will look on black background color. Color contrast ratio is 5.00

#af59be in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af59be

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af59be

#af59be color code is use for CSS Background Color

Background color for the above div is #af59be

HTML with inline CSS

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

#af59be color code is use for CSS Border Color

CSS Border color for the above div is #af59be

HTML with inline CSS

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

CSS Border Left color for the above div is #af59be

HTML with inline CSS

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

CSS Border Right color for the above div is #af59be

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af59be

HTML with inline CSS

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

CSS Border Top color for the above div is #af59be

HTML with inline CSS

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

#af59be hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af59be Color code Preview on White Background

This is how #af59be Color code will look on white background color. Color contrast ratio is 4.20

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

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,89,190,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(104,190,89,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,89,190,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.