crispedge.com

Color picker

Loading...

#ac029b hex color - Violet - Warm color - Information

#ac029b hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ac029b Color code in RGB color code model is created after adding 67.45% red color, 0.78% green color and 60.78% blue color. Hex #ac029b Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 99% magenta, 10% yellow and 33% black.

Hex #ac029b color code is between #aa0099 web safe hex color code and #bb00aa web safe hex color code. #aa0099 is the nearest web safe color code. You can see here many more shades of #ac029b color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeac029b#ac029b
RGB Decimal172, 2, 155rgb(172, 2, 155)
RGB Percent67%, 1%, 61%rgb(67%, 1%, 61%)
CSS RGBa172, 2, 155,1rgba(172,2,155,1)
CMYK Modelcmyk(0%,99%,10%,33%)
HSL Color Space306,98% ,34%hsl(306,98% ,34%)
HSV Color Space306°, 99%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011000000001010011011
Octal2542233
Decimal1722155
Hexac029b

Different shades of #ac029b color code.

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

Light Shade of #ac029b
#de03c8
Dark Shade of #ac029b
#7a016e
Saturated Shade of #ac029b
#ae009d
Desaturated Shade of #ac029b
#a30b94
Grey scale Shade of #ac029b
#575757
Brighten Shade
#c51bb4
Most Readable Shade
#FFFFFF

Shades of #ac029b color code

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

#ac029b
#980189
#850178
#720167
#5f0156
#4c0044
#390033
#260022
#130011
#000000

Similar Color like #ac029b color

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

#ad039c
#ae049d
#af059e
#b0069f
#b107a0
#b208a1
#b309a2
#b40aa3
#b50ba4
#b60ca5
#b70da6
#b80ea7
#b90fa8
#ba10a9
#ab019a
#aa0099
#a90098
#a80097
#a70096
#a60095
#a50094
#a40093
#a30092
#a20091
#a10090
#a0008f
#9f008e
#9e008d

Monochromatic Color with #ac029b

#ac029b
#d603c1
#020002
#2c0128
#57014e
#810275

Tints of #ac029b Color

#ac029b
#b51ea6
#be3ab1
#c756bc
#d072c7
#da8ed2
#e3aadd
#ecc6e8
#f5e2f3
#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

#ac029b
#02ac13

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

Split Complementary

#ac029b
#46ac02
#02ac68

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

Analogous Color

#7902ac
#9b02ac
#ac029b
#ac0279
#ac0257

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

#ac029b
#9bac02
#029bac

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

#ac029b
#ac6802
#02ac13
#0246ac

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

#ac029b
#02ac13
#02ac68
#ac0246

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

#ac029b Color Code Preview on Black Background Color

This is how #ac029b Color will look on black background color. Color contrast ratio is 3.24

#ac029b in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac029b

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac029b

#ac029b color code is use for CSS Background Color

Background color for the above div is #ac029b

HTML with inline CSS

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

#ac029b color code is use for CSS Border Color

CSS Border color for the above div is #ac029b

HTML with inline CSS

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

CSS Border Left color for the above div is #ac029b

HTML with inline CSS

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

CSS Border Right color for the above div is #ac029b

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac029b

HTML with inline CSS

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

CSS Border Top color for the above div is #ac029b

HTML with inline CSS

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

#ac029b hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac029b Color code Preview on White Background

This is how #ac029b Color code will look on white background color. Color contrast ratio is 6.49

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

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(172,2,155,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(2,172,19,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,2,155,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.