crispedge.com

Color picker

Loading...

#a88bbb hex color - Violet - Warm color - Information

#a88bbb hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

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

Hex #a88bbb 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 #a88bbb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea88bbb#a88bbb
RGB Decimal168, 139, 187rgb(168, 139, 187)
RGB Percent66%, 55%, 73%rgb(66%, 55%, 73%)
CSS RGBa168, 139, 187,1rgba(168,139,187,1)
CMYK Modelcmyk(10%,26%,0%,27%)
HSL Color Space276,26% ,64%hsl(276,26% ,64%)
HSV Color Space276°, 26%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010001000101110111011
Octal250213273
Decimal168139187
Hexa88bbb

Different shades of #a88bbb color code.

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

Light Shade of #a88bbb
#c0abce
Dark Shade of #a88bbb
#906ba8
Saturated Shade of #a88bbb
#aa82c4
Desaturated Shade of #a88bbb
#a694b2
Grey scale Shade of #a88bbb
#a3a3a3
Brighten Shade
#c1a4d4
Most Readable Shade
#000000

Shades of #a88bbb color code

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

#a88bbb
#957ba6
#826c91
#705c7c
#5d4d67
#4a3d53
#382e3e
#251e29
#120f14
#000000

Similar Color like #a88bbb color

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

#a98cbc
#aa8dbd
#ab8ebe
#ac8fbf
#ad90c0
#ae91c1
#af92c2
#b093c3
#b194c4
#b295c5
#b396c6
#b497c7
#b598c8
#b699c9
#a78aba
#a689b9
#a588b8
#a487b7
#a386b6
#a285b5
#a184b4
#a083b3
#9f82b2
#9e81b1
#9d80b0
#9c7faf
#9b7eae
#9a7dad

Monochromatic Color with #a88bbb

#a88bbb
#ceabe5
#0f0d11
#352c3b
#5c4c66
#826b90

Tints of #a88bbb Color

#a88bbb
#b197c2
#bba4ca
#c5b1d1
#cebed9
#d8cbe0
#e2d8e8
#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

#a88bbb
#9ebb8b

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

Split Complementary

#a88bbb
#b6bb8b
#8bbb90

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

Analogous Color

#958bbb
#9e8bbb
#a88bbb
#b28bbb
#bb8bbb

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

#a88bbb
#bba88b
#8bbba8

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

#a88bbb
#bb908b
#9ebb8b
#8bb6bb

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

#a88bbb
#9ebb8b
#8bbb90
#bb8bb6

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

#a88bbb Color Code Preview on Black Background Color

This is how #a88bbb Color will look on black background color. Color contrast ratio is 7.08

#a88bbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a88bbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a88bbb

#a88bbb color code is use for CSS Background Color

Background color for the above div is #a88bbb

HTML with inline CSS

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

#a88bbb color code is use for CSS Border Color

CSS Border color for the above div is #a88bbb

HTML with inline CSS

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

CSS Border Left color for the above div is #a88bbb

HTML with inline CSS

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

CSS Border Right color for the above div is #a88bbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a88bbb

HTML with inline CSS

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

CSS Border Top color for the above div is #a88bbb

HTML with inline CSS

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

#a88bbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a88bbb Color code Preview on White Background

This is how #a88bbb Color code will look on white background color. Color contrast ratio is 2.97

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

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