crispedge.com

Color picker

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

#af94dd hex color - Violet - Cool color - Information

#af94dd hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #af94dd Color code in RGB color code model is created after adding 68.63% red color, 58.04% green color and 86.67% blue color. Hex #af94dd Color code in CMYK color (process color) code model is generated after subtraction of 21% cyan, 33% magenta, 0% yellow and 13% black.

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

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaf94dd#af94dd
RGB Decimal175, 148, 221rgb(175, 148, 221)
RGB Percent69%, 58%, 87%rgb(69%, 58%, 87%)
CSS RGBa175, 148, 221,1rgba(175,148,221,1)
CMYK Modelcmyk(21%,33%,0%,13%)
HSL Color Space262,52% ,72%hsl(262,52% ,72%)
HSV Color Space262°, 33%, 87%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101011111001010011011101
Octal257224335
Decimal175148221
Hexaf94dd

Different shades of #af94dd color code.

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

Light Shade of #af94dd
#ccbbe9
Dark Shade of #af94dd
#926dd1
Saturated Shade of #af94dd
#ad8de4
Desaturated Shade of #af94dd
#b19bd6
Grey scale Shade of #af94dd
#b8b8b8
Brighten Shade
#c8adf6
Most Readable Shade
#000000

Shades of #af94dd color code

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

#af94dd
#9b83c4
#8873ab
#746293
#61527a
#4d4162
#3a3149
#262031
#131018
#000000

Similar Color like #af94dd color

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

#b095de
#b196df
#b297e0
#b398e1
#b499e2
#b59ae3
#b69be4
#b79ce5
#b89de6
#b99ee7
#ba9fe8
#bba0e9
#bca1ea
#bda2eb
#ae93dc
#ad92db
#ac91da
#ab90d9
#aa8fd8
#a98ed7
#a88dd6
#a78cd5
#a68bd4
#a58ad3
#a489d2
#a388d1
#a287d0
#a186cf

Monochromatic Color with #af94dd

#af94dd
#070608
#282233
#4a3f5d
#6c5b88
#8d78b3

Tints of #af94dd Color

#af94dd
#b79fe0
#c0abe4
#c9b7e8
#d2c3ec
#dbcfef
#e4dbf3
#ede7f7
#f6f3fb
#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

#af94dd
#c2dd94

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

Split Complementary

#af94dd
#ddd494
#9edd94

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

Analogous Color

#9496dd
#a094dd
#af94dd
#be94dd
#cc94dd

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

#af94dd
#ddaf94
#94ddaf

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

#af94dd
#dd949d
#c2dd94
#94ddd3

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

#af94dd
#c2dd94
#9edd94
#d494dd

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

#af94dd Color Code Preview on Black Background Color

This is how #af94dd Color will look on black background color. Color contrast ratio is 8.10

#af94dd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af94dd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af94dd

#af94dd color code is use for CSS Background Color

Background color for the above div is #af94dd

HTML with inline CSS

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

#af94dd color code is use for CSS Border Color

CSS Border color for the above div is #af94dd

HTML with inline CSS

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

CSS Border Left color for the above div is #af94dd

HTML with inline CSS

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

CSS Border Right color for the above div is #af94dd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af94dd

HTML with inline CSS

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

CSS Border Top color for the above div is #af94dd

HTML with inline CSS

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

#af94dd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af94dd Color code Preview on White Background

This is how #af94dd Color code will look on white background color. Color contrast ratio is 2.59

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

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.