crispedge.com

Color picker

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

#af9eaf hex color - Violet - Warm color - Information

#af9eaf hex color - Violet - Warm color

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 5 Views

Color Table

Hex Color Codeaf9eaf#af9eaf
RGB Decimal175, 158, 175rgb(175, 158, 175)
RGB Percent69%, 62%, 69%rgb(69%, 62%, 69%)
CSS RGBa175, 158, 175,1rgba(175,158,175,1)
CMYK Modelcmyk(0%,10%,0%,31%)
HSL Color Space300,10% ,65%hsl(300,10% ,65%)
HSV Color Space300°, 10%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111001111010101111
Octal257236257
Decimal175158175
Hexaf9eaf

Different shades of #af9eaf color code.

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

Light Shade of #af9eaf
#c6bac6
Dark Shade of #af9eaf
#988298
Saturated Shade of #af9eaf
#b895b8
Desaturated Shade of #af9eaf
#a6a6a6
Grey scale Shade of #af9eaf
#a6a6a6
Brighten Shade
#c8b7c8
Most Readable Shade
#000000

Shades of #af9eaf color code

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

#af9eaf
#9b8c9b
#887a88
#746974
#615761
#4d464d
#3a343a
#262326
#131113
#000000

Similar Color like #af9eaf color

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

#b09fb0
#b1a0b1
#b2a1b2
#b3a2b3
#b4a3b4
#b5a4b5
#b6a5b6
#b7a6b7
#b8a7b8
#b9a8b9
#baa9ba
#bbaabb
#bcabbc
#bdacbd
#ae9dae
#ad9cad
#ac9bac
#ab9aab
#aa99aa
#a998a9
#a897a8
#a796a7
#a695a6
#a594a5
#a493a4
#a392a3
#a291a2
#a190a1

Monochromatic Color with #af9eaf

#af9eaf
#d9c4d9
#050505
#2f2b2f
#5a515a
#847884

Tints of #af9eaf Color

#af9eaf
#b7a8b7
#c0b3c0
#c9bec9
#d2c9d2
#dbd3db
#e4dee4
#ede9ed
#f6f4f6
#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

#af9eaf
#9eaf9e

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

Split Complementary

#af9eaf
#a7af9e
#9eafa7

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

Analogous Color

#a89eaf
#ac9eaf
#af9eaf
#af9eac
#af9ea8

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

#af9eaf
#afaf9e
#9eafaf

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

#af9eaf
#afa69e
#9eaf9e
#9ea6af

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

#af9eaf
#9eaf9e
#9eafa7
#af9ea7

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

#af9eaf Color Code Preview on Black Background Color

This is how #af9eaf Color will look on black background color. Color contrast ratio is 8.33

#af9eaf in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af9eaf

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af9eaf

#af9eaf color code is use for CSS Background Color

Background color for the above div is #af9eaf

HTML with inline CSS

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

#af9eaf color code is use for CSS Border Color

CSS Border color for the above div is #af9eaf

HTML with inline CSS

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

CSS Border Left color for the above div is #af9eaf

HTML with inline CSS

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

CSS Border Right color for the above div is #af9eaf

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af9eaf

HTML with inline CSS

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

CSS Border Top color for the above div is #af9eaf

HTML with inline CSS

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

#af9eaf hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af9eaf Color code Preview on White Background

This is how #af9eaf Color code will look on white background color. Color contrast ratio is 2.52

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

Related Gradients

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

0 Likes 0 Comments | 5 Views

Post your comment:-

By submitting comment you agree to our privacy policy.