crispedge.com

Color picker

Loading...

#af93c8 hex color - Violet - Warm color - Information

#af93c8 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #af93c8 Color code in RGB color code model is created after adding 68.63% red color, 57.65% green color and 78.43% blue color. Hex #af93c8 Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 27% magenta, 0% yellow and 22% black.

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

0 Likes 0 Comments | 1 Views

RGB Chart

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

Color Table

Hex Color Codeaf93c8#af93c8
RGB Decimal175, 147, 200rgb(175, 147, 200)
RGB Percent69%, 58%, 78%rgb(69%, 58%, 78%)
CSS RGBa175, 147, 200,1rgba(175,147,200,1)
CMYK Modelcmyk(13%,27%,0%,22%)
HSL Color Space272,33% ,68%hsl(272,33% ,68%)
HSV Color Space272°, 27%, 78%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111001001111001000
Octal257223310
Decimal175147200
Hexaf93c8

Different shades of #af93c8 color code.

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

Light Shade of #af93c8
#c8b5d9
Dark Shade of #af93c8
#9671b7
Saturated Shade of #af93c8
#af8bd0
Desaturated Shade of #af93c8
#af9bc0
Grey scale Shade of #af93c8
#adadad
Brighten Shade
#c8ace1
Most Readable Shade
#000000

Shades of #af93c8 color code

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

#af93c8
#9b82b1
#88729b
#746285
#61516f
#4d4158
#3a3142
#26202c
#131016
#000000

Similar Color like #af93c8 color

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

#b094c9
#b195ca
#b296cb
#b397cc
#b498cd
#b599ce
#b69acf
#b79bd0
#b89cd1
#b99dd2
#ba9ed3
#bb9fd4
#bca0d5
#bda1d6
#ae92c7
#ad91c6
#ac90c5
#ab8fc4
#aa8ec3
#a98dc2
#a88cc1
#a78bc0
#a68abf
#a589be
#a488bd
#a387bc
#a286bb
#a185ba

Monochromatic Color with #af93c8

#af93c8
#d4b2f2
#1a161e
#3f3548
#655573
#8a749d

Tints of #af93c8 Color

#af93c8
#b79fce
#c0abd4
#c9b7da
#d2c3e0
#dbcfe6
#e4dbec
#ede7f2
#f6f3f8
#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

#af93c8
#acc893

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

Split Complementary

#af93c8
#c7c893
#93c895

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

Analogous Color

#9a93c8
#a493c8
#af93c8
#ba93c8
#c493c8

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

#af93c8
#c8af93
#93c8af

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

#af93c8
#c89493
#acc893
#93c6c8

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

#af93c8
#acc893
#93c895
#c893c7

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

#af93c8 Color Code Preview on Black Background Color

This is how #af93c8 Color will look on black background color. Color contrast ratio is 7.83

#af93c8 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af93c8

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af93c8

#af93c8 color code is use for CSS Background Color

Background color for the above div is #af93c8

HTML with inline CSS

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

#af93c8 color code is use for CSS Border Color

CSS Border color for the above div is #af93c8

HTML with inline CSS

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

CSS Border Left color for the above div is #af93c8

HTML with inline CSS

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

CSS Border Right color for the above div is #af93c8

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af93c8

HTML with inline CSS

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

CSS Border Top color for the above div is #af93c8

HTML with inline CSS

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

#af93c8 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af93c8 Color code Preview on White Background

This is how #af93c8 Color code will look on white background color. Color contrast ratio is 2.68

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

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,147,200,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(172,200,147,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,147,200,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.