crispedge.com

Color picker

Loading...

#ac357d hex color - Violet - Warm color - Information

#ac357d hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #ac357d Color code in RGB color code model is created after adding 67.45% red color, 20.78% green color and 49.02% blue color. Hex #ac357d Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 69% magenta, 27% yellow and 33% black.

Hex #ac357d color code is between #aa3377 web safe hex color code and #bb4488 web safe hex color code. #aa3377 is the nearest web safe color code. You can see here many more shades of #ac357d color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeac357d#ac357d
RGB Decimal172, 53, 125rgb(172, 53, 125)
RGB Percent67%, 21%, 49%rgb(67%, 21%, 49%)
CSS RGBa172, 53, 125,1rgba(172,53,125,1)
CMYK Modelcmyk(0%,69%,27%,33%)
HSL Color Space324,53% ,44%hsl(324,53% ,44%)
HSV Color Space324°, 69%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011000011010101111101
Octal25465175
Decimal17253125
Hexac357d

Different shades of #ac357d color code.

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

Light Shade of #ac357d
#c84c97
Dark Shade of #ac357d
#852961
Saturated Shade of #ac357d
#b72a7f
Desaturated Shade of #ac357d
#a1407b
Grey scale Shade of #ac357d
#707070
Brighten Shade
#c54e96
Most Readable Shade
#FFFFFF

Shades of #ac357d color code

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

#ac357d
#982f6f
#852961
#722353
#5f1d45
#4c1737
#391129
#260b1b
#13050d
#000000

Similar Color like #ac357d color

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

#ad367e
#ae377f
#af3880
#b03981
#b13a82
#b23b83
#b33c84
#b43d85
#b53e86
#b63f87
#b74088
#b84189
#b9428a
#ba438b
#ab347c
#aa337b
#a9327a
#a83179
#a73078
#a62f77
#a52e76
#a42d75
#a32c74
#a22b73
#a12a72
#a02971
#9f2870
#9e276f

Monochromatic Color with #ac357d

#ac357d
#d6429c
#020101
#2c0e20
#571b3f
#81285e

Tints of #ac357d Color

#ac357d
#b54b8b
#be6199
#c778a8
#d08eb6
#daa5c5
#e3bbd3
#ecd2e2
#f5e8f0
#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

#ac357d
#35ac64

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

Split Complementary

#ac357d
#41ac35
#35aca0

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

Analogous Color

#ab35ac
#ac3595
#ac357d
#ac3565
#ac354d

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

#ac357d
#7dac35
#357dac

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

#ac357d
#ac9f35
#35ac64
#3541ac

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

#ac357d
#35ac64
#35aca0
#ac3541

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

#ac357d Color Code Preview on Black Background Color

This is how #ac357d Color will look on black background color. Color contrast ratio is 3.56

#ac357d in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac357d

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac357d

#ac357d color code is use for CSS Background Color

Background color for the above div is #ac357d

HTML with inline CSS

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

#ac357d color code is use for CSS Border Color

CSS Border color for the above div is #ac357d

HTML with inline CSS

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

CSS Border Left color for the above div is #ac357d

HTML with inline CSS

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

CSS Border Right color for the above div is #ac357d

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac357d

HTML with inline CSS

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

CSS Border Top color for the above div is #ac357d

HTML with inline CSS

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

#ac357d hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac357d Color code Preview on White Background

This is how #ac357d Color code will look on white background color. Color contrast ratio is 5.90

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

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,53,125,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(53,172,100,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,53,125,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.