crispedge.com

Color picker

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

#a79bbc hex color - Blue - Cool color - Information

#a79bbc hex color - Blue - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Blue

Hex #a79bbc Color code in RGB color code model is created after adding 65.49% red color, 60.78% green color and 73.73% blue color. Hex #a79bbc Color code in CMYK color (process color) code model is generated after subtraction of 11% cyan, 18% magenta, 0% yellow and 26% black.

Hex #a79bbc color code is between #aa99bb web safe hex color code and #99aacc web safe hex color code. #aa99bb is the nearest web safe color code. You can see here many more shades of #a79bbc color code.

0 Likes 0 Comments | 3 Views

Color Table

Hex Color Codea79bbc#a79bbc
RGB Decimal167, 155, 188rgb(167, 155, 188)
RGB Percent65%, 61%, 74%rgb(65%, 61%, 74%)
CSS RGBa167, 155, 188,1rgba(167,155,188,1)
CMYK Modelcmyk(11%,18%,0%,26%)
HSL Color Space262,20% ,67%hsl(262,20% ,67%)
HSV Color Space262°, 18%, 74%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101001111001101110111100
Octal247233274
Decimal167155188
Hexa79bbc

Different shades of #a79bbc color code.

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

Light Shade of #a79bbc
#c2bad0
Dark Shade of #a79bbc
#8c7ca8
Saturated Shade of #a79bbc
#a593c4
Desaturated Shade of #a79bbc
#a9a3b4
Grey scale Shade of #a79bbc
#ababab
Brighten Shade
#c0b4d5
Most Readable Shade
#000000

Shades of #a79bbc color code

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

#a79bbc
#9489a7
#817892
#6f677d
#5c5668
#4a4453
#37333e
#252229
#121114
#000000

Similar Color like #a79bbc color

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

#a89cbd
#a99dbe
#aa9ebf
#ab9fc0
#aca0c1
#ada1c2
#aea2c3
#afa3c4
#b0a4c5
#b1a5c6
#b2a6c7
#b3a7c8
#b4a8c9
#b5a9ca
#a69abb
#a599ba
#a498b9
#a397b8
#a296b7
#a195b6
#a094b5
#9f93b4
#9e92b3
#9d91b2
#9c90b1
#9b8fb0
#9a8eaf
#998dae

Monochromatic Color with #a79bbc

#a79bbc
#cdbee6
#100f12
#36323c
#5b5567
#817891

Tints of #a79bbc Color

#a79bbc
#b0a6c3
#bab1ca
#c4bcd2
#cec7d9
#d7d2e1
#e1dde8
#ebe8f0
#f5f3f7
#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

#a79bbc
#b0bc9b

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

Split Complementary

#a79bbc
#bcb89b
#a0bc9b

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

Analogous Color

#9b9cbc
#a09bbc
#a79bbc
#ae9bbc
#b49bbc

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

#a79bbc
#bca79b
#9bbca7

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

#a79bbc
#bc9b9f
#b0bc9b
#9bbcb7

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

#a79bbc
#b0bc9b
#a0bc9b
#b89bbc

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

#a79bbc Color Code Preview on Black Background Color

This is how #a79bbc Color will look on black background color. Color contrast ratio is 8.06

#a79bbc in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a79bbc

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a79bbc

#a79bbc color code is use for CSS Background Color

Background color for the above div is #a79bbc

HTML with inline CSS

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

#a79bbc color code is use for CSS Border Color

CSS Border color for the above div is #a79bbc

HTML with inline CSS

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

CSS Border Left color for the above div is #a79bbc

HTML with inline CSS

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

CSS Border Right color for the above div is #a79bbc

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a79bbc

HTML with inline CSS

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

CSS Border Top color for the above div is #a79bbc

HTML with inline CSS

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

#a79bbc hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a79bbc Color code Preview on White Background

This is how #a79bbc Color code will look on white background color. Color contrast ratio is 2.61

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

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.