crispedge.com

Color picker

Loading...
Click "Search Color" button for color information.

#ad86b7 hex color - Violet - Warm color - Information

#ad86b7 hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ad86b7 Color code in RGB color code model is created after adding 67.84% red color, 52.55% green color and 71.76% blue color. Hex #ad86b7 Color code in CMYK color (process color) code model is generated after subtraction of 5% cyan, 27% magenta, 0% yellow and 28% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codead86b7#ad86b7
RGB Decimal173, 134, 183rgb(173, 134, 183)
RGB Percent68%, 53%, 72%rgb(68%, 53%, 72%)
CSS RGBa173, 134, 183,1rgba(173,134,183,1)
CMYK Modelcmyk(5%,27%,0%,28%)
HSL Color Space288,25% ,62%hsl(288,25% ,62%)
HSV Color Space288°, 27%, 72%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011000011010110111
Octal255206267
Decimal173134183
Hexad86b7

Different shades of #ad86b7 color code.

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

Light Shade of #ad86b7
#c3a6ca
Dark Shade of #ad86b7
#9766a4
Saturated Shade of #ad86b7
#b37cc1
Desaturated Shade of #ad86b7
#a790ad
Grey scale Shade of #ad86b7
#9e9e9e
Brighten Shade
#c69fd0
Most Readable Shade
#000000

Shades of #ad86b7 color code

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

#ad86b7
#9977a2
#86688e
#73597a
#604a65
#4c3b51
#392c3d
#261d28
#130e14
#000000

Similar Color like #ad86b7 color

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

#ae87b8
#af88b9
#b089ba
#b18abb
#b28bbc
#b38cbd
#b48dbe
#b58ebf
#b68fc0
#b790c1
#b891c2
#b992c3
#ba93c4
#bb94c5
#ac85b6
#ab84b5
#aa83b4
#a982b3
#a881b2
#a780b1
#a67fb0
#a57eaf
#a47dae
#a37cad
#a27bac
#a17aab
#a079aa
#9f78a9

Monochromatic Color with #ad86b7

#ad86b7
#d5a5e1
#0c0a0d
#342937
#5d4862
#85678c

Tints of #ad86b7 Color

#ad86b7
#b693bf
#bfa0c7
#c8aecf
#d1bbd7
#dac9df
#e3d6e7
#ece4ef
#f5f1f7
#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

#ad86b7
#90b786

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

Split Complementary

#ad86b7
#a9b786
#86b795

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

Analogous Color

#9986b7
#a386b7
#ad86b7
#b786b7
#b786ad

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

#ad86b7
#b7ad86
#86b7ad

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

#ad86b7
#b79486
#90b786
#86a8b7

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

#ad86b7
#90b786
#86b795
#b786a9

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

#ad86b7 Color Code Preview on Black Background Color

This is how #ad86b7 Color will look on black background color. Color contrast ratio is 6.87

#ad86b7 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad86b7

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad86b7

#ad86b7 color code is use for CSS Background Color

Background color for the above div is #ad86b7

HTML with inline CSS

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

#ad86b7 color code is use for CSS Border Color

CSS Border color for the above div is #ad86b7

HTML with inline CSS

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

CSS Border Left color for the above div is #ad86b7

HTML with inline CSS

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

CSS Border Right color for the above div is #ad86b7

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad86b7

HTML with inline CSS

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

CSS Border Top color for the above div is #ad86b7

HTML with inline CSS

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

#ad86b7 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad86b7 Color code Preview on White Background

This is how #ad86b7 Color code will look on white background color. Color contrast ratio is 3.06

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.