crispedge.com

Color picker

Loading...

#ad90b6 hex color - Violet - Warm color - Information

#ad90b6 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ad90b6 Color code in RGB color code model is created after adding 67.84% red color, 56.47% green color and 71.37% blue color. Hex #ad90b6 Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 21% magenta, 0% yellow and 29% black.

Hex #ad90b6 color code is between #aa88bb web safe hex color code and #bb99aa web safe hex color code. #aa88bb is the nearest web safe color code. You can see here many more shades of #ad90b6 color code.

0 Likes 0 Comments | 2 Views

RGB Chart

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

Color Table

Hex Color Codead90b6#ad90b6
RGB Decimal173, 144, 182rgb(173, 144, 182)
RGB Percent68%, 56%, 71%rgb(68%, 56%, 71%)
CSS RGBa173, 144, 182,1rgba(173,144,182,1)
CMYK Modelcmyk(5%,21%,0%,29%)
HSL Color Space286,21% ,64%hsl(286,21% ,64%)
HSV Color Space286°, 21%, 71%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011001000010110110
Octal255220266
Decimal173144182
Hexad90b6

Different shades of #ad90b6 color code.

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

Light Shade of #ad90b6
#c4afca
Dark Shade of #ad90b6
#9671a2
Saturated Shade of #ad90b6
#b287bf
Desaturated Shade of #ad90b6
#a899ad
Grey scale Shade of #ad90b6
#a3a3a3
Brighten Shade
#c6a9cf
Most Readable Shade
#000000

Shades of #ad90b6 color code

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

#ad90b6
#9980a1
#86708d
#736079
#605065
#4c4050
#39303c
#262028
#131014
#000000

Similar Color like #ad90b6 color

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

#ae91b7
#af92b8
#b093b9
#b194ba
#b295bb
#b396bc
#b497bd
#b598be
#b699bf
#b79ac0
#b89bc1
#b99cc2
#ba9dc3
#bb9ec4
#ac8fb5
#ab8eb4
#aa8db3
#a98cb2
#a88bb1
#a78ab0
#a689af
#a588ae
#a487ad
#a386ac
#a285ab
#a184aa
#a083a9
#9f82a8

Monochromatic Color with #ad90b6

#ad90b6
#d5b2e0
#0b090c
#342b36
#5c4d61
#856e8b

Tints of #ad90b6 Color

#ad90b6
#b69cbe
#bfa8c6
#c8b5ce
#d1c1d6
#dacdde
#e3dae6
#ece6ee
#f5f2f6
#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

#ad90b6
#99b690

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

Split Complementary

#ad90b6
#acb690
#90b69a

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

Analogous Color

#9e90b6
#a590b6
#ad90b6
#b590b6
#b690b0

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

#ad90b6
#b6ad90
#90b6ad

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

#ad90b6
#b69a90
#99b690
#90acb6

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

#ad90b6
#99b690
#90b69a
#b690ac

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

#ad90b6 Color Code Preview on Black Background Color

This is how #ad90b6 Color will look on black background color. Color contrast ratio is 7.44

#ad90b6 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad90b6

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad90b6

#ad90b6 color code is use for CSS Background Color

Background color for the above div is #ad90b6

HTML with inline CSS

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

#ad90b6 color code is use for CSS Border Color

CSS Border color for the above div is #ad90b6

HTML with inline CSS

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

CSS Border Left color for the above div is #ad90b6

HTML with inline CSS

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

CSS Border Right color for the above div is #ad90b6

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad90b6

HTML with inline CSS

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

CSS Border Top color for the above div is #ad90b6

HTML with inline CSS

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

#ad90b6 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad90b6 Color code Preview on White Background

This is how #ad90b6 Color code will look on white background color. Color contrast ratio is 2.82

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

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,144,182,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(153,182,144,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,144,182,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.