crispedge.com

Color picker

Loading...

#ad60ac hex color - Violet - Warm color - Information

#ad60ac hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ad60ac Color code in RGB color code model is created after adding 67.84% red color, 37.65% green color and 67.45% blue color. Hex #ad60ac Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 45% magenta, 1% yellow and 32% black.

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

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codead60ac#ad60ac
RGB Decimal173, 96, 172rgb(173, 96, 172)
RGB Percent68%, 38%, 67%rgb(68%, 38%, 67%)
CSS RGBa173, 96, 172,1rgba(173,96,172,1)
CMYK Modelcmyk(0%,45%,1%,32%)
HSL Color Space301,32% ,53%hsl(301,32% ,53%)
HSV Color Space301°, 45%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010110000010101100
Octal255140254
Decimal17396172
Hexad60ac

Different shades of #ad60ac color code.

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

Light Shade of #ad60ac
#be82be
Dark Shade of #ad60ac
#904a8f
Saturated Shade of #ad60ac
#b954b8
Desaturated Shade of #ad60ac
#a16ca0
Grey scale Shade of #ad60ac
#868686
Brighten Shade
#c679c5
Most Readable Shade
#FFFFFF

Shades of #ad60ac color code

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

#ad60ac
#995598
#864a85
#734072
#60355f
#4c2a4c
#392039
#261526
#130a13
#000000

Similar Color like #ad60ac color

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

#ae61ad
#af62ae
#b063af
#b164b0
#b265b1
#b366b2
#b467b3
#b568b4
#b669b5
#b76ab6
#b86bb7
#b96cb8
#ba6db9
#bb6eba
#ac5fab
#ab5eaa
#aa5da9
#a95ca8
#a85ba7
#a75aa6
#a659a5
#a558a4
#a457a3
#a356a2
#a255a1
#a154a0
#a0539f
#9f529e

Monochromatic Color with #ad60ac

#ad60ac
#d778d6
#030203
#2d192d
#583157
#824882

Tints of #ad60ac Color

#ad60ac
#b671b5
#bf83be
#c895c7
#d1a6d0
#dab8da
#e3cae3
#ecdbec
#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

#ad60ac
#60ad61

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

Split Complementary

#ad60ac
#85ad60
#60ad88

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

Analogous Color

#8f60ad
#9f60ad
#ad60ac
#ad609d
#ad608d

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

#ad60ac
#acad60
#60acad

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

#ad60ac
#ad8760
#60ad61
#6085ad

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

#ad60ac
#60ad61
#60ad88
#ad6085

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

#ad60ac Color Code Preview on Black Background Color

This is how #ad60ac Color will look on black background color. Color contrast ratio is 5.05

#ad60ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad60ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad60ac

#ad60ac color code is use for CSS Background Color

Background color for the above div is #ad60ac

HTML with inline CSS

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

#ad60ac color code is use for CSS Border Color

CSS Border color for the above div is #ad60ac

HTML with inline CSS

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

CSS Border Left color for the above div is #ad60ac

HTML with inline CSS

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

CSS Border Right color for the above div is #ad60ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad60ac

HTML with inline CSS

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

CSS Border Top color for the above div is #ad60ac

HTML with inline CSS

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

#ad60ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad60ac Color code Preview on White Background

This is how #ad60ac Color code will look on white background color. Color contrast ratio is 4.16

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

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,96,172,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(96,173,97,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,96,172,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.