crispedge.com

Color picker

Loading...

#a15dbf hex color - Violet - Warm color - Information

#a15dbf hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a15dbf Color code in RGB color code model is created after adding 63.14% red color, 36.47% green color and 74.9% blue color. Hex #a15dbf Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 51% magenta, 0% yellow and 25% black.

Hex #a15dbf color code is between #9955bb web safe hex color code and #aa66cc web safe hex color code. #9955bb is the nearest web safe color code. You can see here many more shades of #a15dbf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea15dbf#a15dbf
RGB Decimal161, 93, 191rgb(161, 93, 191)
RGB Percent63%, 36%, 75%rgb(63%, 36%, 75%)
CSS RGBa161, 93, 191,1rgba(161,93,191,1)
CMYK Modelcmyk(16%,51%,0%,25%)
HSL Color Space282,43% ,56%hsl(282,43% ,56%)
HSV Color Space282°, 51%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000010101110110111111
Octal241135277
Decimal16193191
Hexa15dbf

Different shades of #a15dbf color code.

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

Light Shade of #a15dbf
#b682cd
Dark Shade of #a15dbf
#8842a7
Saturated Shade of #a15dbf
#a552ca
Desaturated Shade of #a15dbf
#9d68b4
Grey scale Shade of #a15dbf
#8e8e8e
Brighten Shade
#ba76d8
Most Readable Shade
#FFFFFF

Shades of #a15dbf color code

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

#a15dbf
#8f52a9
#7d4894
#6b3e7f
#59336a
#472954
#351f3f
#23142a
#110a15
#000000

Similar Color like #a15dbf color

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

#a25ec0
#a35fc1
#a460c2
#a561c3
#a662c4
#a763c5
#a864c6
#a965c7
#aa66c8
#ab67c9
#ac68ca
#ad69cb
#ae6acc
#af6bcd
#a05cbe
#9f5bbd
#9e5abc
#9d59bb
#9c58ba
#9b57b9
#9a56b8
#9955b7
#9854b6
#9753b5
#9652b4
#9551b3
#9450b2
#934fb1

Monochromatic Color with #a15dbf

#a15dbf
#c572e9
#120a15
#361f3f
#59346a
#7d4894

Tints of #a15dbf Color

#a15dbf
#ab6fc6
#b581cd
#c093d4
#caa5db
#d5b7e2
#dfc9e9
#eadbf0
#f4edf7
#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

#a15dbf
#7bbf5d

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

Split Complementary

#a15dbf
#acbf5d
#5dbf70

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

Analogous Color

#7a5dbf
#8d5dbf
#a15dbf
#b55dbf
#bf5db6

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

#a15dbf
#bfa15d
#5dbfa1

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

#a15dbf
#bf705d
#7bbf5d
#5dacbf

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

#a15dbf
#7bbf5d
#5dbf70
#bf5dac

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

#a15dbf Color Code Preview on Black Background Color

This is how #a15dbf Color will look on black background color. Color contrast ratio is 4.83

#a15dbf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a15dbf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a15dbf

#a15dbf color code is use for CSS Background Color

Background color for the above div is #a15dbf

HTML with inline CSS

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

#a15dbf color code is use for CSS Border Color

CSS Border color for the above div is #a15dbf

HTML with inline CSS

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

CSS Border Left color for the above div is #a15dbf

HTML with inline CSS

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

CSS Border Right color for the above div is #a15dbf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a15dbf

HTML with inline CSS

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

CSS Border Top color for the above div is #a15dbf

HTML with inline CSS

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

#a15dbf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a15dbf Color code Preview on White Background

This is how #a15dbf Color code will look on white background color. Color contrast ratio is 4.34

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

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,93,191,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(123,191,93,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(161,93,191,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.