crispedge.com

Color picker

Loading...

#a276b0 hex color - Violet - Warm color - Information

#a276b0 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a276b0 Color code in RGB color code model is created after adding 63.53% red color, 46.27% green color and 69.02% blue color. Hex #a276b0 Color code in CMYK color (process color) code model is generated after subtraction of 8% cyan, 33% magenta, 0% yellow and 31% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea276b0#a276b0
RGB Decimal162, 118, 176rgb(162, 118, 176)
RGB Percent64%, 46%, 69%rgb(64%, 46%, 69%)
CSS RGBa162, 118, 176,1rgba(162,118,176,1)
CMYK Modelcmyk(8%,33%,0%,31%)
HSL Color Space286,27% ,58%hsl(286,27% ,58%)
HSV Color Space286°, 33%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000100111011010110000
Octal242166260
Decimal162118176
Hexa276b0

Different shades of #a276b0 color code.

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

Light Shade of #a276b0
#b896c3
Dark Shade of #a276b0
#8a599a
Saturated Shade of #a276b0
#a86bbb
Desaturated Shade of #a276b0
#9c81a5
Grey scale Shade of #a276b0
#939393
Brighten Shade
#bb8fc9
Most Readable Shade
#FFFFFF

Shades of #a276b0 color code

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

#a276b0
#90689c
#7e5b88
#6c4e75
#5a4161
#48344e
#36273a
#241a27
#120d13
#000000

Similar Color like #a276b0 color

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

#a377b1
#a478b2
#a579b3
#a67ab4
#a77bb5
#a87cb6
#a97db7
#aa7eb8
#ab7fb9
#ac80ba
#ad81bb
#ae82bc
#af83bd
#b084be
#a175af
#a074ae
#9f73ad
#9e72ac
#9d71ab
#9c70aa
#9b6fa9
#9a6ea8
#996da7
#986ca6
#976ba5
#966aa4
#9569a3
#9468a2

Monochromatic Color with #a276b0

#a276b0
#c992da
#060406
#2d2130
#543d5b
#7b5a85

Tints of #a276b0 Color

#a276b0
#ac85b8
#b694c1
#c1a3ca
#cbb2d3
#d5c2db
#e0d1e4
#eae0ed
#f4eff6
#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

#a276b0
#84b076

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

Split Complementary

#a276b0
#a1b076
#76b085

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

Analogous Color

#8b76b0
#9676b0
#a276b0
#ae76b0
#b076a7

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

#a276b0
#b0a276
#76b0a2

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

#a276b0
#b08576
#84b076
#76a1b0

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

#a276b0
#84b076
#76b085
#b076a1

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

#a276b0 Color Code Preview on Black Background Color

This is how #a276b0 Color will look on black background color. Color contrast ratio is 5.75

#a276b0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a276b0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a276b0

#a276b0 color code is use for CSS Background Color

Background color for the above div is #a276b0

HTML with inline CSS

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

#a276b0 color code is use for CSS Border Color

CSS Border color for the above div is #a276b0

HTML with inline CSS

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

CSS Border Left color for the above div is #a276b0

HTML with inline CSS

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

CSS Border Right color for the above div is #a276b0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a276b0

HTML with inline CSS

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

CSS Border Top color for the above div is #a276b0

HTML with inline CSS

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

#a276b0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a276b0 Color code Preview on White Background

This is how #a276b0 Color code will look on white background color. Color contrast ratio is 3.65

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

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(162,118,176,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(132,176,118,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(162,118,176,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.