crispedge.com

Color picker

Loading...

#af90ff hex color - Blue - Cool color - Information

#af90ff hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #af90ff Color code in RGB color code model is created after adding 68.63% red color, 56.47% green color and 100% blue color. Hex #af90ff Color code in CMYK color (process color) code model is generated after subtraction of 31% cyan, 44% magenta, 0% yellow and 0% black.

Hex #af90ff color code is between #aa88ee web safe hex color code and #bb99dd web safe hex color code. #aa88ee is the nearest web safe color code. You can see here many more shades of #af90ff color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codeaf90ff#af90ff
RGB Decimal175, 144, 255rgb(175, 144, 255)
RGB Percent69%, 56%, 100%rgb(69%, 56%, 100%)
CSS RGBa175, 144, 255,1rgba(175,144,255,1)
CMYK Modelcmyk(31%,44%,0%,0%)
HSL Color Space257,100% ,78%hsl(257,100% ,78%)
HSV Color Space257°, 44%, 100%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111001000011111111
Octal257220377
Decimal175144255
Hexaf90ff

Different shades of #af90ff color code.

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

Light Shade of #af90ff
#d4c3ff
Dark Shade of #af90ff
#8a5dff
Saturated Shade of #af90ff
#af90ff
Desaturated Shade of #af90ff
#b196f9
Grey scale Shade of #af90ff
#c7c7c7
Brighten Shade
#c8a9ff
Most Readable Shade
#000000

Shades of #af90ff color code

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

#af90ff
#9b80e2
#8870c6
#7460aa
#61508d
#4d4071
#3a3055
#262038
#13101c
#000000

Similar Color like #af90ff color

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

#b091ff
#b192ff
#b293ff
#b394ff
#b495ff
#b596ff
#b697ff
#b798ff
#b899ff
#b99aff
#ba9bff
#bb9cff
#bc9dff
#bd9eff
#ae8ffe
#ad8efd
#ac8dfc
#ab8cfb
#aa8bfa
#a98af9
#a889f8
#a788f7
#a687f6
#a586f5
#a485f4
#a384f3
#a283f2
#a182f1

Monochromatic Color with #af90ff

#af90ff
#1d182a
#3a3055
#584880
#7560aa
#9278d4

Tints of #af90ff Color

#af90ff
#b79cff
#c0a8ff
#c9b5ff
#d2c1ff
#dbcdff
#e4daff
#ede6ff
#f6f2ff
#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

#af90ff
#e0ff90

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

Split Complementary

#af90ff
#ffe790
#a8ff90

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

Analogous Color

#909dff
#9990ff
#af90ff
#c590ff
#db90ff

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

#af90ff
#ffaf90
#90ffaf

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

#af90ff
#ff90a8
#e0ff90
#90ffe6

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

#af90ff
#e0ff90
#a8ff90
#e790ff

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

#af90ff Color Code Preview on Black Background Color

This is how #af90ff Color will look on black background color. Color contrast ratio is 8.26

#af90ff in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af90ff

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af90ff

#af90ff color code is use for CSS Background Color

Background color for the above div is #af90ff

HTML with inline CSS

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

#af90ff color code is use for CSS Border Color

CSS Border color for the above div is #af90ff

HTML with inline CSS

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

CSS Border Left color for the above div is #af90ff

HTML with inline CSS

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

CSS Border Right color for the above div is #af90ff

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af90ff

HTML with inline CSS

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

CSS Border Top color for the above div is #af90ff

HTML with inline CSS

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

#af90ff hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af90ff Color code Preview on White Background

This is how #af90ff Color code will look on white background color. Color contrast ratio is 2.54

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

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.