crispedge.com

Color picker

Loading...

#a79ece hex color - Blue - Cool color - Information

#a79ece hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a79ece Color code in RGB color code model is created after adding 65.49% red color, 61.96% green color and 80.78% blue color. Hex #a79ece Color code in CMYK color (process color) code model is generated after subtraction of 19% cyan, 23% magenta, 0% yellow and 19% black.

Hex #a79ece color code is between #aa99cc web safe hex color code and #99aadd web safe hex color code. #aa99cc is the nearest web safe color code. You can see here many more shades of #a79ece color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea79ece#a79ece
RGB Decimal167, 158, 206rgb(167, 158, 206)
RGB Percent65%, 62%, 81%rgb(65%, 62%, 81%)
CSS RGBa167, 158, 206,1rgba(167,158,206,1)
CMYK Modelcmyk(19%,23%,0%,19%)
HSL Color Space251,33% ,71%hsl(251,33% ,71%)
HSV Color Space251°, 23%, 81%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001111001111011001110
Octal247236316
Decimal167158206
Hexa79ece

Different shades of #a79ece color code.

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

Light Shade of #a79ece
#c6c0df
Dark Shade of #a79ece
#887cbd
Saturated Shade of #a79ece
#a297d5
Desaturated Shade of #a79ece
#aca5c7
Grey scale Shade of #a79ece
#b6b6b6
Brighten Shade
#c0b7e7
Most Readable Shade
#000000

Shades of #a79ece color code

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

#a79ece
#948cb7
#817aa0
#6f6989
#5c5772
#4a465b
#373444
#25232d
#121116
#000000

Similar Color like #a79ece color

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

#a89fcf
#a9a0d0
#aaa1d1
#aba2d2
#aca3d3
#ada4d4
#aea5d5
#afa6d6
#b0a7d7
#b1a8d8
#b2a9d9
#b3aada
#b4abdb
#b5acdc
#a69dcd
#a59ccc
#a49bcb
#a39aca
#a299c9
#a198c8
#a097c7
#9f96c6
#9e95c5
#9d94c4
#9c93c3
#9b92c2
#9a91c1
#9990c0

Monochromatic Color with #a79ece

#a79ece
#c9bff8
#1d1c24
#403c4e
#625d79
#857da3

Tints of #a79ece Color

#a79ece
#b0a8d3
#bab3d8
#c4bede
#cec9e3
#d7d3e9
#e1deee
#ebe9f4
#f5f4f9
#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

#a79ece
#c5ce9e

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

Split Complementary

#a79ece
#cebf9e
#adce9e

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

Analogous Color

#9ea8ce
#9e9fce
#a79ece
#b19ece
#ba9ece

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

#a79ece
#cea79e
#9ecea7

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

#a79ece
#ce9ead
#c5ce9e
#9ecebf

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

#a79ece
#c5ce9e
#adce9e
#bf9ece

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

#a79ece Color Code Preview on Black Background Color

This is how #a79ece Color will look on black background color. Color contrast ratio is 8.43

#a79ece in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a79ece

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a79ece

#a79ece color code is use for CSS Background Color

Background color for the above div is #a79ece

HTML with inline CSS

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

#a79ece color code is use for CSS Border Color

CSS Border color for the above div is #a79ece

HTML with inline CSS

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

CSS Border Left color for the above div is #a79ece

HTML with inline CSS

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

CSS Border Right color for the above div is #a79ece

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a79ece

HTML with inline CSS

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

CSS Border Top color for the above div is #a79ece

HTML with inline CSS

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

#a79ece hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a79ece Color code Preview on White Background

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

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,158,206,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(197,206,158,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(167,158,206,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.