crispedge.com

Color picker

Loading...

#ac8dd6 hex color - Violet - Cool color - Information

#ac8dd6 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ac8dd6 Color code in RGB color code model is created after adding 67.45% red color, 55.29% green color and 83.92% blue color. Hex #ac8dd6 Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 34% magenta, 0% yellow and 16% black.

Hex #ac8dd6 color code is between #aa88dd web safe hex color code and #bb99cc web safe hex color code. #aa88dd is the nearest web safe color code. You can see here many more shades of #ac8dd6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeac8dd6#ac8dd6
RGB Decimal172, 141, 214rgb(172, 141, 214)
RGB Percent67%, 55%, 84%rgb(67%, 55%, 84%)
CSS RGBa172, 141, 214,1rgba(172,141,214,1)
CMYK Modelcmyk(20%,34%,0%,16%)
HSL Color Space265,47% ,70%hsl(265,47% ,70%)
HSV Color Space265°, 34%, 84%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011001000110111010110
Octal254215326
Decimal172141214
Hexac8dd6

Different shades of #ac8dd6 color code.

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

Light Shade of #ac8dd6
#c7b2e3
Dark Shade of #ac8dd6
#9167c8
Saturated Shade of #ac8dd6
#ab85de
Desaturated Shade of #ac8dd6
#ad95ce
Grey scale Shade of #ac8dd6
#b1b1b1
Brighten Shade
#c5a6ef
Most Readable Shade
#000000

Shades of #ac8dd6 color code

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

#ac8dd6
#987dbe
#856da6
#725e8e
#5f4e76
#4c3e5f
#392f47
#261f2f
#130f17
#000000

Similar Color like #ac8dd6 color

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

#ad8ed7
#ae8fd8
#af90d9
#b091da
#b192db
#b293dc
#b394dd
#b495de
#b596df
#b697e0
#b798e1
#b899e2
#b99ae3
#ba9be4
#ab8cd5
#aa8bd4
#a98ad3
#a889d2
#a788d1
#a687d0
#a586cf
#a485ce
#a384cd
#a283cc
#a182cb
#a081ca
#9f80c9
#9e7fc8

Monochromatic Color with #ac8dd6

#ac8dd6
#010101
#231d2c
#463956
#685581
#8a71ab

Tints of #ac8dd6 Color

#ac8dd6
#b599da
#bea6df
#c7b3e3
#d0bfe8
#daccec
#e3d9f1
#ece5f5
#f5f2fa
#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

#ac8dd6
#b7d68d

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

Split Complementary

#ac8dd6
#d6d18d
#92d68d

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

Analogous Color

#8f8dd6
#9d8dd6
#ac8dd6
#bb8dd6
#c98dd6

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

#ac8dd6
#d6ac8d
#8dd6ac

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

#ac8dd6
#d68d92
#b7d68d
#8dd6d0

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

#ac8dd6
#b7d68d
#92d68d
#d18dd6

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

#ac8dd6 Color Code Preview on Black Background Color

This is how #ac8dd6 Color will look on black background color. Color contrast ratio is 7.54

#ac8dd6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac8dd6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac8dd6

#ac8dd6 color code is use for CSS Background Color

Background color for the above div is #ac8dd6

HTML with inline CSS

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

#ac8dd6 color code is use for CSS Border Color

CSS Border color for the above div is #ac8dd6

HTML with inline CSS

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

CSS Border Left color for the above div is #ac8dd6

HTML with inline CSS

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

CSS Border Right color for the above div is #ac8dd6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac8dd6

HTML with inline CSS

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

CSS Border Top color for the above div is #ac8dd6

HTML with inline CSS

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

#ac8dd6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac8dd6 Color code Preview on White Background

This is how #ac8dd6 Color code will look on white background color. Color contrast ratio is 2.79

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

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,141,214,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(183,214,141,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(172,141,214,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.