crispedge.com

Color picker

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

#af5ee3 hex color - Violet - Warm color - Information

#af5ee3 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #af5ee3 Color code in RGB color code model is created after adding 68.63% red color, 36.86% green color and 89.02% blue color. Hex #af5ee3 Color code in CMYK color (process color) code model is generated after subtraction of 23% cyan, 59% magenta, 0% yellow and 11% black.

Hex #af5ee3 color code is between #aa66dd web safe hex color code and #bb55ee web safe hex color code. #aa66dd is the nearest web safe color code. You can see here many more shades of #af5ee3 color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeaf5ee3#af5ee3
RGB Decimal175, 94, 227rgb(175, 94, 227)
RGB Percent69%, 37%, 89%rgb(69%, 37%, 89%)
CSS RGBa175, 94, 227,1rgba(175,94,227,1)
CMYK Modelcmyk(23%,59%,0%,11%)
HSL Color Space277,70% ,63%hsl(277,70% ,63%)
HSV Color Space277°, 59%, 89%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110101111011100011
Octal257136343
Decimal17594227
Hexaf5ee3

Different shades of #af5ee3 color code.

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

Light Shade of #af5ee3
#c589eb
Dark Shade of #af5ee3
#9933db
Saturated Shade of #af5ee3
#b155ec
Desaturated Shade of #af5ee3
#ad67da
Grey scale Shade of #af5ee3
#a0a0a0
Brighten Shade
#c877fc
Most Readable Shade
#FFFFFF

Shades of #af5ee3 color code

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

#af5ee3
#9b53c9
#8849b0
#743e97
#61347e
#4d2964
#3a1f4b
#261432
#130a19
#000000

Similar Color like #af5ee3 color

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

#b05fe4
#b160e5
#b261e6
#b362e7
#b463e8
#b564e9
#b665ea
#b766eb
#b867ec
#b968ed
#ba69ee
#bb6aef
#bc6bf0
#bd6cf1
#ae5de2
#ad5ce1
#ac5be0
#ab5adf
#aa59de
#a958dd
#a857dc
#a756db
#a655da
#a554d9
#a453d8
#a352d7
#a251d6
#a150d5

Monochromatic Color with #af5ee3

#af5ee3
#0b060e
#2c1839
#4d2963
#6d3b8e
#8e4cb8

Tints of #af5ee3 Color

#af5ee3
#b76fe6
#c081e9
#c993ec
#d2a5ef
#dbb7f2
#e4c9f5
#eddbf8
#f6edfb
#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

#af5ee3
#92e35e

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

Split Complementary

#af5ee3
#d4e35e
#5ee36d

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

Analogous Color

#7a5ee3
#945ee3
#af5ee3
#ca5ee3
#e35ee2

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

#af5ee3
#e3af5e
#5ee3af

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

#af5ee3
#e36c5e
#92e35e
#5ed4e3

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

#af5ee3
#92e35e
#5ee36d
#e35ed4

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

#af5ee3 Color Code Preview on Black Background Color

This is how #af5ee3 Color will look on black background color. Color contrast ratio is 5.53

#af5ee3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af5ee3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af5ee3

#af5ee3 color code is use for CSS Background Color

Background color for the above div is #af5ee3

HTML with inline CSS

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

#af5ee3 color code is use for CSS Border Color

CSS Border color for the above div is #af5ee3

HTML with inline CSS

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

CSS Border Left color for the above div is #af5ee3

HTML with inline CSS

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

CSS Border Right color for the above div is #af5ee3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af5ee3

HTML with inline CSS

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

CSS Border Top color for the above div is #af5ee3

HTML with inline CSS

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

#af5ee3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af5ee3 Color code Preview on White Background

This is how #af5ee3 Color code will look on white background color. Color contrast ratio is 3.80

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

Related Gradients

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

0 Likes 0 Comments | 3 Views

Post your comment:-

By submitting comment you agree to our privacy policy.