crispedge.com

Color picker

Loading...

#af72e5 hex color - Violet - Warm color - Information

#af72e5 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #af72e5 Color code in RGB color code model is created after adding 68.63% red color, 44.71% green color and 89.8% blue color. Hex #af72e5 Color code in CMYK color (process color) code model is generated after subtraction of 24% cyan, 50% magenta, 0% yellow and 10% black.

Hex #af72e5 color code is between #aa77dd web safe hex color code and #bb66ee web safe hex color code. #aa77dd is the nearest web safe color code. You can see here many more shades of #af72e5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaf72e5#af72e5
RGB Decimal175, 114, 229rgb(175, 114, 229)
RGB Percent69%, 45%, 90%rgb(69%, 45%, 90%)
CSS RGBa175, 114, 229,1rgba(175,114,229,1)
CMYK Modelcmyk(24%,50%,0%,10%)
HSL Color Space272,69% ,67%hsl(272,69% ,67%)
HSV Color Space272°, 50%, 90%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110111001011100101
Octal257162345
Decimal175114229
Hexaf72e5

Different shades of #af72e5 color code.

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

Light Shade of #af72e5
#c79ded
Dark Shade of #af72e5
#9747dd
Saturated Shade of #af72e5
#af6aed
Desaturated Shade of #af72e5
#ae7add
Grey scale Shade of #af72e5
#ababab
Brighten Shade
#c88bfe
Most Readable Shade
#000000

Shades of #af72e5 color code

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

#af72e5
#9b65cb
#8858b2
#744c98
#613f7f
#4d3265
#3a264c
#261932
#130c19
#000000

Similar Color like #af72e5 color

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

#b073e6
#b174e7
#b275e8
#b376e9
#b477ea
#b578eb
#b679ec
#b77aed
#b87bee
#b97cef
#ba7df0
#bb7ef1
#bc7ff2
#bd80f3
#ae71e4
#ad70e3
#ac6fe2
#ab6ee1
#aa6de0
#a96cdf
#a86bde
#a76add
#a669dc
#a568db
#a467da
#a366d9
#a265d8
#a164d7

Monochromatic Color with #af72e5

#af72e5
#0d0810
#2d1d3b
#4e3365
#6e4890
#8f5dba

Tints of #af72e5 Color

#af72e5
#b781e7
#c091ea
#c9a1ed
#d2b0f0
#dbc0f3
#e4d0f6
#eddff9
#f6effc
#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

#af72e5
#a8e572

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

Split Complementary

#af72e5
#e2e572
#72e576

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

Analogous Color

#8172e5
#9872e5
#af72e5
#c672e5
#dd72e5

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

#af72e5
#e5af72
#72e5af

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

#af72e5
#e57572
#a8e572
#72e1e5

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

#af72e5
#a8e572
#72e576
#e572e2

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

#af72e5 Color Code Preview on Black Background Color

This is how #af72e5 Color will look on black background color. Color contrast ratio is 6.36

#af72e5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af72e5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af72e5

#af72e5 color code is use for CSS Background Color

Background color for the above div is #af72e5

HTML with inline CSS

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

#af72e5 color code is use for CSS Border Color

CSS Border color for the above div is #af72e5

HTML with inline CSS

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

CSS Border Left color for the above div is #af72e5

HTML with inline CSS

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

CSS Border Right color for the above div is #af72e5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af72e5

HTML with inline CSS

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

CSS Border Top color for the above div is #af72e5

HTML with inline CSS

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

#af72e5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af72e5 Color code Preview on White Background

This is how #af72e5 Color code will look on white background color. Color contrast ratio is 3.30

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

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,114,229,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(168,229,114,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,114,229,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.