crispedge.com

Color picker

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

#af63ac hex color - Violet - Warm color - Information

#af63ac hex color - Violet - Warm color

Color Hue/Base color: Violet

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

Hex #af63ac color code is between #aa66aa web safe hex color code and #bb55bb web safe hex color code. #aa66aa is the nearest web safe color code. You can see here many more shades of #af63ac color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codeaf63ac#af63ac
RGB Decimal175, 99, 172rgb(175, 99, 172)
RGB Percent69%, 39%, 67%rgb(69%, 39%, 67%)
CSS RGBa175, 99, 172,1rgba(175,99,172,1)
CMYK Modelcmyk(0%,43%,2%,31%)
HSL Color Space302,32% ,54%hsl(302,32% ,54%)
HSV Color Space302°, 43%, 69%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011110110001110101100
Octal257143254
Decimal17599172
Hexaf63ac

Different shades of #af63ac color code.

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

Light Shade of #af63ac
#c085be
Dark Shade of #af63ac
#934c91
Saturated Shade of #af63ac
#bb57b7
Desaturated Shade of #af63ac
#a36fa1
Grey scale Shade of #af63ac
#898989
Brighten Shade
#c87cc5
Most Readable Shade
#FFFFFF

Shades of #af63ac color code

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

#af63ac
#9b5898
#884d85
#744272
#61375f
#4d2c4c
#3a2139
#261626
#130b13
#000000

Similar Color like #af63ac color

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

#b064ad
#b165ae
#b266af
#b367b0
#b468b1
#b569b2
#b66ab3
#b76bb4
#b86cb5
#b96db6
#ba6eb7
#bb6fb8
#bc70b9
#bd71ba
#ae62ab
#ad61aa
#ac60a9
#ab5fa8
#aa5ea7
#a95da6
#a85ca5
#a75ba4
#a65aa3
#a559a2
#a458a1
#a357a0
#a2569f
#a1559e

Monochromatic Color with #af63ac

#af63ac
#d97bd6
#050305
#2f1b2f
#5a3358
#844b82

Tints of #af63ac Color

#af63ac
#b774b5
#c085be
#c997c7
#d2a8d0
#dbb9da
#e4cbe3
#eddcec
#f6edf5
#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

#af63ac
#63af66

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

Split Complementary

#af63ac
#86af63
#63af8c

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

Analogous Color

#9463af
#a363af
#af63ac
#af639d
#af638e

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

#af63ac
#acaf63
#63acaf

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

#af63ac
#af8c63
#63af66
#6386af

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

#af63ac
#63af66
#63af8c
#af6386

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

#af63ac Color Code Preview on Black Background Color

This is how #af63ac Color will look on black background color. Color contrast ratio is 5.20

#af63ac in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af63ac

HTML with inline CSS

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

Your Example Paragraph content text in with font color #af63ac

#af63ac color code is use for CSS Background Color

Background color for the above div is #af63ac

HTML with inline CSS

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

#af63ac color code is use for CSS Border Color

CSS Border color for the above div is #af63ac

HTML with inline CSS

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

CSS Border Left color for the above div is #af63ac

HTML with inline CSS

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

CSS Border Right color for the above div is #af63ac

HTML with inline CSS

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

CSS Border Bottom color for the above div is #af63ac

HTML with inline CSS

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

CSS Border Top color for the above div is #af63ac

HTML with inline CSS

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

#af63ac hex Color code used as CSS color Codes

Example CSS Class for usage

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

#af63ac Color code Preview on White Background

This is how #af63ac Color code will look on white background color. Color contrast ratio is 4.04

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

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.