crispedge.com

#a500ba hex color - Violet - Warm color - Information

#a500ba hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a500ba Color code in RGB color code model is created after adding 64.71% red color, 0% green color and 72.94% blue color. Hex #a500ba Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 100% magenta, 0% yellow and 27% black.

Hex #a500ba color code is between #aa00bb web safe hex color code and #9900aa web safe hex color code. #aa00bb is the nearest web safe color code. You can see here many more shades of #a500ba color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codea500ba#a500ba
RGB Decimal165, 0, 186rgb(165, 0, 186)
RGB Percent65%, 0%, 73%rgb(65%, 0%, 73%)
CSS RGBa165, 0, 186,1rgba(165,0,186,1)
CMYK Modelcmyk(11%,100%,0%,27%)
HSL Color Space293,100% ,36%hsl(293,100% ,36%)
HSV Color Space293°, 100%, 73%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001010000000010111010
Octal2450272
Decimal1650186
Hexa500ba

Different shades of #a500ba color code.

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

Light Shade of #a500ba
#d200ed
Dark Shade of #a500ba
#780087
Saturated Shade of #a500ba
#a500ba
Desaturated Shade of #a500ba
#9e09b1
Grey scale Shade of #a500ba
#5d5d5d
Brighten Shade
#be19d3
Most Readable Shade
#FFFFFF

Shades of #a500ba color code

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

#a500ba
#9200a5
#800090
#6e007c
#5b0067
#490052
#37003e
#240029
#120014
#000000

Similar Color like #a500ba color

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

#a601bb
#a702bc
#a803bd
#a904be
#aa05bf
#ab06c0
#ac07c1
#ad08c2
#ae09c3
#af0ac4
#b00bc5
#b10cc6
#b20dc7
#b30ec8
#a400b9
#a300b8
#a200b7
#a100b6
#a000b5
#9f00b4
#9e00b3
#9d00b2
#9c00b1
#9b00b0
#9a00af
#9900ae
#9800ad
#9700ac

Monochromatic Color with #a500ba

#a500ba
#cb00e4
#0e0010
#34003a
#5a0065
#7f008f

Tints of #a500ba Color

#a500ba
#af1cc1
#b938c9
#c355d1
#cd71d8
#d78de0
#e1aae8
#ebc6ef
#f5e2f7
#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

#a500ba
#15ba00

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

Split Complementary

#a500ba
#72ba00
#00ba48

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

Analogous Color

#5b00ba
#8000ba
#a500ba
#ba00aa
#ba0085

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

#a500ba
#baa500
#00baa5

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

#a500ba
#ba4800
#15ba00
#0072ba

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

#a500ba
#15ba00
#00ba48
#ba0072

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

#a500ba Color Code Preview on Black Background Color

This is how #a500ba Color will look on black background color. Color contrast ratio is 3.31

#a500ba in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a500ba

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a500ba

#a500ba color code is use for CSS Background Color

Background color for the above div is #a500ba

HTML with inline CSS

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

#a500ba color code is use for CSS Border Color

CSS Border color for the above div is #a500ba

HTML with inline CSS

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

CSS Border Left color for the above div is #a500ba

HTML with inline CSS

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

CSS Border Right color for the above div is #a500ba

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a500ba

HTML with inline CSS

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

CSS Border Top color for the above div is #a500ba

HTML with inline CSS

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

#a500ba hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a500ba Color code Preview on White Background

This is how #a500ba Color code will look on white background color. Color contrast ratio is 6.35

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

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(165,0,186,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(21,186,0,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(165,0,186,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.

< /html>