crispedge.com

Color picker

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

#af87db hex color - Violet - Cool color - Information

#af87db hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #af87db Color code in RGB color code model is created after adding 68.63% red color, 52.94% green color and 85.88% blue color. Hex #af87db Color code in CMYK color (process color) code model is generated after subtraction of 20% cyan, 38% magenta, 0% yellow and 14% black.

Hex #af87db color code is between #aa88dd web safe hex color code and #bb77cc web safe hex color code. #aa88dd is the nearest web safe color code. You can see here many more shades of #af87db color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaf87db#af87db
RGB Decimal175, 135, 219rgb(175, 135, 219)
RGB Percent69%, 53%, 86%rgb(69%, 53%, 86%)
CSS RGBa175, 135, 219,1rgba(175,135,219,1)
CMYK Modelcmyk(20%,38%,0%,14%)
HSL Color Space269,54% ,69%hsl(269,54% ,69%)
HSV Color Space269°, 38%, 86%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111000011111011011
Octal257207333
Decimal175135219
Hexaf87db

Different shades of #af87db color code.

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

Light Shade of #af87db
#c9aee7
Dark Shade of #af87db
#9560cf
Saturated Shade of #af87db
#af7fe3
Desaturated Shade of #af87db
#af8fd3
Grey scale Shade of #af87db
#b1b1b1
Brighten Shade
#c8a0f4
Most Readable Shade
#000000

Shades of #af87db color code

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

#af87db
#9b78c2
#8869aa
#745a92
#614b79
#4d3c61
#3a2d49
#261e30
#130f18
#000000

Similar Color like #af87db color

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

#b088dc
#b189dd
#b28ade
#b38bdf
#b48ce0
#b58de1
#b68ee2
#b78fe3
#b890e4
#b991e5
#ba92e6
#bb93e7
#bc94e8
#bd95e9
#ae86da
#ad85d9
#ac84d8
#ab83d7
#aa82d6
#a981d5
#a880d4
#a77fd3
#a67ed2
#a57dd1
#a47cd0
#a37bcf
#a27ace
#a179cd

Monochromatic Color with #af87db

#af87db
#050406
#271e31
#49385b
#6b5386
#8d6db0

Tints of #af87db Color

#af87db
#b794df
#c0a1e3
#c9afe7
#d2bceb
#dbc9ef
#e4d7f3
#ede4f7
#f6f1fb
#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

#af87db
#b3db87

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

Split Complementary

#af87db
#dbd987
#89db87

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

Analogous Color

#8d87db
#9e87db
#af87db
#c087db
#d187db

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

#af87db
#dbaf87
#87dbaf

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

#af87db
#db8789
#b3db87
#87dbd9

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

#af87db
#b3db87
#89db87
#d987db

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

#af87db Color Code Preview on Black Background Color

This is how #af87db Color will look on black background color. Color contrast ratio is 7.31

#af87db in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af87db

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af87db

#af87db color code is use for CSS Background Color

Background color for the above div is #af87db

HTML with inline CSS

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

#af87db color code is use for CSS Border Color

CSS Border color for the above div is #af87db

HTML with inline CSS

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

CSS Border Left color for the above div is #af87db

HTML with inline CSS

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

CSS Border Right color for the above div is #af87db

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af87db

HTML with inline CSS

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

CSS Border Top color for the above div is #af87db

HTML with inline CSS

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

#af87db hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af87db Color code Preview on White Background

This is how #af87db Color code will look on white background color. Color contrast ratio is 2.87

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

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.