crispedge.com

Color picker

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

#a47bbc hex color - Violet - Warm color - Information

#a47bbc hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a47bbc Color code in RGB color code model is created after adding 64.31% red color, 48.24% green color and 73.73% blue color. Hex #a47bbc Color code in CMYK color (process color) code model is generated after subtraction of 13% cyan, 35% magenta, 0% yellow and 26% black.

Hex #a47bbc color code is between #aa77bb web safe hex color code and #9988cc web safe hex color code. #aa77bb is the nearest web safe color code. You can see here many more shades of #a47bbc color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea47bbc#a47bbc
RGB Decimal164, 123, 188rgb(164, 123, 188)
RGB Percent64%, 48%, 74%rgb(64%, 48%, 74%)
CSS RGBa164, 123, 188,1rgba(164,123,188,1)
CMYK Modelcmyk(13%,35%,0%,26%)
HSL Color Space278,33% ,61%hsl(278,33% ,61%)
HSV Color Space278°, 35%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101001000111101110111100
Octal244173274
Decimal164123188
Hexa47bbc

Different shades of #a47bbc color code.

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

Light Shade of #a47bbc
#bb9dcd
Dark Shade of #a47bbc
#8d59ab
Saturated Shade of #a47bbc
#a771c6
Desaturated Shade of #a47bbc
#a185b2
Grey scale Shade of #a47bbc
#9b9b9b
Brighten Shade
#bd94d5
Most Readable Shade
#000000

Shades of #a47bbc color code

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

#a47bbc
#916da7
#7f5f92
#6d527d
#5b4468
#483653
#36293e
#241b29
#120d14
#000000

Similar Color like #a47bbc color

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

#a57cbd
#a67dbe
#a77ebf
#a87fc0
#a980c1
#aa81c2
#ab82c3
#ac83c4
#ad84c5
#ae85c6
#af86c7
#b087c8
#b188c9
#b289ca
#a37abb
#a279ba
#a178b9
#a077b8
#9f76b7
#9e75b6
#9d74b5
#9c73b4
#9b72b3
#9a71b2
#9970b1
#986fb0
#976eaf
#966dae

Monochromatic Color with #a47bbc

#a47bbc
#c997e6
#100c12
#35283c
#5a4367
#7f5f91

Tints of #a47bbc Color

#a47bbc
#ae89c3
#b898ca
#c2a7d2
#ccb5d9
#d6c4e1
#e0d3e8
#eae1f0
#f4f0f7
#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

#a47bbc
#93bc7b

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

Split Complementary

#a47bbc
#b4bc7b
#7bbc84

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

Analogous Color

#8a7bbc
#977bbc
#a47bbc
#b17bbc
#bc7bba

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

#a47bbc
#bca47b
#7bbca4

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

#a47bbc
#bc847b
#93bc7b
#7bb3bc

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

#a47bbc
#93bc7b
#7bbc84
#bc7bb4

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

#a47bbc Color Code Preview on Black Background Color

This is how #a47bbc Color will look on black background color. Color contrast ratio is 6.14

#a47bbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a47bbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a47bbc

#a47bbc color code is use for CSS Background Color

Background color for the above div is #a47bbc

HTML with inline CSS

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

#a47bbc color code is use for CSS Border Color

CSS Border color for the above div is #a47bbc

HTML with inline CSS

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

CSS Border Left color for the above div is #a47bbc

HTML with inline CSS

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

CSS Border Right color for the above div is #a47bbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a47bbc

HTML with inline CSS

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

CSS Border Top color for the above div is #a47bbc

HTML with inline CSS

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

#a47bbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a47bbc Color code Preview on White Background

This is how #a47bbc Color code will look on white background color. Color contrast ratio is 3.42

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

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.