crispedge.com

Color picker

Loading...

#ac7dc0 hex color - Violet - Warm color - Information

#ac7dc0 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ac7dc0 Color code in RGB color code model is created after adding 67.45% red color, 49.02% green color and 75.29% blue color. Hex #ac7dc0 Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 35% magenta, 0% yellow and 25% black.

Hex #ac7dc0 color code is between #aa77bb web safe hex color code and #bb88cc web safe hex color code. #aa77bb is the nearest web safe color code. You can see here many more shades of #ac7dc0 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeac7dc0#ac7dc0
RGB Decimal172, 125, 192rgb(172, 125, 192)
RGB Percent67%, 49%, 75%rgb(67%, 49%, 75%)
CSS RGBa172, 125, 192,1rgba(172,125,192,1)
CMYK Modelcmyk(10%,35%,0%,25%)
HSL Color Space282,35% ,62%hsl(282,35% ,62%)
HSV Color Space282°, 35%, 75%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011000111110111000000
Octal254175300
Decimal172125192
Hexac7dc0

Different shades of #ac7dc0 color code.

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

Light Shade of #ac7dc0
#c29fd1
Dark Shade of #ac7dc0
#965baf
Saturated Shade of #ac7dc0
#b073ca
Desaturated Shade of #ac7dc0
#a887b6
Grey scale Shade of #ac7dc0
#9e9e9e
Brighten Shade
#c596d9
Most Readable Shade
#000000

Shades of #ac7dc0 color code

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

#ac7dc0
#986faa
#856195
#725380
#5f456a
#4c3755
#392940
#261b2a
#130d15
#000000

Similar Color like #ac7dc0 color

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

#ad7ec1
#ae7fc2
#af80c3
#b081c4
#b182c5
#b283c6
#b384c7
#b485c8
#b586c9
#b687ca
#b788cb
#b889cc
#b98acd
#ba8bce
#ab7cbf
#aa7bbe
#a97abd
#a879bc
#a778bb
#a677ba
#a576b9
#a475b8
#a374b7
#a273b6
#a172b5
#a071b4
#9f70b3
#9e6fb2

Monochromatic Color with #ac7dc0

#ac7dc0
#d299ea
#140e16
#3a2a40
#60466b
#866195

Tints of #ac7dc0 Color

#ac7dc0
#b58bc7
#be99ce
#c7a8d5
#d0b6dc
#dac5e3
#e3d3ea
#ece2f1
#f5f0f8
#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

#ac7dc0
#91c07d

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

Split Complementary

#ac7dc0
#b2c07d
#7dc08b

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

Analogous Color

#917dc0
#9f7dc0
#ac7dc0
#b97dc0
#c07db9

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

#ac7dc0
#c0ac7d
#7dc0ac

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

#ac7dc0
#c08a7d
#91c07d
#7db2c0

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

#ac7dc0
#91c07d
#7dc08b
#c07db2

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

#ac7dc0 Color Code Preview on Black Background Color

This is how #ac7dc0 Color will look on black background color. Color contrast ratio is 6.45

#ac7dc0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac7dc0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac7dc0

#ac7dc0 color code is use for CSS Background Color

Background color for the above div is #ac7dc0

HTML with inline CSS

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

#ac7dc0 color code is use for CSS Border Color

CSS Border color for the above div is #ac7dc0

HTML with inline CSS

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

CSS Border Left color for the above div is #ac7dc0

HTML with inline CSS

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

CSS Border Right color for the above div is #ac7dc0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac7dc0

HTML with inline CSS

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

CSS Border Top color for the above div is #ac7dc0

HTML with inline CSS

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

#ac7dc0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac7dc0 Color code Preview on White Background

This is how #ac7dc0 Color code will look on white background color. Color contrast ratio is 3.26

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

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