@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#a61dbb hex color - Violet - Warm color - Information

#a61dbb hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a61dbb Color code in RGB color code model is created after adding 65.1% red color, 11.37% green color and 73.33% blue color. Hex #a61dbb Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 84% magenta, 0% yellow and 26.67% black.

Hex #a61dbb color code is between #aa22aa web safe hex color code and #9911cc web safe hex color code. #aa22aa is the nearest web safe color code. You can see here many more shades of #a61dbb color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Code a61dbb #a61dbb
RGB Decimal 166, 29, 187 rgb(166, 29, 187)
RGB Percent 65%, 11%, 73% rgb(65%, 11%, 73%)
CSS RGBa 166, 29, 187,1 rgba(166,29,187,1)
CMYK Model cmyk(11%,84%,0%,26.67%)
HSL Color Space 292,73% ,42% hsl(292,73% ,42%)
HSV Color Space 292°, 84%, 73%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100110 00011101 10111011
Octal 246 35 273
Decimal 166 29 187
Hex a6 1d bb

Different shades of #a61dbb color code.

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

Light Shade of #a61dbb
#c72dde
Dark Shade of #a61dbb
#7f168f
Saturated Shade of #a61dbb
#ae12c6
Desaturated Shade of #a61dbb
#9e28b0
Grey scale Shade of #a61dbb
#6c6c6c
Brighten Shade
#bf36d4
Most Readable Shade
#FFFFFF

Shades of #a61dbb color code

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

#a61dbb
#9319a6
#811691
#6e137c
#5c1067
#490c53
#37093e
#240629
#120314
#000000

Similar Color like #a61dbb color

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

#a71ebc
#a81fbd
#a920be
#aa21bf
#ab22c0
#ac23c1
#ad24c2
#ae25c3
#af26c4
#b027c5
#b128c6
#b229c7
#b32ac8
#b42bc9
#a51cba
#a41bb9
#a31ab8
#a219b7
#a118b6
#a017b5
#9f16b4
#9e15b3
#9d14b2
#9c13b1
#9b12b0
#9a11af
#9910ae
#980fad

Monochromatic Color with #a61dbb

#a61dbb
#cc24e5
#0f0311
#35093b
#5b1066
#801690

Tints of #a61dbb Color

#a61dbb
#af36c2
#b94fca
#c368d1
#cd81d9
#d79ae0
#e1b3e8
#ebccef
#f5e5f7
#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

#a61dbb
#32bb1d

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

Split Complementary

#a61dbb
#81bb1d
#1dbb57

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

Analogous Color

#671dbb
#861dbb
#a61dbb
#bb1db0
#bb1d91

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

#a61dbb
#bba61d
#1dbba6

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

#a61dbb
#bb571d
#32bb1d
#1d81bb

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

#a61dbb
#32bb1d
#1dbb57
#bb1d81

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

#a61dbb Color Code Preview on Black Background Color

This is how #a61dbb Color will look on black background color. Color contrast ratio is 3.51

#a61dbb in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a61dbb

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a61dbb

#a61dbb color code is use for CSS Background Color

Background color for the above div is #a61dbb

HTML with inline CSS

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

#a61dbb color code is use for CSS Border Color

CSS Border color for the above div is #a61dbb

HTML with inline CSS

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

CSS Border Left color for the above div is #a61dbb

HTML with inline CSS

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

CSS Border Right color for the above div is #a61dbb

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a61dbb

HTML with inline CSS

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

CSS Border Top color for the above div is #a61dbb

HTML with inline CSS

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

#a61dbb hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a61dbb Color code Preview on White Background

This is how #a61dbb Color code will look on white background color. Color contrast ratio is 5.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 #a61dbb; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #a61dbb; }

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(166,29,187,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(50,187,29,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(166,29,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.