crispedge.com

Color picker

Loading...

#ac52d3 hex color - Violet - Warm color - Information

#ac52d3 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ac52d3 Color code in RGB color code model is created after adding 67.45% red color, 32.16% green color and 82.75% blue color. Hex #ac52d3 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 61% magenta, 0% yellow and 17% black.

Hex #ac52d3 color code is between #aa55cc web safe hex color code and #bb44dd web safe hex color code. #aa55cc is the nearest web safe color code. You can see here many more shades of #ac52d3 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeac52d3#ac52d3
RGB Decimal172, 82, 211rgb(172, 82, 211)
RGB Percent67%, 32%, 83%rgb(67%, 32%, 83%)
CSS RGBa172, 82, 211,1rgba(172,82,211,1)
CMYK Modelcmyk(18%,61%,0%,17%)
HSL Color Space282,59% ,57%hsl(282,59% ,57%)
HSV Color Space282°, 61%, 83%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011000101001011010011
Octal254122323
Decimal17282211
Hexac52d3

Different shades of #ac52d3 color code.

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

Light Shade of #ac52d3
#c07bdd
Dark Shade of #ac52d3
#9531c1
Saturated Shade of #ac52d3
#b047de
Desaturated Shade of #ac52d3
#a85dc8
Grey scale Shade of #ac52d3
#929292
Brighten Shade
#c56bec
Most Readable Shade
#FFFFFF

Shades of #ac52d3 color code

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

#ac52d3
#9848bb
#853fa4
#72368c
#5f2d75
#4c245d
#391b46
#26122e
#130917
#000000

Similar Color like #ac52d3 color

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

#ad53d4
#ae54d5
#af55d6
#b056d7
#b157d8
#b258d9
#b359da
#b45adb
#b55bdc
#b65cdd
#b75dde
#b85edf
#b95fe0
#ba60e1
#ab51d2
#aa50d1
#a94fd0
#a84ecf
#a74dce
#a64ccd
#a54bcc
#a44acb
#a349ca
#a248c9
#a147c8
#a046c7
#9f45c6
#9e44c5

Monochromatic Color with #ac52d3

#ac52d3
#cf63fd
#211029
#442053
#67317e
#8941a8

Tints of #ac52d3 Color

#ac52d3
#b565d7
#be78dc
#c78be1
#d09ee6
#dab2eb
#e3c5f0
#ecd8f5
#f5ebfa
#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

#ac52d3
#79d352

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

Split Complementary

#ac52d3
#b9d352
#52d36c

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

Analogous Color

#7852d3
#9252d3
#ac52d3
#c652d3
#d352c6

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

#ac52d3
#d3ac52
#52d3ac

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

#ac52d3
#d36c52
#79d352
#52b9d3

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

#ac52d3
#79d352
#52d36c
#d352b9

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

#ac52d3 Color Code Preview on Black Background Color

This is how #ac52d3 Color will look on black background color. Color contrast ratio is 4.90

#ac52d3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac52d3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac52d3

#ac52d3 color code is use for CSS Background Color

Background color for the above div is #ac52d3

HTML with inline CSS

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

#ac52d3 color code is use for CSS Border Color

CSS Border color for the above div is #ac52d3

HTML with inline CSS

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

CSS Border Left color for the above div is #ac52d3

HTML with inline CSS

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

CSS Border Right color for the above div is #ac52d3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac52d3

HTML with inline CSS

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

CSS Border Top color for the above div is #ac52d3

HTML with inline CSS

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

#ac52d3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac52d3 Color code Preview on White Background

This is how #ac52d3 Color code will look on white background color. Color contrast ratio is 4.28

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

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,82,211,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(121,211,82,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,82,211,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.