crispedge.com

Color picker

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

#a088c3 hex color - Violet - Cool color - Information

#a088c3 hex color - Violet - Cool color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #a088c3 Color code in RGB color code model is created after adding 62.75% red color, 53.33% green color and 76.47% blue color. Hex #a088c3 Color code in CMYK color (process color) code model is generated after subtraction of 18% cyan, 30% magenta, 0% yellow and 24% black.

Hex #a088c3 color code is between #9977bb web safe hex color code and #aa99cc web safe hex color code. #9977bb is the nearest web safe color code. You can see here many more shades of #a088c3 color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea088c3#a088c3
RGB Decimal160, 136, 195rgb(160, 136, 195)
RGB Percent63%, 53%, 76%rgb(63%, 53%, 76%)
CSS RGBa160, 136, 195,1rgba(160,136,195,1)
CMYK Modelcmyk(18%,30%,0%,24%)
HSL Color Space264,33% ,65%hsl(264,33% ,65%)
HSV Color Space264°, 30%, 76%
Color Temperature It's a Cool color

Color in numbers

TypeRedGreenBlue
Binary101000001000100011000011
Octal240210303
Decimal160136195
Hexa088c3

Different shades of #a088c3 color code.

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

Light Shade of #a088c3
#bbaad4
Dark Shade of #a088c3
#8566b2
Saturated Shade of #a088c3
#9e7fcc
Desaturated Shade of #a088c3
#a291ba
Grey scale Shade of #a088c3
#a5a5a5
Brighten Shade
#b9a1dc
Most Readable Shade
#000000

Shades of #a088c3 color code

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

#a088c3
#8e78ad
#7c6997
#6a5a82
#584b6c
#473c56
#352d41
#231e2b
#110f15
#000000

Similar Color like #a088c3 color

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

#a189c4
#a28ac5
#a38bc6
#a48cc7
#a58dc8
#a68ec9
#a78fca
#a890cb
#a991cc
#aa92cd
#ab93ce
#ac94cf
#ad95d0
#ae96d1
#9f87c2
#9e86c1
#9d85c0
#9c84bf
#9b83be
#9a82bd
#9981bc
#9880bb
#977fba
#967eb9
#957db8
#947cb7
#937bb6
#927ab5

Monochromatic Color with #a088c3

#a088c3
#c3a6ed
#151119
#372f43
#5a4d6e
#7d6a98

Tints of #a088c3 Color

#a088c3
#aa95c9
#b5a2d0
#bfafd7
#cabcdd
#d4cae4
#dfd7eb
#e9e4f1
#f4f1f8
#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

#a088c3
#abc388

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

Split Complementary

#a088c3
#c3be88
#8ec388

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

Analogous Color

#8888c3
#9488c3
#a088c3
#ac88c3
#b888c3

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

#a088c3
#c3a088
#88c3a0

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

#a088c3
#c3888d
#abc388
#88c3bd

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

#a088c3
#abc388
#8ec388
#be88c3

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

#a088c3 Color Code Preview on Black Background Color

This is how #a088c3 Color will look on black background color. Color contrast ratio is 6.80

#a088c3 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a088c3

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a088c3

#a088c3 color code is use for CSS Background Color

Background color for the above div is #a088c3

HTML with inline CSS

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

#a088c3 color code is use for CSS Border Color

CSS Border color for the above div is #a088c3

HTML with inline CSS

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

CSS Border Left color for the above div is #a088c3

HTML with inline CSS

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

CSS Border Right color for the above div is #a088c3

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a088c3

HTML with inline CSS

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

CSS Border Top color for the above div is #a088c3

HTML with inline CSS

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

#a088c3 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a088c3 Color code Preview on White Background

This is how #a088c3 Color code will look on white background color. Color contrast ratio is 3.09

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

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.