crispedge.com

Color picker

Loading...

#af98e5 hex color - Blue - Cool color - Information

#af98e5 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

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

Hex #af98e5 color code is between #aa99dd web safe hex color code and #bb88ee web safe hex color code. #aa99dd is the nearest web safe color code. You can see here many more shades of #af98e5 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaf98e5#af98e5
RGB Decimal175, 152, 229rgb(175, 152, 229)
RGB Percent69%, 60%, 90%rgb(69%, 60%, 90%)
CSS RGBa175, 152, 229,1rgba(175,152,229,1)
CMYK Modelcmyk(24%,34%,0%,10%)
HSL Color Space258,60% ,75%hsl(258,60% ,75%)
HSV Color Space258°, 34%, 90%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111001100011100101
Octal257230345
Decimal175152229
Hexaf98e5

Different shades of #af98e5 color code.

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

Light Shade of #af98e5
#cfc1ef
Dark Shade of #af98e5
#8f6fdb
Saturated Shade of #af98e5
#ac92eb
Desaturated Shade of #af98e5
#b29edf
Grey scale Shade of #af98e5
#bebebe
Brighten Shade
#c8b1fe
Most Readable Shade
#000000

Shades of #af98e5 color code

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

#af98e5
#9b87cb
#8876b2
#746598
#61547f
#4d4365
#3a324c
#262132
#131019
#000000

Similar Color like #af98e5 color

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

#b099e6
#b19ae7
#b29be8
#b39ce9
#b49dea
#b59eeb
#b69fec
#b7a0ed
#b8a1ee
#b9a2ef
#baa3f0
#bba4f1
#bca5f2
#bda6f3
#ae97e4
#ad96e3
#ac95e2
#ab94e1
#aa93e0
#a992df
#a891de
#a790dd
#a68fdc
#a58edb
#a48dda
#a38cd9
#a28bd8
#a18ad7

Monochromatic Color with #af98e5

#af98e5
#0d0b10
#2d273b
#4e4365
#6e6090
#8f7cba

Tints of #af98e5 Color

#af98e5
#b7a3e7
#c0aeea
#c9baed
#d2c5f0
#dbd1f3
#e4dcf6
#ede8f9
#f6f3fc
#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

#af98e5
#cee598

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

Split Complementary

#af98e5
#e5d698
#a8e598

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

Analogous Color

#98a0e5
#a098e5
#af98e5
#be98e5
#ce98e5

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

#af98e5
#e5af98
#98e5af

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

#af98e5
#e598a7
#cee598
#98e5d5

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

#af98e5
#cee598
#a8e598
#d698e5

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

#af98e5 Color Code Preview on Black Background Color

This is how #af98e5 Color will look on black background color. Color contrast ratio is 8.45

#af98e5 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af98e5

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af98e5

#af98e5 color code is use for CSS Background Color

Background color for the above div is #af98e5

HTML with inline CSS

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

#af98e5 color code is use for CSS Border Color

CSS Border color for the above div is #af98e5

HTML with inline CSS

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

CSS Border Left color for the above div is #af98e5

HTML with inline CSS

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

CSS Border Right color for the above div is #af98e5

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af98e5

HTML with inline CSS

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

CSS Border Top color for the above div is #af98e5

HTML with inline CSS

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

#af98e5 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af98e5 Color code Preview on White Background

This is how #af98e5 Color code will look on white background color. Color contrast ratio is 2.49

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

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