crispedge.com

Color picker

Loading...

#ad75cf hex color - Violet - Warm color - Information

#ad75cf hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ad75cf Color code in RGB color code model is created after adding 67.84% red color, 45.88% green color and 81.18% blue color. Hex #ad75cf Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 43% magenta, 0% yellow and 19% black.

Hex #ad75cf color code is between #aa77cc web safe hex color code and #bb66dd web safe hex color code. #aa77cc is the nearest web safe color code. You can see here many more shades of #ad75cf color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codead75cf#ad75cf
RGB Decimal173, 117, 207rgb(173, 117, 207)
RGB Percent68%, 46%, 81%rgb(68%, 46%, 81%)
CSS RGBa173, 117, 207,1rgba(173,117,207,1)
CMYK Modelcmyk(16%,43%,0%,19%)
HSL Color Space277,48% ,64%hsl(277,48% ,64%)
HSV Color Space277°, 43%, 81%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010111010111001111
Octal255165317
Decimal173117207
Hexad75cf

Different shades of #ad75cf color code.

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

Light Shade of #ad75cf
#c39bdc
Dark Shade of #ad75cf
#964fc2
Saturated Shade of #ad75cf
#af6cd8
Desaturated Shade of #ad75cf
#ab7ec6
Grey scale Shade of #ad75cf
#a2a2a2
Brighten Shade
#c68ee8
Most Readable Shade
#000000

Shades of #ad75cf color code

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

#ad75cf
#9968b8
#865ba1
#734e8a
#604173
#4c345c
#392745
#261a2e
#130d17
#000000

Similar Color like #ad75cf color

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

#ae76d0
#af77d1
#b078d2
#b179d3
#b27ad4
#b37bd5
#b47cd6
#b57dd7
#b67ed8
#b77fd9
#b880da
#b981db
#ba82dc
#bb83dd
#ac74ce
#ab73cd
#aa72cc
#a971cb
#a870ca
#a76fc9
#a66ec8
#a56dc7
#a46cc6
#a36bc5
#a26ac4
#a169c3
#a068c2
#9f67c1

Monochromatic Color with #ad75cf

#ad75cf
#d18df9
#1f1525
#422d4f
#66457a
#895da4

Tints of #ad75cf Color

#ad75cf
#b684d4
#bf93d9
#c8a3df
#d1b2e4
#dac1e9
#e3d1ef
#ece0f4
#f5eff9
#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

#ad75cf
#97cf75

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

Split Complementary

#ad75cf
#c4cf75
#75cf80

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

Analogous Color

#8975cf
#9b75cf
#ad75cf
#bf75cf
#cf75cd

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

#ad75cf
#cfad75
#75cfad

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

#ad75cf
#cf8075
#97cf75
#75c4cf

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

#ad75cf
#97cf75
#75cf80
#cf75c4

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

#ad75cf Color Code Preview on Black Background Color

This is how #ad75cf Color will look on black background color. Color contrast ratio is 6.22

#ad75cf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad75cf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad75cf

#ad75cf color code is use for CSS Background Color

Background color for the above div is #ad75cf

HTML with inline CSS

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

#ad75cf color code is use for CSS Border Color

CSS Border color for the above div is #ad75cf

HTML with inline CSS

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

CSS Border Left color for the above div is #ad75cf

HTML with inline CSS

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

CSS Border Right color for the above div is #ad75cf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad75cf

HTML with inline CSS

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

CSS Border Top color for the above div is #ad75cf

HTML with inline CSS

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

#ad75cf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad75cf Color code Preview on White Background

This is how #ad75cf Color code will look on white background color. Color contrast ratio is 3.37

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

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,117,207,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(151,207,117,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,117,207,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.