crispedge.com

Color picker

Loading...

#ad6ad2 hex color - Violet - Warm color - Information

#ad6ad2 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ad6ad2 Color code in RGB color code model is created after adding 67.84% red color, 41.57% green color and 82.35% blue color. Hex #ad6ad2 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 50% magenta, 0% yellow and 18% black.

Hex #ad6ad2 color code is between #aa66cc web safe hex color code and #bb77dd web safe hex color code. #aa66cc is the nearest web safe color code. You can see here many more shades of #ad6ad2 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codead6ad2#ad6ad2
RGB Decimal173, 106, 210rgb(173, 106, 210)
RGB Percent68%, 42%, 82%rgb(68%, 42%, 82%)
CSS RGBa173, 106, 210,1rgba(173,106,210,1)
CMYK Modelcmyk(18%,50%,0%,18%)
HSL Color Space279,54% ,62%hsl(279,54% ,62%)
HSV Color Space279°, 50%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010110101011010010
Octal255152322
Decimal173106210
Hexad6ad2

Different shades of #ad6ad2 color code.

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

Light Shade of #ad6ad2
#c391de
Dark Shade of #ad6ad2
#9743c6
Saturated Shade of #ad6ad2
#b060dc
Desaturated Shade of #ad6ad2
#aa74c8
Grey scale Shade of #ad6ad2
#9e9e9e
Brighten Shade
#c683eb
Most Readable Shade
#FFFFFF

Shades of #ad6ad2 color code

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

#ad6ad2
#995eba
#8652a3
#73468c
#603a74
#4c2f5d
#392346
#26172e
#130b17
#000000

Similar Color like #ad6ad2 color

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

#ae6bd3
#af6cd4
#b06dd5
#b16ed6
#b26fd7
#b370d8
#b471d9
#b572da
#b673db
#b774dc
#b875dd
#b976de
#ba77df
#bb78e0
#ac69d1
#ab68d0
#aa67cf
#a966ce
#a865cd
#a764cc
#a663cb
#a562ca
#a461c9
#a360c8
#a25fc7
#a15ec6
#a05dc5
#9f5cc4

Monochromatic Color with #ad6ad2

#ad6ad2
#d07ffc
#211428
#442a52
#673f7d
#8a55a7

Tints of #ad6ad2 Color

#ad6ad2
#b67ad7
#bf8bdc
#c89be1
#d1ace6
#dabceb
#e3cdf0
#ecddf5
#f5eefa
#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

#ad6ad2
#8fd26a

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

Split Complementary

#ad6ad2
#c3d26a
#6ad279

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

Analogous Color

#836ad2
#986ad2
#ad6ad2
#c26ad2
#d26acd

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

#ad6ad2
#d2ad6a
#6ad2ad

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

#ad6ad2
#d2796a
#8fd26a
#6ac3d2

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

#ad6ad2
#8fd26a
#6ad279
#d26ac3

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

#ad6ad2 Color Code Preview on Black Background Color

This is how #ad6ad2 Color will look on black background color. Color contrast ratio is 5.77

#ad6ad2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad6ad2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad6ad2

#ad6ad2 color code is use for CSS Background Color

Background color for the above div is #ad6ad2

HTML with inline CSS

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

#ad6ad2 color code is use for CSS Border Color

CSS Border color for the above div is #ad6ad2

HTML with inline CSS

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

CSS Border Left color for the above div is #ad6ad2

HTML with inline CSS

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

CSS Border Right color for the above div is #ad6ad2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad6ad2

HTML with inline CSS

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

CSS Border Top color for the above div is #ad6ad2

HTML with inline CSS

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

#ad6ad2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad6ad2 Color code Preview on White Background

This is how #ad6ad2 Color code will look on white background color. Color contrast ratio is 3.64

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

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(173,106,210,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(143,210,106,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,106,210,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.