crispedge.com

Color picker

Loading...

#a77faf hex color - Violet - Warm color - Information

#a77faf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a77faf Color code in RGB color code model is created after adding 65.49% red color, 49.8% green color and 68.63% blue color. Hex #a77faf Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 27% magenta, 0% yellow and 31% black.

Hex #a77faf color code is between #aa77aa web safe hex color code and #9988bb web safe hex color code. #aa77aa is the nearest web safe color code. You can see here many more shades of #a77faf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea77faf#a77faf
RGB Decimal167, 127, 175rgb(167, 127, 175)
RGB Percent65%, 50%, 69%rgb(65%, 50%, 69%)
CSS RGBa167, 127, 175,1rgba(167,127,175,1)
CMYK Modelcmyk(5%,27%,0%,31%)
HSL Color Space290,23% ,59%hsl(290,23% ,59%)
HSV Color Space290°, 27%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001110111111110101111
Octal247177257
Decimal167127175
Hexa77faf

Different shades of #a77faf color code.

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

Light Shade of #a77faf
#bd9ec3
Dark Shade of #a77faf
#91619a
Saturated Shade of #a77faf
#ae75b9
Desaturated Shade of #a77faf
#a089a5
Grey scale Shade of #a77faf
#979797
Brighten Shade
#c098c8
Most Readable Shade
#000000

Shades of #a77faf color code

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

#a77faf
#94709b
#816288
#6f5474
#5c4661
#4a384d
#372a3a
#251c26
#120e13
#000000

Similar Color like #a77faf color

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

#a880b0
#a981b1
#aa82b2
#ab83b3
#ac84b4
#ad85b5
#ae86b6
#af87b7
#b088b8
#b189b9
#b28aba
#b38bbb
#b48cbc
#b58dbd
#a67eae
#a57dad
#a47cac
#a37bab
#a27aaa
#a179a9
#a078a8
#9f77a7
#9e76a6
#9d75a5
#9c74a4
#9b73a3
#9a72a2
#9971a1

Monochromatic Color with #a77faf

#a77faf
#d09ed9
#050405
#2d222f
#56415a
#7e6084

Tints of #a77faf Color

#a77faf
#b08db7
#ba9bc0
#c4a9c9
#ceb7d2
#d7c6db
#e1d4e4
#ebe2ed
#f5f0f6
#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

#a77faf
#87af7f

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

Split Complementary

#a77faf
#9faf7f
#7faf8f

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

Analogous Color

#947faf
#9d7faf
#a77faf
#af7fad
#af7fa4

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

#a77faf
#afa77f
#7fafa7

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

#a77faf
#af8f7f
#87af7f
#7f9faf

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

#a77faf
#87af7f
#7faf8f
#af7f9f

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

#a77faf Color Code Preview on Black Background Color

This is how #a77faf Color will look on black background color. Color contrast ratio is 6.30

#a77faf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a77faf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a77faf

#a77faf color code is use for CSS Background Color

Background color for the above div is #a77faf

HTML with inline CSS

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

#a77faf color code is use for CSS Border Color

CSS Border color for the above div is #a77faf

HTML with inline CSS

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

CSS Border Left color for the above div is #a77faf

HTML with inline CSS

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

CSS Border Right color for the above div is #a77faf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a77faf

HTML with inline CSS

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

CSS Border Top color for the above div is #a77faf

HTML with inline CSS

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

#a77faf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a77faf Color code Preview on White Background

This is how #a77faf Color code will look on white background color. Color contrast ratio is 3.33

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

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