crispedge.com

Color picker

Loading...

#ad5ea6 hex color - Violet - Warm color - Information

#ad5ea6 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ad5ea6 Color code in RGB color code model is created after adding 67.84% red color, 36.86% green color and 65.1% blue color. Hex #ad5ea6 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 46% magenta, 4% yellow and 32% black.

Hex #ad5ea6 color code is between #aa66aa web safe hex color code and #bb5599 web safe hex color code. #aa66aa is the nearest web safe color code. You can see here many more shades of #ad5ea6 color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codead5ea6#ad5ea6
RGB Decimal173, 94, 166rgb(173, 94, 166)
RGB Percent68%, 37%, 65%rgb(68%, 37%, 65%)
CSS RGBa173, 94, 166,1rgba(173,94,166,1)
CMYK Modelcmyk(0%,46%,4%,32%)
HSL Color Space305,33% ,52%hsl(305,33% ,52%)
HSV Color Space305°, 46%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010101111010100110
Octal255136246
Decimal17394166
Hexad5ea6

Different shades of #ad5ea6 color code.

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

Light Shade of #ad5ea6
#be80b9
Dark Shade of #ad5ea6
#8f4989
Saturated Shade of #ad5ea6
#b952b0
Desaturated Shade of #ad5ea6
#a16a9c
Grey scale Shade of #ad5ea6
#858585
Brighten Shade
#c677bf
Most Readable Shade
#FFFFFF

Shades of #ad5ea6 color code

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

#ad5ea6
#995393
#864981
#733e6e
#60345c
#4c2949
#391f37
#261424
#130a12
#000000

Similar Color like #ad5ea6 color

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

#ae5fa7
#af60a8
#b061a9
#b162aa
#b263ab
#b364ac
#b465ad
#b566ae
#b667af
#b768b0
#b869b1
#b96ab2
#ba6bb3
#bb6cb4
#ac5da5
#ab5ca4
#aa5ba3
#a95aa2
#a859a1
#a758a0
#a6579f
#a5569e
#a4559d
#a3549c
#a2539b
#a1529a
#a05199
#9f5098

Monochromatic Color with #ad5ea6

#ad5ea6
#d775cf
#030203
#2d192c
#583054
#82477d

Tints of #ad5ea6 Color

#ad5ea6
#b66faf
#bf81b9
#c893c3
#d1a5cd
#dab7d7
#e3c9e1
#ecdbeb
#f5edf5
#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

#ad5ea6
#5ead65

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

Split Complementary

#ad5ea6
#7fad5e
#5ead8c

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

Analogous Color

#945ead
#a45ead
#ad5ea6
#ad5e96
#ad5e86

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

#ad5ea6
#a6ad5e
#5ea6ad

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

#ad5ea6
#ad8c5e
#5ead65
#5e7ead

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

#ad5ea6
#5ead65
#5ead8c
#ad5e7f

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

#ad5ea6 Color Code Preview on Black Background Color

This is how #ad5ea6 Color will look on black background color. Color contrast ratio is 4.93

#ad5ea6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad5ea6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad5ea6

#ad5ea6 color code is use for CSS Background Color

Background color for the above div is #ad5ea6

HTML with inline CSS

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

#ad5ea6 color code is use for CSS Border Color

CSS Border color for the above div is #ad5ea6

HTML with inline CSS

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

CSS Border Left color for the above div is #ad5ea6

HTML with inline CSS

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

CSS Border Right color for the above div is #ad5ea6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad5ea6

HTML with inline CSS

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

CSS Border Top color for the above div is #ad5ea6

HTML with inline CSS

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

#ad5ea6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad5ea6 Color code Preview on White Background

This is how #ad5ea6 Color code will look on white background color. Color contrast ratio is 4.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 #ad5ea6; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #ad5ea6; }

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,94,166,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(94,173,101,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,94,166,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.