Skip to main content Skip to docs navigation

#a14dda hex color - Violet - Warm color - Information

On this page
@
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.

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a14dda Color code in RGB color code model is created after adding 63.14% red color, 30.2% green color and 85.49% blue color. Hex #a14dda Color code in CMYK color (process color) code model is generated after subtraction of 26% cyan, 65% magenta, 0% yellow and 14.51% black.

Hex #a14dda color code is between #9955dd web safe hex color code and #aa44cc web safe hex color code. #9955dd is the nearest web safe color code. You can see here many more shades of #a14dda 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 a14dda #a14dda
RGB Decimal 161, 77, 218 rgb(161, 77, 218)
RGB Percent 63%, 30%, 85% rgb(63%, 30%, 85%)
CSS RGBa 161, 77, 218,1 rgba(161,77,218,1)
CMYK Model cmyk(26%,65%,0%,14.51%)
HSL Color Space 276,66% ,58% hsl(276,66% ,58%)
HSV Color Space 276°, 65%, 85%
Color Temperature It's a Warm color

Color in numbers

Type Red Green Blue
Binary 10100001 01001101 11011010
Octal 241 115 332
Decimal 161 77 218
Hex a1 4d da

Different shades of #a14dda color code.

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

Light Shade of #a14dda
#b777e3
Dark Shade of #a14dda
#892aca
Saturated Shade of #a14dda
#a342e5
Desaturated Shade of #a14dda
#9f58cf
Grey scale Shade of #a14dda
#939393
Brighten Shade
#ba66f3
Most Readable Shade
#FFFFFF

Shades of #a14dda color code

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

#a14dda
#8f44c1
#7d3ba9
#6b3391
#592a79
#472260
#351948
#231130
#110818
#000000

Similar Color like #a14dda color

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

#a24edb
#a34fdc
#a450dd
#a551de
#a652df
#a753e0
#a854e1
#a955e2
#aa56e3
#ab57e4
#ac58e5
#ad59e6
#ae5ae7
#af5be8
#a04cd9
#9f4bd8
#9e4ad7
#9d49d6
#9c48d5
#9b47d4
#9a46d3
#9945d2
#9844d1
#9743d0
#9642cf
#9541ce
#9440cd
#933fcc

Monochromatic Color with #a14dda

#a14dda
#040205
#231130
#43205a
#622f85
#823eaf

Tints of #a14dda Color

#a14dda
#ab60de
#b574e2
#c088e6
#ca9cea
#d5afee
#dfc3f2
#ead7f6
#f4ebfa
#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

#a14dda
#86da4d

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

Split Complementary

#a14dda
#ccda4d
#4dda5b

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

Analogous Color

#694dda
#854dda
#a14dda
#bd4dda
#d94dda

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

#a14dda
#daa14d
#4ddaa1

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

#a14dda
#da5a4d
#86da4d
#4dccda

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

#a14dda
#86da4d
#4dda5b
#da4dcc

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

#a14dda Color Code Preview on Black Background Color

This is how #a14dda Color will look on black background color. Color contrast ratio is 4.59

#a14dda in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a14dda

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a14dda

#a14dda color code is use for CSS Background Color

Background color for the above div is #a14dda

HTML with inline CSS

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

#a14dda color code is use for CSS Border Color

CSS Border color for the above div is #a14dda

HTML with inline CSS

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

CSS Border Left color for the above div is #a14dda

HTML with inline CSS

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

CSS Border Right color for the above div is #a14dda

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a14dda

HTML with inline CSS

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

CSS Border Top color for the above div is #a14dda

HTML with inline CSS

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

#a14dda hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a14dda Color code Preview on White Background

This is how #a14dda Color code will look on white background color. Color contrast ratio is 4.58

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

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,77,218,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(134,218,77,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(161,77,218,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.