crispedge.com

Color picker

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

#ad7c99 hex color - Violet - Warm color - Information

#ad7c99 hex color - Violet - Warm color

Color Mixture: Magenta and Pink

Color Hue/Base color: Violet

Hex #ad7c99 Color code in RGB color code model is created after adding 67.84% red color, 48.63% green color and 60% blue color. Hex #ad7c99 Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 28% magenta, 12% yellow and 32% black.

Hex #ad7c99 color code is between #aa7788 web safe hex color code and #bb88aa web safe hex color code. #aa7788 is the nearest web safe color code. You can see here many more shades of #ad7c99 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codead7c99#ad7c99
RGB Decimal173, 124, 153rgb(173, 124, 153)
RGB Percent68%, 49%, 60%rgb(68%, 49%, 60%)
CSS RGBa173, 124, 153,1rgba(173,124,153,1)
CMYK Modelcmyk(0%,28%,12%,32%)
HSL Color Space324,23% ,58%hsl(324,23% ,58%)
HSV Color Space324°, 28%, 68%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011010111110010011001
Octal255174231
Decimal173124153
Hexad7c99

Different shades of #ad7c99 color code.

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

Light Shade of #ad7c99
#c19bb1
Dark Shade of #ad7c99
#975f80
Saturated Shade of #ad7c99
#b8719b
Desaturated Shade of #ad7c99
#a28797
Grey scale Shade of #ad7c99
#949494
Brighten Shade
#c695b2
Most Readable Shade
#000000

Shades of #ad7c99 color code

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

#ad7c99
#996e88
#866077
#735266
#604455
#4c3744
#392933
#261b22
#130d11
#000000

Similar Color like #ad7c99 color

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

#ae7d9a
#af7e9b
#b07f9c
#b1809d
#b2819e
#b3829f
#b483a0
#b584a1
#b685a2
#b786a3
#b887a4
#b988a5
#ba89a6
#bb8aa7
#ac7b98
#ab7a97
#aa7996
#a97895
#a87794
#a77693
#a67592
#a57491
#a47390
#a3728f
#a2718e
#a1708d
#a06f8c
#9f6e8b

Monochromatic Color with #ad7c99

#ad7c99
#d79abf
#030203
#2d2128
#583f4e
#825e73

Tints of #ad7c99 Color

#ad7c99
#b68aa4
#bf99af
#c8a7bb
#d1b6c6
#dac4d1
#e3d3dd
#ece1e8
#f5f0f3
#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

#ad7c99
#7cad90

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

Split Complementary

#ad7c99
#81ad7c
#7cada9

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

Analogous Color

#ad7cad
#ad7ca3
#ad7c99
#ad7c8f
#ad7c85

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

#ad7c99
#99ad7c
#7c99ad

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

#ad7c99
#ada87c
#7cad90
#7c80ad

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

#ad7c99
#7cad90
#7cada9
#ad7c81

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

#ad7c99 Color Code Preview on Black Background Color

This is how #ad7c99 Color will look on black background color. Color contrast ratio is 6.12

#ad7c99 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad7c99

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ad7c99

#ad7c99 color code is use for CSS Background Color

Background color for the above div is #ad7c99

HTML with inline CSS

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

#ad7c99 color code is use for CSS Border Color

CSS Border color for the above div is #ad7c99

HTML with inline CSS

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

CSS Border Left color for the above div is #ad7c99

HTML with inline CSS

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

CSS Border Right color for the above div is #ad7c99

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ad7c99

HTML with inline CSS

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

CSS Border Top color for the above div is #ad7c99

HTML with inline CSS

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

#ad7c99 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ad7c99 Color code Preview on White Background

This is how #ad7c99 Color code will look on white background color. Color contrast ratio is 3.43

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

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.