crispedge.com

Color picker

Loading...

#af95af hex color - Violet - Warm color - Information

#af95af hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #af95af Color code in RGB color code model is created after adding 68.63% red color, 58.43% green color and 68.63% blue color. Hex #af95af Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 15% magenta, 0% yellow and 31% black.

Hex #af95af color code is between #aa99aa web safe hex color code and #bb88bb web safe hex color code. #aa99aa is the nearest web safe color code. You can see here many more shades of #af95af color code.

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaf95af#af95af
RGB Decimal175, 149, 175rgb(175, 149, 175)
RGB Percent69%, 58%, 69%rgb(69%, 58%, 69%)
CSS RGBa175, 149, 175,1rgba(175,149,175,1)
CMYK Modelcmyk(0%,15%,0%,31%)
HSL Color Space300,14% ,64%hsl(300,14% ,64%)
HSV Color Space300°, 15%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111001010110101111
Octal257225257
Decimal175149175
Hexaf95af

Different shades of #af95af color code.

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

Light Shade of #af95af
#c5b2c5
Dark Shade of #af95af
#997899
Saturated Shade of #af95af
#b88cb8
Desaturated Shade of #af95af
#a69ea6
Grey scale Shade of #af95af
#a2a2a2
Brighten Shade
#c8aec8
Most Readable Shade
#000000

Shades of #af95af color code

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

#af95af
#9b849b
#887388
#746374
#615261
#4d424d
#3a313a
#262126
#131013
#000000

Similar Color like #af95af color

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

#b096b0
#b197b1
#b298b2
#b399b3
#b49ab4
#b59bb5
#b69cb6
#b79db7
#b89eb8
#b99fb9
#baa0ba
#bba1bb
#bca2bc
#bda3bd
#ae94ae
#ad93ad
#ac92ac
#ab91ab
#aa90aa
#a98fa9
#a88ea8
#a78da7
#a68ca6
#a58ba5
#a48aa4
#a389a3
#a288a2
#a187a1

Monochromatic Color with #af95af

#af95af
#d9b9d9
#050405
#2f282f
#5a4d5a
#847184

Tints of #af95af Color

#af95af
#b7a0b7
#c0acc0
#c9b8c9
#d2c4d2
#dbcfdb
#e4dbe4
#ede7ed
#f6f3f6
#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

#af95af
#95af95

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

Split Complementary

#af95af
#a2af95
#95afa2

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

Analogous Color

#a595af
#aa95af
#af95af
#af95aa
#af95a5

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

#af95af
#afaf95
#95afaf

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

#af95af
#afa295
#95af95
#95a2af

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

#af95af
#95af95
#95afa2
#af95a2

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

#af95af Color Code Preview on Black Background Color

This is how #af95af Color will look on black background color. Color contrast ratio is 7.74

#af95af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af95af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af95af

#af95af color code is use for CSS Background Color

Background color for the above div is #af95af

HTML with inline CSS

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

#af95af color code is use for CSS Border Color

CSS Border color for the above div is #af95af

HTML with inline CSS

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

CSS Border Left color for the above div is #af95af

HTML with inline CSS

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

CSS Border Right color for the above div is #af95af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af95af

HTML with inline CSS

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

CSS Border Top color for the above div is #af95af

HTML with inline CSS

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

#af95af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af95af Color code Preview on White Background

This is how #af95af Color code will look on white background color. Color contrast ratio is 2.71

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

Gradient Background

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

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE


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

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.