crispedge.com

Color picker

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

#ab34ab hex color - Violet - Warm color - Information

#ab34ab hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ab34ab Color code in RGB color code model is created after adding 67.06% red color, 20.39% green color and 67.06% blue color. Hex #ab34ab Color code in CMYK color (process color) code model is generated after subtraction of 0% cyan, 70% magenta, 0% yellow and 33% black.

Hex #ab34ab color code is between #aa33aa web safe hex color code and #bb44bb web safe hex color code. #aa33aa is the nearest web safe color code. You can see here many more shades of #ab34ab color code.

0 Likes 0 Comments | 1 Views

Color Table

Hex Color Codeab34ab#ab34ab
RGB Decimal171, 52, 171rgb(171, 52, 171)
RGB Percent67%, 20%, 67%rgb(67%, 20%, 67%)
CSS RGBa171, 52, 171,1rgba(171,52,171,1)
CMYK Modelcmyk(0%,70%,0%,33%)
HSL Color Space300,53% ,44%hsl(300,53% ,44%)
HSV Color Space300°, 70%, 67%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010110011010010101011
Octal25364253
Decimal17152171
Hexab34ab

Different shades of #ab34ab color code.

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

Light Shade of #ab34ab
#c84ac8
Dark Shade of #ab34ab
#842884
Saturated Shade of #ab34ab
#b629b6
Desaturated Shade of #ab34ab
#a03fa0
Grey scale Shade of #ab34ab
#6f6f6f
Brighten Shade
#c44dc4
Most Readable Shade
#FFFFFF

Shades of #ab34ab color code

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

#ab34ab
#982e98
#852885
#722272
#5f1c5f
#4c174c
#391139
#260b26
#130513
#000000

Similar Color like #ab34ab color

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

#ac35ac
#ad36ad
#ae37ae
#af38af
#b039b0
#b13ab1
#b23bb2
#b33cb3
#b43db4
#b53eb5
#b63fb6
#b740b7
#b841b8
#b942b9
#aa33aa
#a932a9
#a831a8
#a730a7
#a62fa6
#a52ea5
#a42da4
#a32ca3
#a22ba2
#a12aa1
#a029a0
#9f289f
#9e279e
#9d269d

Monochromatic Color with #ab34ab

#ab34ab
#d541d5
#010001
#2b0d2b
#561a56
#802780

Tints of #ab34ab Color

#ab34ab
#b44ab4
#bd61bd
#c777c7
#d08ed0
#d9a4d9
#e3bbe3
#ecd1ec
#f5e8f5
#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

#ab34ab
#34ab34

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

Split Complementary

#ab34ab
#6fab34
#34ab6f

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

Analogous Color

#7b34ab
#9334ab
#ab34ab
#ab3493
#ab347b

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

#ab34ab
#abab34
#34abab

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

#ab34ab
#ab6f34
#34ab34
#346fab

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

#ab34ab
#34ab34
#34ab6f
#ab346f

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

#ab34ab Color Code Preview on Black Background Color

This is how #ab34ab Color will look on black background color. Color contrast ratio is 3.81

#ab34ab in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab34ab

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab34ab

#ab34ab color code is use for CSS Background Color

Background color for the above div is #ab34ab

HTML with inline CSS

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

#ab34ab color code is use for CSS Border Color

CSS Border color for the above div is #ab34ab

HTML with inline CSS

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

CSS Border Left color for the above div is #ab34ab

HTML with inline CSS

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

CSS Border Right color for the above div is #ab34ab

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab34ab

HTML with inline CSS

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

CSS Border Top color for the above div is #ab34ab

HTML with inline CSS

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

#ab34ab hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab34ab Color code Preview on White Background

This is how #ab34ab Color code will look on white background color. Color contrast ratio is 5.51

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

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.