crispedge.com

Color picker

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

#af99af hex color - Violet - Warm color - Information

#af99af hex color - Violet - Warm color

Color Hue/Base color: Violet

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

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

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeaf99af#af99af
RGB Decimal175, 153, 175rgb(175, 153, 175)
RGB Percent69%, 60%, 69%rgb(69%, 60%, 69%)
CSS RGBa175, 153, 175,1rgba(175,153,175,1)
CMYK Modelcmyk(0%,13%,0%,31%)
HSL Color Space300,12% ,64%hsl(300,12% ,64%)
HSV Color Space300°, 13%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011111001100110101111
Octal257231257
Decimal175153175
Hexaf99af

Different shades of #af99af color code.

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

Light Shade of #af99af
#c5b6c5
Dark Shade of #af99af
#997c99
Saturated Shade of #af99af
#b890b8
Desaturated Shade of #af99af
#a6a2a6
Grey scale Shade of #af99af
#a4a4a4
Brighten Shade
#c8b2c8
Most Readable Shade
#000000

Shades of #af99af color code

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

#af99af
#9b889b
#887788
#746674
#615561
#4d444d
#3a333a
#262226
#131113
#000000

Similar Color like #af99af color

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

#b09ab0
#b19bb1
#b29cb2
#b39db3
#b49eb4
#b59fb5
#b6a0b6
#b7a1b7
#b8a2b8
#b9a3b9
#baa4ba
#bba5bb
#bca6bc
#bda7bd
#ae98ae
#ad97ad
#ac96ac
#ab95ab
#aa94aa
#a993a9
#a892a8
#a791a7
#a690a6
#a58fa5
#a48ea4
#a38da3
#a28ca2
#a18ba1

Monochromatic Color with #af99af

#af99af
#d9bed9
#050405
#2f2a2f
#5a4f5a
#847484

Tints of #af99af Color

#af99af
#b7a4b7
#c0afc0
#c9bbc9
#d2c6d2
#dbd1db
#e4dde4
#ede8ed
#f6f3f6
#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

#af99af
#99af99

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

Split Complementary

#af99af
#a4af99
#99afa4

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

Analogous Color

#a699af
#ab99af
#af99af
#af99ab
#af99a6

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

#af99af
#afaf99
#99afaf

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

#af99af
#afa499
#99af99
#99a4af

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

#af99af
#99af99
#99afa4
#af99a4

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

#af99af Color Code Preview on Black Background Color

This is how #af99af Color will look on black background color. Color contrast ratio is 8.00

#af99af in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af99af

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af99af

#af99af color code is use for CSS Background Color

Background color for the above div is #af99af

HTML with inline CSS

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

#af99af color code is use for CSS Border Color

CSS Border color for the above div is #af99af

HTML with inline CSS

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

CSS Border Left color for the above div is #af99af

HTML with inline CSS

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

CSS Border Right color for the above div is #af99af

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af99af

HTML with inline CSS

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

CSS Border Top color for the above div is #af99af

HTML with inline CSS

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

#af99af hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af99af Color code Preview on White Background

This is how #af99af Color code will look on white background color. Color contrast ratio is 2.63

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

Related Gradients

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

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.