crispedge.com

Color picker

Loading...

#a78bbb hex color - Violet - Warm color - Information

#a78bbb hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a78bbb Color code in RGB color code model is created after adding 65.49% red color, 54.51% green color and 73.33% blue color. Hex #a78bbb Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 26% magenta, 0% yellow and 27% black.

Hex #a78bbb color code is between #aa88aa web safe hex color code and #9999cc web safe hex color code. #aa88aa is the nearest web safe color code. You can see here many more shades of #a78bbb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea78bbb#a78bbb
RGB Decimal167, 139, 187rgb(167, 139, 187)
RGB Percent65%, 55%, 73%rgb(65%, 55%, 73%)
CSS RGBa167, 139, 187,1rgba(167,139,187,1)
CMYK Modelcmyk(11%,26%,0%,27%)
HSL Color Space275,26% ,64%hsl(275,26% ,64%)
HSV Color Space275°, 26%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001111000101110111011
Octal247213273
Decimal167139187
Hexa78bbb

Different shades of #a78bbb color code.

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

Light Shade of #a78bbb
#bfabce
Dark Shade of #a78bbb
#8f6ba8
Saturated Shade of #a78bbb
#a982c4
Desaturated Shade of #a78bbb
#a594b2
Grey scale Shade of #a78bbb
#a3a3a3
Brighten Shade
#c0a4d4
Most Readable Shade
#000000

Shades of #a78bbb color code

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

#a78bbb
#947ba6
#816c91
#6f5c7c
#5c4d67
#4a3d53
#372e3e
#251e29
#120f14
#000000

Similar Color like #a78bbb color

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

#a88cbc
#a98dbd
#aa8ebe
#ab8fbf
#ac90c0
#ad91c1
#ae92c2
#af93c3
#b094c4
#b195c5
#b296c6
#b397c7
#b498c8
#b599c9
#a68aba
#a589b9
#a488b8
#a387b7
#a286b6
#a185b5
#a084b4
#9f83b3
#9e82b2
#9d81b1
#9c80b0
#9b7faf
#9a7eae
#997dad

Monochromatic Color with #a78bbb

#a78bbb
#cdabe5
#0f0d11
#352c3b
#5b4c66
#816b90

Tints of #a78bbb Color

#a78bbb
#b097c2
#baa4ca
#c4b1d1
#cebed9
#d7cbe0
#e1d8e8
#ebe5ef
#f5f2f7
#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

#a78bbb
#9fbb8b

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

Split Complementary

#a78bbb
#b7bb8b
#8bbb8f

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

Analogous Color

#948bbb
#9d8bbb
#a78bbb
#b18bbb
#ba8bbb

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

#a78bbb
#bba78b
#8bbba7

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

#a78bbb
#bb8f8b
#9fbb8b
#8bb7bb

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

#a78bbb
#9fbb8b
#8bbb8f
#bb8bb7

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

#a78bbb Color Code Preview on Black Background Color

This is how #a78bbb Color will look on black background color. Color contrast ratio is 7.05

#a78bbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a78bbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a78bbb

#a78bbb color code is use for CSS Background Color

Background color for the above div is #a78bbb

HTML with inline CSS

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

#a78bbb color code is use for CSS Border Color

CSS Border color for the above div is #a78bbb

HTML with inline CSS

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

CSS Border Left color for the above div is #a78bbb

HTML with inline CSS

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

CSS Border Right color for the above div is #a78bbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a78bbb

HTML with inline CSS

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

CSS Border Top color for the above div is #a78bbb

HTML with inline CSS

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

#a78bbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a78bbb Color code Preview on White Background

This is how #a78bbb Color code will look on white background color. Color contrast ratio is 2.98

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

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