crispedge.com

Color picker

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

#ab42bd hex color - Violet - Warm color - Information

#ab42bd hex color - Violet - Warm color

Color Hue/Base color: Violet

Hex #ab42bd Color code in RGB color code model is created after adding 67.06% red color, 25.88% green color and 74.12% blue color. Hex #ab42bd Color code in CMYK color (process color) code model is generated after subtraction of 10% cyan, 65% magenta, 0% yellow and 26% black.

Hex #ab42bd color code is between #aa44bb web safe hex color code and #bb33cc web safe hex color code. #aa44bb is the nearest web safe color code. You can see here many more shades of #ab42bd color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeab42bd#ab42bd
RGB Decimal171, 66, 189rgb(171, 66, 189)
RGB Percent67%, 26%, 74%rgb(67%, 26%, 74%)
CSS RGBa171, 66, 189,1rgba(171,66,189,1)
CMYK Modelcmyk(10%,65%,0%,26%)
HSL Color Space291,48% ,50%hsl(291,48% ,50%)
HSV Color Space291°, 65%, 74%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101010110100001010111101
Octal253102275
Decimal17166189
Hexab42bd

Different shades of #ab42bd color code.

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

Light Shade of #ab42bd
#bc68ca
Dark Shade of #ab42bd
#893597
Saturated Shade of #ab42bd
#b435ca
Desaturated Shade of #ab42bd
#a24fb0
Grey scale Shade of #ab42bd
#808080
Brighten Shade
#c45bd6
Most Readable Shade
#FFFFFF

Shades of #ab42bd color code

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

#ab42bd
#983aa8
#853393
#722c7e
#5f2469
#4c1d54
#39163f
#260e2a
#130715
#000000

Similar Color like #ab42bd color

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

#ac43be
#ad44bf
#ae45c0
#af46c1
#b047c2
#b148c3
#b249c4
#b34ac5
#b44bc6
#b54cc7
#b64dc8
#b74ec9
#b84fca
#b950cb
#aa41bc
#a940bb
#a83fba
#a73eb9
#a63db8
#a53cb7
#a43bb6
#a33ab5
#a239b4
#a138b3
#a037b2
#9f36b1
#9e35b0
#9d34af

Monochromatic Color with #ab42bd

#ab42bd
#d151e7
#110713
#38153d
#5e2468
#853392

Tints of #ab42bd Color

#ab42bd
#b457c4
#bd6ccb
#c781d3
#d096da
#d9abe1
#e3c0e9
#ecd5f0
#f5eaf7
#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

#ab42bd
#54bd42

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

Split Complementary

#ab42bd
#92bd42
#42bd6d

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

Analogous Color

#7a42bd
#9242bd
#ab42bd
#bd42b6
#bd429e

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

#ab42bd
#bdab42
#42bdab

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

#ab42bd
#bd6e42
#54bd42
#4291bd

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

#ab42bd
#54bd42
#42bd6d
#bd4292

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

#ab42bd Color Code Preview on Black Background Color

This is how #ab42bd Color will look on black background color. Color contrast ratio is 4.25

#ab42bd in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab42bd

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ab42bd

#ab42bd color code is use for CSS Background Color

Background color for the above div is #ab42bd

HTML with inline CSS

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

#ab42bd color code is use for CSS Border Color

CSS Border color for the above div is #ab42bd

HTML with inline CSS

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

CSS Border Left color for the above div is #ab42bd

HTML with inline CSS

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

CSS Border Right color for the above div is #ab42bd

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ab42bd

HTML with inline CSS

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

CSS Border Top color for the above div is #ab42bd

HTML with inline CSS

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

#ab42bd hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ab42bd Color code Preview on White Background

This is how #ab42bd Color code will look on white background color. Color contrast ratio is 4.95

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

Related Gradients

Beautiful Colored Gradient Background. Find awesome Gradient for your next project.

0 Likes 0 Comments | 2 Views

Post your comment:-

By submitting comment you agree to our privacy policy.