crispedge.com

Color picker

Loading...

#a877f7 hex color - Blue - Cool color - Information

#a877f7 hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a877f7 Color code in RGB color code model is created after adding 65.88% red color, 46.67% green color and 96.86% blue color. Hex #a877f7 Color code in CMYK color (process color) code model is generated after subtraction of 32% cyan, 52% magenta, 0% yellow and 3% black.

Hex #a877f7 color code is between #aa66ff web safe hex color code and #9988ee web safe hex color code. #aa66ff is the nearest web safe color code. You can see here many more shades of #a877f7 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea877f7#a877f7
RGB Decimal168, 119, 247rgb(168, 119, 247)
RGB Percent66%, 47%, 97%rgb(66%, 47%, 97%)
CSS RGBa168, 119, 247,1rgba(168,119,247,1)
CMYK Modelcmyk(32%,52%,0%,3%)
HSL Color Space263,89% ,72%hsl(263,89% ,72%)
HSV Color Space263°, 52%, 97%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101010000111011111110111
Octal250167367
Decimal168119247
Hexa877f7

Different shades of #a877f7 color code.

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

Light Shade of #a877f7
#c7a7fa
Dark Shade of #a877f7
#8947f4
Saturated Shade of #a877f7
#a670fe
Desaturated Shade of #a877f7
#aa7ef0
Grey scale Shade of #a877f7
#b7b7b7
Brighten Shade
#c190ff
Most Readable Shade
#000000

Shades of #a877f7 color code

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

#a877f7
#9569db
#825cc0
#704fa4
#5d4289
#4a346d
#382752
#251a36
#120d1b
#000000

Similar Color like #a877f7 color

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

#a978f8
#aa79f9
#ab7afa
#ac7bfb
#ad7cfc
#ae7dfd
#af7efe
#b07fff
#b180ff
#b281ff
#b382ff
#b483ff
#b584ff
#b685ff
#a776f6
#a675f5
#a574f4
#a473f3
#a372f2
#a271f1
#a170f0
#a06fef
#9f6eee
#9e6ded
#9d6cec
#9c6beb
#9b6aea
#9a69e9

Monochromatic Color with #a877f7

#a877f7
#171122
#34254d
#513a77
#6e4ea2
#8b63cc

Tints of #a877f7 Color

#a877f7
#b186f7
#bb95f8
#c5a4f9
#ceb3fa
#d8c2fb
#e2d1fc
#ebe0fd
#f5effe
#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

#a877f7
#c6f777

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

Split Complementary

#a877f7
#f7e877
#86f777

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

Analogous Color

#7779f7
#8e77f7
#a877f7
#c277f7
#db77f7

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

#a877f7
#f7a877
#77f7a8

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

#a877f7
#f77786
#c6f777
#77f7e8

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

#a877f7
#c6f777
#86f777
#e877f7

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

#a877f7 Color Code Preview on Black Background Color

This is how #a877f7 Color will look on black background color. Color contrast ratio is 6.65

#a877f7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a877f7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a877f7

#a877f7 color code is use for CSS Background Color

Background color for the above div is #a877f7

HTML with inline CSS

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

#a877f7 color code is use for CSS Border Color

CSS Border color for the above div is #a877f7

HTML with inline CSS

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

CSS Border Left color for the above div is #a877f7

HTML with inline CSS

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

CSS Border Right color for the above div is #a877f7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a877f7

HTML with inline CSS

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

CSS Border Top color for the above div is #a877f7

HTML with inline CSS

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

#a877f7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a877f7 Color code Preview on White Background

This is how #a877f7 Color code will look on white background color. Color contrast ratio is 3.16

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

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(168,119,247,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(198,247,119,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(168,119,247,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.