crispedge.com

Color picker

Loading...

#af38d7 hex color - Violet - Warm color - Information

#af38d7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #af38d7 Color code in RGB color code model is created after adding 68.63% red color, 21.96% green color and 84.31% blue color. Hex #af38d7 Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 74% magenta, 0% yellow and 16% black.

Hex #af38d7 color code is between #aa33dd web safe hex color code and #bb44cc web safe hex color code. #aa33dd is the nearest web safe color code. You can see here many more shades of #af38d7 color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeaf38d7#af38d7
RGB Decimal175, 56, 215rgb(175, 56, 215)
RGB Percent69%, 22%, 84%rgb(69%, 22%, 84%)
CSS RGBa175, 56, 215,1rgba(175,56,215,1)
CMYK Modelcmyk(19%,74%,0%,16%)
HSL Color Space285,67% ,53%hsl(285,67% ,53%)
HSV Color Space285°, 74%, 84%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110011100011010111
Octal25770327
Decimal17556215
Hexaf38d7

Different shades of #af38d7 color code.

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

Light Shade of #af38d7
#c062e0
Dark Shade of #af38d7
#9225b7
Saturated Shade of #af38d7
#b52ce3
Desaturated Shade of #af38d7
#a944cb
Grey scale Shade of #af38d7
#878787
Brighten Shade
#c851f0
Most Readable Shade
#FFFFFF

Shades of #af38d7 color code

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

#af38d7
#9b31bf
#882ba7
#74258f
#611f77
#4d185f
#3a1247
#260c2f
#130617
#000000

Similar Color like #af38d7 color

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

#b039d8
#b13ad9
#b23bda
#b33cdb
#b43ddc
#b53edd
#b63fde
#b740df
#b841e0
#b942e1
#ba43e2
#bb44e3
#bc45e4
#bd46e5
#ae37d6
#ad36d5
#ac35d4
#ab34d3
#aa33d2
#a932d1
#a831d0
#a730cf
#a62fce
#a52ecd
#a42dcc
#a32ccb
#a22bca
#a12ac9

Monochromatic Color with #af38d7

#af38d7
#020102
#250c2d
#471757
#6a2282
#8c2dac

Tints of #af38d7 Color

#af38d7
#b74edb
#c064df
#c97ae4
#d290e8
#dba6ed
#e4bcf1
#edd2f6
#f6e8fa
#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

#af38d7
#60d738

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

Split Complementary

#af38d7
#afd738
#38d760

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

Analogous Color

#6f38d7
#8f38d7
#af38d7
#cf38d7
#d738bf

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

#af38d7
#d7af38
#38d7af

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

#af38d7
#d75f38
#60d738
#38afd7

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

#af38d7
#60d738
#38d760
#d738af

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

#af38d7 Color Code Preview on Black Background Color

This is how #af38d7 Color will look on black background color. Color contrast ratio is 4.37

#af38d7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af38d7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af38d7

#af38d7 color code is use for CSS Background Color

Background color for the above div is #af38d7

HTML with inline CSS

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

#af38d7 color code is use for CSS Border Color

CSS Border color for the above div is #af38d7

HTML with inline CSS

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

CSS Border Left color for the above div is #af38d7

HTML with inline CSS

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

CSS Border Right color for the above div is #af38d7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af38d7

HTML with inline CSS

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

CSS Border Top color for the above div is #af38d7

HTML with inline CSS

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

#af38d7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af38d7 Color code Preview on White Background

This is how #af38d7 Color code will look on white background color. Color contrast ratio is 4.81

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

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,56,215,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(96,215,56,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,56,215,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.