crispedge.com

Color picker

Loading...

#af06fe hex color - Violet - Warm color - Information

#af06fe hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #af06fe color code is between #aa00ff web safe hex color code and #bb00ee web safe hex color code. #aa00ff is the nearest web safe color code. You can see here many more shades of #af06fe color code.

0 Likes 0 Comments | 3 Views

RGB Chart

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

Color Table

Hex Color Codeaf06fe#af06fe
RGB Decimal175, 6, 254rgb(175, 6, 254)
RGB Percent69%, 2%, 100%rgb(69%, 2%, 100%)
CSS RGBa175, 6, 254,1rgba(175,6,254,1)
CMYK Modelcmyk(31%,98%,0%,0%)
HSL Color Space281,99% ,51%hsl(281,99% ,51%)
HSV Color Space281°, 98%, 100%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110000011011111110
Octal2576376
Decimal1756254
Hexaf06fe

Different shades of #af06fe color code.

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

Light Shade of #af06fe
#bf39fe
Dark Shade of #af06fe
#8e01d0
Saturated Shade of #af06fe
#af05ff
Desaturated Shade of #af06fe
#aa12f1
Grey scale Shade of #af06fe
#828282
Brighten Shade
#c81fff
Most Readable Shade
#FFFFFF

Shades of #af06fe color code

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

#af06fe
#9b05e1
#8804c5
#7404a9
#61038d
#4d0270
#3a0254
#260138
#13001c
#000000

Similar Color like #af06fe color

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

#b007ff
#b108ff
#b209ff
#b30aff
#b40bff
#b50cff
#b60dff
#b70eff
#b80fff
#b910ff
#ba11ff
#bb12ff
#bc13ff
#bd14ff
#ae05fd
#ad04fc
#ac03fb
#ab02fa
#aa01f9
#a900f8
#a800f7
#a700f6
#a600f5
#a500f4
#a400f3
#a300f2
#a200f1
#a100f0

Monochromatic Color with #af06fe

#af06fe
#1d0129
#3a0254
#57037e
#7404a9
#9205d3

Tints of #af06fe Color

#af06fe
#b721fe
#c03dfe
#c959fe
#d274fe
#db90fe
#e4acfe
#edc7fe
#f6e3fe
#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

#af06fe
#55fe06

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

Split Complementary

#af06fe
#d1fe06
#06fe33

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

Analogous Color

#4c06fe
#7d06fe
#af06fe
#e106fe
#fe06ea

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

#af06fe
#feaf06
#06feaf

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

#af06fe
#fe3306
#55fe06
#06d1fe

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

#af06fe
#55fe06
#06fe33
#fe06d1

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

#af06fe Color Code Preview on Black Background Color

This is how #af06fe Color will look on black background color. Color contrast ratio is 4.28

#af06fe in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af06fe

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af06fe

#af06fe color code is use for CSS Background Color

Background color for the above div is #af06fe

HTML with inline CSS

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

#af06fe color code is use for CSS Border Color

CSS Border color for the above div is #af06fe

HTML with inline CSS

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

CSS Border Left color for the above div is #af06fe

HTML with inline CSS

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

CSS Border Right color for the above div is #af06fe

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af06fe

HTML with inline CSS

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

CSS Border Top color for the above div is #af06fe

HTML with inline CSS

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

#af06fe hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af06fe Color code Preview on White Background

This is how #af06fe Color code will look on white background color. Color contrast ratio is 4.91

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

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,6,254,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(85,254,6,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(175,6,254,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.