crispedge.com

Color picker

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

#af03de hex color - Violet - Warm color - Information

#af03de hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #af03de color code is between #aa00dd web safe hex color code and #bb00ee web safe hex color code. #aa00dd is the nearest web safe color code. You can see here many more shades of #af03de color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeaf03de#af03de
RGB Decimal175, 3, 222rgb(175, 3, 222)
RGB Percent69%, 1%, 87%rgb(69%, 1%, 87%)
CSS RGBa175, 3, 222,1rgba(175,3,222,1)
CMYK Modelcmyk(21%,99%,0%,13%)
HSL Color Space287,97% ,44%hsl(287,97% ,44%)
HSV Color Space287°, 99%, 87%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110000001111011110
Octal2573336
Decimal1753222
Hexaf03de

Different shades of #af03de color code.

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

Light Shade of #af03de
#cb18fc
Dark Shade of #af03de
#8702ac
Saturated Shade of #af03de
#b100e1
Desaturated Shade of #af03de
#a90ed3
Grey scale Shade of #af03de
#707070
Brighten Shade
#c81cf7
Most Readable Shade
#FFFFFF

Shades of #af03de color code

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

#af03de
#9b02c5
#8802ac
#740294
#61017b
#4d0162
#3a014a
#260031
#130018
#000000

Similar Color like #af03de color

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

#b004df
#b105e0
#b206e1
#b307e2
#b408e3
#b509e4
#b60ae5
#b70be6
#b80ce7
#b90de8
#ba0ee9
#bb0fea
#bc10eb
#bd11ec
#ae02dd
#ad01dc
#ac00db
#ab00da
#aa00d9
#a900d8
#a800d7
#a700d6
#a600d5
#a500d4
#a400d3
#a300d2
#a200d1
#a100d0

Monochromatic Color with #af03de

#af03de
#070009
#290134
#4a015e
#6c0289
#8d02b3

Tints of #af03de Color

#af03de
#b71fe1
#c03be5
#c957e9
#d273ec
#db8ff0
#e4abf4
#edc7f7
#f6e3fb
#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

#af03de
#32de03

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

Split Complementary

#af03de
#9fde03
#03de42

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

Analogous Color

#5703de
#8303de
#af03de
#db03de
#de03b5

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

#af03de
#deaf03
#03deaf

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

#af03de
#de4103
#32de03
#039fde

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

#af03de
#32de03
#03de42
#de039f

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

#af03de Color Code Preview on Black Background Color

This is how #af03de Color will look on black background color. Color contrast ratio is 3.89

#af03de in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af03de

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af03de

#af03de color code is use for CSS Background Color

Background color for the above div is #af03de

HTML with inline CSS

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

#af03de color code is use for CSS Border Color

CSS Border color for the above div is #af03de

HTML with inline CSS

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

CSS Border Left color for the above div is #af03de

HTML with inline CSS

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

CSS Border Right color for the above div is #af03de

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af03de

HTML with inline CSS

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

CSS Border Top color for the above div is #af03de

HTML with inline CSS

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

#af03de hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af03de Color code Preview on White Background

This is how #af03de Color code will look on white background color. Color contrast ratio is 5.40

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

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.