crispedge.com

Color picker

Loading...

#a19bdd hex color - Blue - Cool color - Information

#a19bdd hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a19bdd Color code in RGB color code model is created after adding 63.14% red color, 60.78% green color and 86.67% blue color. Hex #a19bdd Color code in CMYK color (process color) code model is generated after subtraction of 27% cyan, 30% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea19bdd#a19bdd
RGB Decimal161, 155, 221rgb(161, 155, 221)
RGB Percent63%, 61%, 87%rgb(63%, 61%, 87%)
CSS RGBa161, 155, 221,1rgba(161,155,221,1)
CMYK Modelcmyk(27%,30%,0%,13%)
HSL Color Space245,49% ,74%hsl(245,49% ,74%)
HSV Color Space245°, 30%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000011001101111011101
Octal241233335
Decimal161155221
Hexa19bdd

Different shades of #a19bdd color code.

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

Light Shade of #a19bdd
#c5c1ea
Dark Shade of #a19bdd
#7d75d0
Saturated Shade of #a19bdd
#9b94e4
Desaturated Shade of #a19bdd
#a6a2d6
Grey scale Shade of #a19bdd
#bcbcbc
Brighten Shade
#bab4f6
Most Readable Shade
#000000

Shades of #a19bdd color code

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

#a19bdd
#8f89c4
#7d78ab
#6b6793
#59567a
#474462
#353349
#232231
#111118
#000000

Similar Color like #a19bdd color

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

#a29cde
#a39ddf
#a49ee0
#a59fe1
#a6a0e2
#a7a1e3
#a8a2e4
#a9a3e5
#aaa4e6
#aba5e7
#aca6e8
#ada7e9
#aea8ea
#afa9eb
#a09adc
#9f99db
#9e98da
#9d97d9
#9c96d8
#9b95d7
#9a94d6
#9993d5
#9892d4
#9791d3
#9690d2
#958fd1
#948ed0
#938dcf

Monochromatic Color with #a19bdd

#a19bdd
#060608
#252433
#44425d
#635f88
#827db3

Tints of #a19bdd Color

#a19bdd
#aba6e0
#b5b1e4
#c0bce8
#cac7ec
#d5d2ef
#dfddf3
#eae8f7
#f4f3fb
#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

#a19bdd
#d7dd9b

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

Split Complementary

#a19bdd
#ddc29b
#b6dd9b

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

Analogous Color

#9bafdd
#9ba2dd
#a19bdd
#ae9bdd
#bb9bdd

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

#a19bdd
#dda19b
#9bdda1

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

#a19bdd
#dd9bb6
#d7dd9b
#9bddc2

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

#a19bdd
#d7dd9b
#b6dd9b
#c29bdd

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

#a19bdd Color Code Preview on Black Background Color

This is how #a19bdd Color will look on black background color. Color contrast ratio is 8.25

#a19bdd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a19bdd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a19bdd

#a19bdd color code is use for CSS Background Color

Background color for the above div is #a19bdd

HTML with inline CSS

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

#a19bdd color code is use for CSS Border Color

CSS Border color for the above div is #a19bdd

HTML with inline CSS

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

CSS Border Left color for the above div is #a19bdd

HTML with inline CSS

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

CSS Border Right color for the above div is #a19bdd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a19bdd

HTML with inline CSS

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

CSS Border Top color for the above div is #a19bdd

HTML with inline CSS

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

#a19bdd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a19bdd Color code Preview on White Background

This is how #a19bdd Color code will look on white background color. Color contrast ratio is 2.55

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

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(161,155,221,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(215,221,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(161,155,221,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.