crispedge.com

Color picker

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

#ac75d0 hex color - Violet - Warm color - Information

#ac75d0 hex color - Violet - Warm color

Color Mixture: Blue Magenta

Color Hue/Base color: Violet

Hex #ac75d0 Color code in RGB color code model is created after adding 67.45% red color, 45.88% green color and 81.57% blue color. Hex #ac75d0 Color code in CMYK color (process color) code model is generated after subtraction of 17% cyan, 44% magenta, 0% yellow and 18% black.

Hex #ac75d0 color code is between #aa77cc web safe hex color code and #bb66dd web safe hex color code. #aa77cc is the nearest web safe color code. You can see here many more shades of #ac75d0 color code.

0 Likes 0 Comments | 2 Views

Color Table

Hex Color Codeac75d0#ac75d0
RGB Decimal172, 117, 208rgb(172, 117, 208)
RGB Percent67%, 46%, 82%rgb(67%, 46%, 82%)
CSS RGBa172, 117, 208,1rgba(172,117,208,1)
CMYK Modelcmyk(17%,44%,0%,18%)
HSL Color Space276,49% ,64%hsl(276,49% ,64%)
HSV Color Space276°, 44%, 82%
Color Temperature It's a Warm color

Color in numbers

TypeRedGreenBlue
Binary101011000111010111010000
Octal254165320
Decimal172117208
Hexac75d0

Different shades of #ac75d0 color code.

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

Light Shade of #ac75d0
#c39bdd
Dark Shade of #ac75d0
#954fc3
Saturated Shade of #ac75d0
#ae6cd9
Desaturated Shade of #ac75d0
#aa7ec7
Grey scale Shade of #ac75d0
#a2a2a2
Brighten Shade
#c58ee9
Most Readable Shade
#000000

Shades of #ac75d0 color code

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

#ac75d0
#9868b8
#855ba1
#724e8a
#5f4173
#4c345c
#392745
#261a2e
#130d17
#000000

Similar Color like #ac75d0 color

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

#ad76d1
#ae77d2
#af78d3
#b079d4
#b17ad5
#b27bd6
#b37cd7
#b47dd8
#b57ed9
#b67fda
#b780db
#b881dc
#b982dd
#ba83de
#ab74cf
#aa73ce
#a972cd
#a871cc
#a770cb
#a66fca
#a56ec9
#a46dc8
#a36cc7
#a26bc6
#a16ac5
#a069c4
#9f68c3
#9e67c2

Monochromatic Color with #ac75d0

#ac75d0
#cf8dfa
#1f1526
#432d50
#66457b
#895da5

Tints of #ac75d0 Color

#ac75d0
#b584d5
#be93da
#c7a3df
#d0b2e4
#dac1ea
#e3d1ef
#ece0f4
#f5eff9
#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

#ac75d0
#99d075

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

Split Complementary

#ac75d0
#c6d075
#75d07f

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

Analogous Color

#8875d0
#9a75d0
#ac75d0
#be75d0
#d075d0

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

#ac75d0
#d0ac75
#75d0ac

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

#ac75d0
#d07e75
#99d075
#75c6d0

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

#ac75d0
#99d075
#75d07f
#d075c6

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

#ac75d0 Color Code Preview on Black Background Color

This is how #ac75d0 Color will look on black background color. Color contrast ratio is 6.21

#ac75d0 in use for CSS Font/Text Color

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac75d0

HTML with inline CSS

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

Your Example Paragraph content text in with font color #ac75d0

#ac75d0 color code is use for CSS Background Color

Background color for the above div is #ac75d0

HTML with inline CSS

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

#ac75d0 color code is use for CSS Border Color

CSS Border color for the above div is #ac75d0

HTML with inline CSS

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

CSS Border Left color for the above div is #ac75d0

HTML with inline CSS

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

CSS Border Right color for the above div is #ac75d0

HTML with inline CSS

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

CSS Border Bottom color for the above div is #ac75d0

HTML with inline CSS

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

CSS Border Top color for the above div is #ac75d0

HTML with inline CSS

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

#ac75d0 hex Color code used as CSS color Codes

Example CSS Class for usage

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

#ac75d0 Color code Preview on White Background

This is how #ac75d0 Color code will look on white background color. Color contrast ratio is 3.38

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

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.