crispedge.com

Color picker

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

#af6bd1 hex color - Violet - Warm color - Information

#af6bd1 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #af6bd1 Color code in RGB color code model is created after adding 68.63% red color, 41.96% green color and 81.96% blue color. Hex #af6bd1 Color code in CMYK color (process color) code model is generated after subtraction of 16% cyan, 49% magenta, 0% yellow and 18% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaf6bd1#af6bd1
RGB Decimal175, 107, 209rgb(175, 107, 209)
RGB Percent69%, 42%, 82%rgb(69%, 42%, 82%)
CSS RGBa175, 107, 209,1rgba(175,107,209,1)
CMYK Modelcmyk(16%,49%,0%,18%)
HSL Color Space280,53% ,62%hsl(280,53% ,62%)
HSV Color Space280°, 49%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110110101111010001
Octal257153321
Decimal175107209
Hexaf6bd1

Different shades of #af6bd1 color code.

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

Light Shade of #af6bd1
#c492dd
Dark Shade of #af6bd1
#9a44c5
Saturated Shade of #af6bd1
#b261db
Desaturated Shade of #af6bd1
#ac75c7
Grey scale Shade of #af6bd1
#9e9e9e
Brighten Shade
#c884ea
Most Readable Shade
#FFFFFF

Shades of #af6bd1 color code

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

#af6bd1
#9b5fb9
#8853a2
#74478b
#613b74
#4d2f5c
#3a2345
#26172e
#130b17
#000000

Similar Color like #af6bd1 color

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

#b06cd2
#b16dd3
#b26ed4
#b36fd5
#b470d6
#b571d7
#b672d8
#b773d9
#b874da
#b975db
#ba76dc
#bb77dd
#bc78de
#bd79df
#ae6ad0
#ad69cf
#ac68ce
#ab67cd
#aa66cc
#a965cb
#a864ca
#a763c9
#a662c8
#a561c7
#a460c6
#a35fc5
#a25ec4
#a15dc3

Monochromatic Color with #af6bd1

#af6bd1
#d381fb
#211427
#442a51
#683f7c
#8b55a6

Tints of #af6bd1 Color

#af6bd1
#b77bd6
#c08bdb
#c99ce0
#d2ace5
#dbbdea
#e4cdef
#eddef4
#f6eef9
#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

#af6bd1
#8dd16b

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

Split Complementary

#af6bd1
#c0d16b
#6bd17c

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

Analogous Color

#866bd1
#9b6bd1
#af6bd1
#c36bd1
#d16bca

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

#af6bd1
#d1af6b
#6bd1af

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

#af6bd1
#d17c6b
#8dd16b
#6bc0d1

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

#af6bd1
#8dd16b
#6bd17c
#d16bc0

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

#af6bd1 Color Code Preview on Black Background Color

This is how #af6bd1 Color will look on black background color. Color contrast ratio is 5.85

#af6bd1 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af6bd1

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af6bd1

#af6bd1 color code is use for CSS Background Color

Background color for the above div is #af6bd1

HTML with inline CSS

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

#af6bd1 color code is use for CSS Border Color

CSS Border color for the above div is #af6bd1

HTML with inline CSS

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

CSS Border Left color for the above div is #af6bd1

HTML with inline CSS

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

CSS Border Right color for the above div is #af6bd1

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af6bd1

HTML with inline CSS

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

CSS Border Top color for the above div is #af6bd1

HTML with inline CSS

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

#af6bd1 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af6bd1 Color code Preview on White Background

This is how #af6bd1 Color code will look on white background color. Color contrast ratio is 3.59

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

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.