Skip to main content Skip to docs navigation

#af85df hex color | Download Dark Violet BG image | Information

Color Picker

@
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.

Color Info

Woow we have a nearby visually matching color name available. It's name is Lavender Blossom and its hex is #B57EDC Nearest Color Name

Color Hue/Base color: Violet

Hex #af85df Color code in RGB color code model is created after adding 68.63% red color, 52.16% green color and 87.45% blue color. Hex #af85df Color code in CMYK color (process color) code model is generated after subtraction of 22% cyan, 40% magenta, 0% yellow and 12.55% black.

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

RGB Chart

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

Color Table

Hex Color Code af85df #af85df
RGB Decimal 175, 133, 223 175, 133, 223
RGB Percent 69%, 52%, 87% rgb(69%, 52%, 87%)
CSS RGBa 175, 133, 223,1 rgba(175,133,223,1)
CMYK Model cmyk(22%,40%,0%,12.55%)
HSL Color Space 268,58% ,70% hsl(268,58% ,70%)
HSV Color Space 268°, 40%, 87%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10101111 10000101 11011111
Octal 257 205 337
Decimal 175 133 223
Hex af 85 df

Different shades of #af85df color code.

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

Darkest of #af85df
#622aa1
Darker of #af85df
#7a35c9
Dark of #af85df
#945dd4
Base of #af85df
#af85df
Light of #af85df
#c9adea
Lighter
#e4d6f4
Lightest
#fefeff

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

#af85df
#b5df85

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

Split Complementary

#af85df
#dfdc85
#88df85

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

Analogous Color

#858fdf
#8985df
#af85df
#cd85df
#df85cb

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

#af85df
#85dfaf
#dfaf85

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

#af85df
#dfaf85
#b5df85
#85b5df

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Square Color

#af85df
#df8588
#b5df85
#85dfdc

Square 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).

Monochromatic Color with #af85df

#492078
#622aa1
#7a35c9
#945dd4
#af85df
#c9adea
#e4d6f4
#fefeff
#ffffff

Tints of #af85df Color

#af85df
#b792e2
#c0a0e6
#c9ade9
#d2bbed
#dbc8f0
#e4d6f4
#ede3f7
#f6f1fb
#ffffff

Shades of #af85df color code

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

#af85df
#9b76c6
#8867ad
#745894
#61497b
#4d3b63
#3a2c4a
#261d31
#130e18
#000000

Tones

#af85df
#b094d0
#b1a4c0
#b2b2b2
#b2b2b2

Tones

Similar Color like #af85df color

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

#b086e0
#b187e1
#b288e2
#b389e3
#b48ae4
#b58be5
#b68ce6
#b78de7
#b88ee8
#b98fe9
#ba90ea
#bb91eb
#bc92ec
#bd93ed
#ae84de
#ad83dd
#ac82dc
#ab81db
#aa80da
#a97fd9
#a87ed8
#a77dd7
#a67cd6
#a57bd5
#a47ad4
#a379d3
#a278d2
#a177d1

Download this Dark Violet

Hex #af85df 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.

#af85df Color Code Preview on Black Background Color

This is how #af85df Color will look on black background color. Color contrast ratio is 7.24

#af85df in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af85df

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af85df

#af85df color code is use for CSS Background Color

Background color for the above div is #af85df

HTML with inline CSS

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

#af85df color code is use for CSS Border Color

CSS Border color for the above div is #af85df

HTML with inline CSS

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

CSS Border Left color for the above div is #af85df

HTML with inline CSS

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

CSS Border Right color for the above div is #af85df

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af85df

HTML with inline CSS

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

CSS Border Top color for the above div is #af85df

HTML with inline CSS

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

#af85df hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af85df Color code Preview on White Background

This is how #af85df Color code will look on white background color. Color contrast ratio is 2.90

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

Gradient color background

Using gradients with mixed colors is a good idea. Download these backgrounds. Use them in slideshows, cards, and other designs.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(175,133,223,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(181,223,133,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,133,223,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }