crispedge.com

Color picker

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

#af66fd hex color - Blue - Cool color - Information

#af66fd hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

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

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaf66fd#af66fd
RGB Decimal175, 102, 253rgb(175, 102, 253)
RGB Percent69%, 40%, 99%rgb(69%, 40%, 99%)
CSS RGBa175, 102, 253,1rgba(175,102,253,1)
CMYK Modelcmyk(31%,60%,0%,1%)
HSL Color Space269,97% ,70%hsl(269,97% ,70%)
HSV Color Space269°, 60%, 99%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011110110011011111101
Octal257146375
Decimal175102253
Hexaf66fd

Different shades of #af66fd color code.

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

Light Shade of #af66fd
#c998fe
Dark Shade of #af66fd
#9534fc
Saturated Shade of #af66fd
#af64ff
Desaturated Shade of #af66fd
#af6ef5
Grey scale Shade of #af66fd
#b1b1b1
Brighten Shade
#c87fff
Most Readable Shade
#000000

Shades of #af66fd color code

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

#af66fd
#9b5ae0
#884fc4
#7444a8
#61388c
#4d2d70
#3a2254
#261638
#130b1c
#000000

Similar Color like #af66fd color

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

#b067fe
#b168ff
#b269ff
#b36aff
#b46bff
#b56cff
#b66dff
#b76eff
#b86fff
#b970ff
#ba71ff
#bb72ff
#bc73ff
#bd74ff
#ae65fc
#ad64fb
#ac63fa
#ab62f9
#aa61f8
#a960f7
#a85ff6
#a75ef5
#a65df4
#a55cf3
#a45bf2
#a35af1
#a259f0
#a158ef

Monochromatic Color with #af66fd

#af66fd
#1c1028
#392153
#57337d
#7444a8
#9255d2

Tints of #af66fd Color

#af66fd
#b777fd
#c088fd
#c999fd
#d2aafd
#dbbbfe
#e4ccfe
#edddfe
#f6eefe
#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

#af66fd
#b4fd66

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

Split Complementary

#af66fd
#fdfa66
#69fd66

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

Analogous Color

#7366fd
#9166fd
#af66fd
#cd66fd
#eb66fd

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

#af66fd
#fdaf66
#66fdaf

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

#af66fd
#fd6668
#b4fd66
#66fdfa

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

#af66fd
#b4fd66
#69fd66
#fa66fd

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

#af66fd Color Code Preview on Black Background Color

This is how #af66fd Color will look on black background color. Color contrast ratio is 6.14

#af66fd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af66fd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af66fd

#af66fd color code is use for CSS Background Color

Background color for the above div is #af66fd

HTML with inline CSS

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

#af66fd color code is use for CSS Border Color

CSS Border color for the above div is #af66fd

HTML with inline CSS

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

CSS Border Left color for the above div is #af66fd

HTML with inline CSS

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

CSS Border Right color for the above div is #af66fd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af66fd

HTML with inline CSS

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

CSS Border Top color for the above div is #af66fd

HTML with inline CSS

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

#af66fd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af66fd Color code Preview on White Background

This is how #af66fd Color code will look on white background color. Color contrast ratio is 3.42

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

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.