crispedge.com

Color picker

Loading...

#a79cfa hex color - Blue - Cool color - Information

#a79cfa hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a79cfa Color code in RGB color code model is created after adding 65.49% red color, 61.18% green color and 98.04% blue color. Hex #a79cfa Color code in CMYK color (process color) code model is generated after subtraction of 33% cyan, 38% magenta, 0% yellow and 2% black.

Hex #a79cfa color code is between #aa99ff web safe hex color code and #99aaee web safe hex color code. #aa99ff is the nearest web safe color code. You can see here many more shades of #a79cfa color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea79cfa#a79cfa
RGB Decimal167, 156, 250rgb(167, 156, 250)
RGB Percent65%, 61%, 98%rgb(65%, 61%, 98%)
CSS RGBa167, 156, 250,1rgba(167,156,250,1)
CMYK Modelcmyk(33%,38%,0%,2%)
HSL Color Space247,90% ,80%hsl(247,90% ,80%)
HSV Color Space247°, 38%, 98%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001111001110011111010
Octal247234372
Decimal167156250
Hexa79cfa

Different shades of #a79cfa color code.

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

Light Shade of #a79cfa
#d2cdfc
Dark Shade of #a79cfa
#7c6bf8
Saturated Shade of #a79cfa
#a397ff
Desaturated Shade of #a79cfa
#aba1f5
Grey scale Shade of #a79cfa
#cbcbcb
Brighten Shade
#c0b5ff
Most Readable Shade
#000000

Shades of #a79cfa color code

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

#a79cfa
#948ade
#8179c2
#6f68a6
#5c568a
#4a456f
#373453
#252237
#12111b
#000000

Similar Color like #a79cfa color

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

#a89dfb
#a99efc
#aa9ffd
#aba0fe
#aca1ff
#ada2ff
#aea3ff
#afa4ff
#b0a5ff
#b1a6ff
#b2a7ff
#b3a8ff
#b4a9ff
#b5aaff
#a69bf9
#a59af8
#a499f7
#a398f6
#a297f5
#a196f4
#a095f3
#9f94f2
#9e93f1
#9d92f0
#9c91ef
#9b90ee
#9a8fed
#998eec

Monochromatic Color with #a79cfa

#a79cfa
#191725
#353250
#524c7a
#6e67a5
#8b81cf

Tints of #a79cfa Color

#a79cfa
#b0a7fa
#bab2fb
#c4bdfb
#cec8fc
#d7d3fc
#e1defd
#ebe9fd
#f5f4fe
#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

#a79cfa
#effa9c

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

Split Complementary

#a79cfa
#fad69c
#c0fa9c

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

Analogous Color

#9cb7fa
#9ca4fa
#a79cfa
#ba9cfa
#cd9cfa

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

#a79cfa
#faa79c
#9cfaa7

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

#a79cfa
#fa9cc0
#effa9c
#9cfad6

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

#a79cfa
#effa9c
#c0fa9c
#d69cfa

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

#a79cfa Color Code Preview on Black Background Color

This is how #a79cfa Color will look on black background color. Color contrast ratio is 8.78

#a79cfa in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a79cfa

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a79cfa

#a79cfa color code is use for CSS Background Color

Background color for the above div is #a79cfa

HTML with inline CSS

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

#a79cfa color code is use for CSS Border Color

CSS Border color for the above div is #a79cfa

HTML with inline CSS

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

CSS Border Left color for the above div is #a79cfa

HTML with inline CSS

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

CSS Border Right color for the above div is #a79cfa

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a79cfa

HTML with inline CSS

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

CSS Border Top color for the above div is #a79cfa

HTML with inline CSS

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

#a79cfa hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a79cfa Color code Preview on White Background

This is how #a79cfa Color code will look on white background color. Color contrast ratio is 2.39

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

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(167,156,250,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(239,250,156,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(167,156,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.