crispedge.com

#a08eb4 hex color - Violet - Cool color - Information

#a08eb4 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a08eb4 Color code in RGB color code model is created after adding 62.75% red color, 55.69% green color and 70.59% blue color. Hex #a08eb4 Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 21% magenta, 0% yellow and 29.41% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea08eb4#a08eb4
RGB Decimal160, 142, 180rgb(160, 142, 180)
RGB Percent63%, 56%, 71%rgb(63%, 56%, 71%)
CSS RGBa160, 142, 180,1rgba(160,142,180,1)
CMYK Modelcmyk(11%,21%,0%,29.41%)
HSL Color Space268,20% ,63%hsl(268,20% ,63%)
HSV Color Space268°, 21%, 71%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000001000111010110100
Octal240216264
Decimal160142180
Hexa08eb4

Different shades of #a08eb4 color code.

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

Light Shade of #a08eb4
#baadc8
Dark Shade of #a08eb4
#866fa0
Saturated Shade of #a08eb4
#9f85bd
Desaturated Shade of #a08eb4
#a097ab
Grey scale Shade of #a08eb4
#a1a1a1
Brighten Shade
#b9a7cd
Most Readable Shade
#000000

Shades of #a08eb4 color code

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

#a08eb4
#8e7ea0
#7c6e8c
#6a5e78
#584e64
#473f50
#352f3c
#231f28
#110f14
#000000

Similar Color like #a08eb4 color

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

#a18fb5
#a290b6
#a391b7
#a492b8
#a593b9
#a694ba
#a795bb
#a896bc
#a997bd
#aa98be
#ab99bf
#ac9ac0
#ad9bc1
#ae9cc2
#9f8db3
#9e8cb2
#9d8bb1
#9c8ab0
#9b89af
#9a88ae
#9987ad
#9886ac
#9785ab
#9684aa
#9583a9
#9482a8
#9381a7
#9280a6

Monochromatic Color with #a08eb4

#a08eb4
#c6b0de
#09080a
#2f2934
#544b5f
#7a6c89

Tints of #a08eb4 Color

#a08eb4
#aa9abc
#b5a7c4
#bfb3cd
#cac0d5
#d4ccdd
#dfd9e6
#e9e5ee
#f4f2f6
#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

#a08eb4
#a2b48e

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

Split Complementary

#a08eb4
#b4b38e
#8fb48e

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

Analogous Color

#918eb4
#988eb4
#a08eb4
#a88eb4
#af8eb4

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

#a08eb4
#b4a08e
#8eb4a0

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

#a08eb4
#b48e8f
#a2b48e
#8eb4b3

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

#a08eb4
#a2b48e
#8fb48e
#b38eb4

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

#a08eb4 Color Code Preview on Black Background Color

This is how #a08eb4 Color will look on black background color. Color contrast ratio is 7.02

#a08eb4 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a08eb4

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a08eb4

#a08eb4 color code is use for CSS Background Color

Background color for the above div is #a08eb4

HTML with inline CSS

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

#a08eb4 color code is use for CSS Border Color

CSS Border color for the above div is #a08eb4

HTML with inline CSS

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

CSS Border Left color for the above div is #a08eb4

HTML with inline CSS

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

CSS Border Right color for the above div is #a08eb4

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a08eb4

HTML with inline CSS

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

CSS Border Top color for the above div is #a08eb4

HTML with inline CSS

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

#a08eb4 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a08eb4 Color code Preview on White Background

This is how #a08eb4 Color code will look on white background color. Color contrast ratio is 2.99

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

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(160,142,180,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(162,180,142,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(160,142,180,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.