crispedge.com

Color picker

Loading...

#af75f2 hex color - Blue - Cool color - Information

#af75f2 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #af75f2 Color code in RGB color code model is created after adding 68.63% red color, 45.88% green color and 94.9% blue color. Hex #af75f2 Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 52% magenta, 0% yellow and 5% black.

Hex #af75f2 color code is between #aa77ee web safe hex color code and #bb66ff web safe hex color code. #aa77ee is the nearest web safe color code. You can see here many more shades of #af75f2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaf75f2#af75f2
RGB Decimal175, 117, 242rgb(175, 117, 242)
RGB Percent69%, 46%, 95%rgb(69%, 46%, 95%)
CSS RGBa175, 117, 242,1rgba(175,117,242,1)
CMYK Modelcmyk(28%,52%,0%,5%)
HSL Color Space268,83% ,70%hsl(268,83% ,70%)
HSV Color Space268°, 52%, 95%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011110111010111110010
Octal257165362
Decimal175117242
Hexaf75f2

Different shades of #af75f2 color code.

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

Light Shade of #af75f2
#caa4f6
Dark Shade of #af75f2
#9446ee
Saturated Shade of #af75f2
#ae6dfa
Desaturated Shade of #af75f2
#b07dea
Grey scale Shade of #af75f2
#b3b3b3
Brighten Shade
#c88eff
Most Readable Shade
#000000

Shades of #af75f2 color code

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

#af75f2
#9b68d7
#885bbc
#744ea1
#614186
#4d346b
#3a2750
#261a35
#130d1a
#000000

Similar Color like #af75f2 color

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

#b076f3
#b177f4
#b278f5
#b379f6
#b47af7
#b57bf8
#b67cf9
#b77dfa
#b87efb
#b97ffc
#ba80fd
#bb81fe
#bc82ff
#bd83ff
#ae74f1
#ad73f0
#ac72ef
#ab71ee
#aa70ed
#a96fec
#a86eeb
#a76dea
#a66ce9
#a56be8
#a46ae7
#a369e6
#a268e5
#a167e4

Monochromatic Color with #af75f2

#af75f2
#150e1d
#342348
#533772
#724c9d
#9060c7

Tints of #af75f2 Color

#af75f2
#b784f3
#c093f4
#c9a3f6
#d2b2f7
#dbc1f9
#e4d1fa
#ede0fc
#f6effd
#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

#af75f2
#b8f275

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

Split Complementary

#af75f2
#f2ee75
#79f275

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

Analogous Color

#7d75f2
#9675f2
#af75f2
#c875f2
#e175f2

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

#af75f2
#f2af75
#75f2af

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

#af75f2
#f27579
#b8f275
#75f2ed

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

#af75f2
#b8f275
#79f275
#ee75f2

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

#af75f2 Color Code Preview on Black Background Color

This is how #af75f2 Color will look on black background color. Color contrast ratio is 6.65

#af75f2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af75f2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af75f2

#af75f2 color code is use for CSS Background Color

Background color for the above div is #af75f2

HTML with inline CSS

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

#af75f2 color code is use for CSS Border Color

CSS Border color for the above div is #af75f2

HTML with inline CSS

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

CSS Border Left color for the above div is #af75f2

HTML with inline CSS

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

CSS Border Right color for the above div is #af75f2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af75f2

HTML with inline CSS

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

CSS Border Top color for the above div is #af75f2

HTML with inline CSS

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

#af75f2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af75f2 Color code Preview on White Background

This is how #af75f2 Color code will look on white background color. Color contrast ratio is 3.16

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

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,117,242,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(184,242,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,117,242,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.