crispedge.com

Color picker

Loading...

#a6abfa hex color - Blue - Cool color - Information

#a6abfa hex color - Blue - Cool color

Color Hue/Base color: Blue

Hex #a6abfa Color code in RGB color code model is created after adding 65.1% red color, 67.06% green color and 98.04% blue color. Hex #a6abfa Color code in CMYK color (process color) code model is generated after subtraction of 34% cyan, 32% magenta, 0% yellow and 2% black.

Hex #a6abfa color code is between #aaaaff web safe hex color code and #99bbee web safe hex color code. #aaaaff is the nearest web safe color code. You can see here many more shades of #a6abfa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea6abfa#a6abfa
RGB Decimal166, 171, 250rgb(166, 171, 250)
RGB Percent65%, 67%, 98%rgb(65%, 67%, 98%)
CSS RGBa166, 171, 250,1rgba(166,171,250,1)
CMYK Modelcmyk(34%,32%,0%,2%)
HSL Color Space236,89% ,82%hsl(236,89% ,82%)
HSV Color Space236°, 34%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001101010101111111010
Octal246253372
Decimal166171250
Hexa6abfa

Different shades of #a6abfa color code.

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

Light Shade of #a6abfa
#d6d9fd
Dark Shade of #a6abfa
#767df7
Saturated Shade of #a6abfa
#a1a7ff
Desaturated Shade of #a6abfa
#abaff5
Grey scale Shade of #a6abfa
#d0d0d0
Brighten Shade
#bfc4ff
Most Readable Shade
#000000

Shades of #a6abfa color code

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

#a6abfa
#9398de
#8185c2
#6e72a6
#5c5f8a
#494c6f
#373953
#242637
#12131b
#000000

Similar Color like #a6abfa color

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

#a7acfb
#a8adfc
#a9aefd
#aaaffe
#abb0ff
#acb1ff
#adb2ff
#aeb3ff
#afb4ff
#b0b5ff
#b1b6ff
#b2b7ff
#b3b8ff
#b4b9ff
#a5aaf9
#a4a9f8
#a3a8f7
#a2a7f6
#a1a6f5
#a0a5f4
#9fa4f3
#9ea3f2
#9da2f1
#9ca1f0
#9ba0ef
#9a9fee
#999eed
#989dec

Monochromatic Color with #a6abfa

#a6abfa
#191a25
#353750
#51547a
#6e71a5
#8a8ecf

Tints of #a6abfa Color

#a6abfa
#afb4fa
#b9bdfb
#c3c7fb
#cdd0fc
#d7d9fc
#e1e3fd
#ebecfd
#f5f5fe
#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

#a6abfa
#faf5a6

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

Split Complementary

#a6abfa
#facba6
#d5faa6

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

Analogous Color

#a6cdfa
#a6bcfa
#a6abfa
#b2a6fa
#c3a6fa

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

#a6abfa
#faa6ab
#abfaa6

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

#a6abfa
#faa6d5
#faf5a6
#a6facb

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

#a6abfa
#faf5a6
#d5faa6
#cba6fa

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

#a6abfa Color Code Preview on Black Background Color

This is how #a6abfa Color will look on black background color. Color contrast ratio is 9.83

#a6abfa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6abfa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a6abfa

#a6abfa color code is use for CSS Background Color

Background color for the above div is #a6abfa

HTML with inline CSS

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

#a6abfa color code is use for CSS Border Color

CSS Border color for the above div is #a6abfa

HTML with inline CSS

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

CSS Border Left color for the above div is #a6abfa

HTML with inline CSS

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

CSS Border Right color for the above div is #a6abfa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a6abfa

HTML with inline CSS

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

CSS Border Top color for the above div is #a6abfa

HTML with inline CSS

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

#a6abfa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a6abfa Color code Preview on White Background

This is how #a6abfa Color code will look on white background color. Color contrast ratio is 2.14

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

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(166,171,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(250,245,166,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(166,171,250,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.