crispedge.com

Color picker

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

#ad86d2 hex color - Violet - Warm color - Information

#ad86d2 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ad86d2 Color code in RGB color code model is created after adding 67.84% red color, 52.55% green color and 82.35% blue color. Hex #ad86d2 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 36% magenta, 0% yellow and 18% black.

Hex #ad86d2 color code is between #aa88cc web safe hex color code and #bb77dd web safe hex color code. #aa88cc is the nearest web safe color code. You can see here many more shades of #ad86d2 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codead86d2#ad86d2
RGB Decimal173, 134, 210rgb(173, 134, 210)
RGB Percent68%, 53%, 82%rgb(68%, 53%, 82%)
CSS RGBa173, 134, 210,1rgba(173,134,210,1)
CMYK Modelcmyk(18%,36%,0%,18%)
HSL Color Space271,46% ,67%hsl(271,46% ,67%)
HSV Color Space271°, 36%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011011000011011010010
Octal255206322
Decimal173134210
Hexad86d2

Different shades of #ad86d2 color code.

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

Light Shade of #ad86d2
#c6abe0
Dark Shade of #ad86d2
#9461c4
Saturated Shade of #ad86d2
#ad7eda
Desaturated Shade of #ad86d2
#ad8eca
Grey scale Shade of #ad86d2
#acacac
Brighten Shade
#c69feb
Most Readable Shade
#000000

Shades of #ad86d2 color code

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

#ad86d2
#9977ba
#8668a3
#73598c
#604a74
#4c3b5d
#392c46
#261d2e
#130e17
#000000

Similar Color like #ad86d2 color

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

#ae87d3
#af88d4
#b089d5
#b18ad6
#b28bd7
#b38cd8
#b48dd9
#b58eda
#b68fdb
#b790dc
#b891dd
#b992de
#ba93df
#bb94e0
#ac85d1
#ab84d0
#aa83cf
#a982ce
#a881cd
#a780cc
#a67fcb
#a57eca
#a47dc9
#a37cc8
#a27bc7
#a17ac6
#a079c5
#9f78c4

Monochromatic Color with #ad86d2

#ad86d2
#d0a1fc
#211a28
#443552
#67507d
#8a6ba7

Tints of #ad86d2 Color

#ad86d2
#b693d7
#bfa0dc
#c8aee1
#d1bbe6
#dac9eb
#e3d6f0
#ece4f5
#f5f1fa
#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

#ad86d2
#abd286

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

Split Complementary

#ad86d2
#d1d286
#86d287

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

Analogous Color

#8f86d2
#9e86d2
#ad86d2
#bc86d2
#cb86d2

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

#ad86d2
#d2ad86
#86d2ad

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

#ad86d2
#d28786
#abd286
#86d1d2

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

#ad86d2
#abd286
#86d287
#d286d1

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

#ad86d2 Color Code Preview on Black Background Color

This is how #ad86d2 Color will look on black background color. Color contrast ratio is 7.12

#ad86d2 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad86d2

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad86d2

#ad86d2 color code is use for CSS Background Color

Background color for the above div is #ad86d2

HTML with inline CSS

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

#ad86d2 color code is use for CSS Border Color

CSS Border color for the above div is #ad86d2

HTML with inline CSS

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

CSS Border Left color for the above div is #ad86d2

HTML with inline CSS

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

CSS Border Right color for the above div is #ad86d2

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad86d2

HTML with inline CSS

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

CSS Border Top color for the above div is #ad86d2

HTML with inline CSS

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

#ad86d2 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad86d2 Color code Preview on White Background

This is how #ad86d2 Color code will look on white background color. Color contrast ratio is 2.95

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

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.