crispedge.com

Color picker

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

#a35f9c hex color - Violet - Warm color - Information

#a35f9c hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #a35f9c Color code in RGB color code model is created after adding 63.92% red color, 37.25% green color and 61.18% blue color. Hex #a35f9c Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 42% magenta, 4% yellow and 36% black.

Hex #a35f9c color code is between #aa6699 web safe hex color code and #9955aa web safe hex color code. #aa6699 is the nearest web safe color code. You can see here many more shades of #a35f9c color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codea35f9c#a35f9c
RGB Decimal163, 95, 156rgb(163, 95, 156)
RGB Percent64%, 37%, 61%rgb(64%, 37%, 61%)
CSS RGBa163, 95, 156,1rgba(163,95,156,1)
CMYK Modelcmyk(0%,42%,4%,36%)
HSL Color Space306,27% ,51%hsl(306,27% ,51%)
HSV Color Space306°, 42%, 64%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101000110101111110011100
Octal243137234
Decimal16395156
Hexa35f9c

Different shades of #a35f9c color code.

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

Light Shade of #a35f9c
#b67fb0
Dark Shade of #a35f9c
#834c7e
Saturated Shade of #a35f9c
#b052a6
Desaturated Shade of #a35f9c
#966c92
Grey scale Shade of #a35f9c
#818181
Brighten Shade
#bc78b5
Most Readable Shade
#FFFFFF

Shades of #a35f9c color code

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

#a35f9c
#90548a
#7e4979
#6c3f68
#5a3456
#482a45
#361f34
#241522
#120a11
#000000

Similar Color like #a35f9c color

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

#a4609d
#a5619e
#a6629f
#a763a0
#a864a1
#a965a2
#aa66a3
#ab67a4
#ac68a5
#ad69a6
#ae6aa7
#af6ba8
#b06ca9
#b16daa
#a25e9b
#a15d9a
#a05c99
#9f5b98
#9e5a97
#9d5996
#9c5895
#9b5794
#9a5693
#995592
#985491
#975390
#96528f
#95518e

Monochromatic Color with #a35f9c

#a35f9c
#cd78c5
#f891ed
#231522
#4e2d4b
#784673

Tints of #a35f9c Color

#a35f9c
#ad70a7
#b782b2
#c194bd
#cba6c8
#d6b7d3
#e0c9de
#eadbe9
#f4edf4
#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

#a35f9c
#5fa366

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

Split Complementary

#a35f9c
#7aa35f
#5fa388

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

Analogous Color

#8f5fa3
#9c5fa3
#a35f9c
#a35f8e
#a35f81

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

#a35f9c
#9ca35f
#5f9ca3

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

#a35f9c
#a3885f
#5fa366
#5f7aa3

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

#a35f9c
#5fa366
#5fa388
#a35f7a

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

#a35f9c Color Code Preview on Black Background Color

This is how #a35f9c Color will look on black background color. Color contrast ratio is 4.67

#a35f9c in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a35f9c

HTML with inline CSS

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

Your Example Paragraph content text in with font color #a35f9c

#a35f9c color code is use for CSS Background Color

Background color for the above div is #a35f9c

HTML with inline CSS

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

#a35f9c color code is use for CSS Border Color

CSS Border color for the above div is #a35f9c

HTML with inline CSS

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

CSS Border Left color for the above div is #a35f9c

HTML with inline CSS

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

CSS Border Right color for the above div is #a35f9c

HTML with inline CSS

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

CSS Border Bottom color for the above div is #a35f9c

HTML with inline CSS

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

CSS Border Top color for the above div is #a35f9c

HTML with inline CSS

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

#a35f9c hex Color code used as CSS color Codes

Example CSS Class for usage

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

#a35f9c Color code Preview on White Background

This is how #a35f9c Color code will look on white background color. Color contrast ratio is 4.49

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

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.