@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#ad6bab hex color - Violet - Warm color - Information

#ad6bab hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ad6bab Color code in RGB color code model is created after adding 67.84% red color, 41.96% green color and 67.06% blue color. Hex #ad6bab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 38% magenta, 1% yellow and 32.16% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codead6bab#ad6bab
RGB Decimal173, 107, 171rgb(173, 107, 171)
RGB Percent68%, 42%, 67%rgb(68%, 42%, 67%)
CSS RGBa173, 107, 171,1rgba(173,107,171,1)
CMYK Modelcmyk(0%,38%,1%,32.16%)
HSL Color Space302,29% ,55%hsl(302,29% ,55%)
HSV Color Space302°, 38%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010110101110101011
Octal255153253
Decimal173107171
Hexad6bab

Different shades of #ad6bab color code.

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

Light Shade of #ad6bab
#bf8cbe
Dark Shade of #ad6bab
#935291
Saturated Shade of #ad6bab
#b85fb6
Desaturated Shade of #ad6bab
#a177a0
Grey scale Shade of #ad6bab
#8c8c8c
Brighten Shade
#c684c4
Most Readable Shade
#FFFFFF

Shades of #ad6bab color code

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

#ad6bab
#995f98
#865385
#734772
#603b5f
#4c2f4c
#392339
#261726
#130b13
#000000

Similar Color like #ad6bab color

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

#ae6cac
#af6dad
#b06eae
#b16faf
#b270b0
#b371b1
#b472b2
#b573b3
#b674b4
#b775b5
#b876b6
#b977b7
#ba78b8
#bb79b9
#ac6aaa
#ab69a9
#aa68a8
#a967a7
#a866a6
#a765a5
#a664a4
#a563a3
#a462a2
#a361a1
#a260a0
#a15f9f
#a05e9e
#9f5d9d

Monochromatic Color with #ad6bab

#ad6bab
#d785d5
#030203
#2d1c2d
#583657
#825181

Tints of #ad6bab Color

#ad6bab
#b67bb4
#bf8bbd
#c89cc7
#d1acd0
#dabdd9
#e3cde3
#ecdeec
#f5eef5
#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

#ad6bab
#6bad6d

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

Split Complementary

#ad6bab
#8aad6b
#6bad8e

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

Analogous Color

#956bad
#a26bad
#ad6bab
#ad6b9e
#ad6b91

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

#ad6bab
#abad6b
#6babad

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

#ad6bab
#ad8e6b
#6bad6d
#6b8aad

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

#ad6bab
#6bad6d
#6bad8e
#ad6b8a

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

#ad6bab Color Code Preview on Black Background Color

This is how #ad6bab Color will look on black background color. Color contrast ratio is 5.47

#ad6bab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad6bab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad6bab

#ad6bab color code is use for CSS Background Color

Background color for the above div is #ad6bab

HTML with inline CSS

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

#ad6bab color code is use for CSS Border Color

CSS Border color for the above div is #ad6bab

HTML with inline CSS

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

CSS Border Left color for the above div is #ad6bab

HTML with inline CSS

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

CSS Border Right color for the above div is #ad6bab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad6bab

HTML with inline CSS

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

CSS Border Top color for the above div is #ad6bab

HTML with inline CSS

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

#ad6bab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad6bab Color code Preview on White Background

This is how #ad6bab Color code will look on white background color. Color contrast ratio is 3.84

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

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,107,171,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(107,173,109,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(173,107,171,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.