COLOR #AC75C7

HEX: #AC75C7
RGB: (172,117,199)

Color info

#AC75C7 contains mainly red and blue colors. Web safe color of #AC75C7 is #9966CC (or #96C).

RGB color model

#AC75C7 color RGB value is (172,117,199).

  • red value is 172;
  • green value is 117;
  • blue value is 199.
RGB:
(172,117,199)
(67%,46%,78%)

RGB channels and saturation

R 172 of 255 = 67%
G 117 of 255 = 46%
B 199 of 255 = 78%

172
117
199

R + G + B ~ 64%. #AC75C7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 117 + 199 = 488 (100%)
R 172 of 488 ~ 35.25%
G 117 of 488 ~ 23.98%
B 199 of 488 ~ 40.78%

%35.25
%23.98
%40.78

CMYK color model

#AC75C7 color CMYK value is (14,41,0,22).

  • cyan value is 13.57%
  • magenta value is 41.21%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(14,41,0,22)
C14M41Y0K22 
(14%,41%,0%,22%)
(0.14/0.41/0.00/0.22)	

CMYK percentages

%13.57
%41.21
%0
%21.96

Codes

Color #AC75C7 in popluar color models

AC75C7
RGB172117199
HSL280°42.27%61.96%
HSB/HSV280°41.21%78.04%
CMYK13.57%41.21%0.00%
21.96%

Color #AC75C7 in popluar number systems.

HEXAC75C7
Decimal172117199
Binary10101100111010111000111
Octal254165307

Shades and tints

Shades of #AC75C7

#AC75C7
(172,117,199)
#9D6BB5
(157,107,181)
#8E61A3
(142,97,163)
#7F5791
(127,87,145)
#704D7F
(112,77,127)
#61436D
(97,67,109)
#52395B
(82,57,91)
#432F49
(67,47,73)
#342537
(52,37,55)
#251B25
(37,27,37)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #AC75C7

#AC75C7
(172,117,199)
#B381CC
(179,129,204)
#BA8DD1
(186,141,209)
#C199D6
(193,153,214)
#C8A5DB
(200,165,219)
#CFB1E0
(207,177,224)
#D6BDE5
(214,189,229)
#DDC9EA
(221,201,234)
#E4D5EF
(228,213,239)
#EBE1F4
(235,225,244)
#F2EDF9
(242,237,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC75C7 color. Also use rgb(172,117,199) instead hex code.

Text Font Color

.myTextColor { color: #AC75C7; }

<p style="color:#AC75C7">This sample text font color is #AC75C7.</p>

This text font color is #AC75C7.


Background Color

.myBgColor { background-color: #AC75C7; }

<div style="background-color:#AC75C7">Inner text</div>

This div background color is #AC75C7.


Border color

.myBorderColor { border: 1px solid #AC75C7; }

<div style="border:3px solid #AC75C7">Div</div>

This div border color is #AC75C7.


Opacity

.myOpacity80 { color: #AC75C7; opacity: 0.8; }

<p style="color:#AC75C7;opacity:0.8;">80%</p>

Text with #AC75C7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #AC75C7;}

<p style="text-shadow: 3px 3px 1px #AC75C7">Text here.</p>

This text has shadow with #AC75C7 color.

.textShadow {text-shadow: 3px 3px 1px #AC75C7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #AC75C7, 5px 5px 20px red">Text here.</p>

This text has shadow with #AC75C7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#AC75C7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#AC75C7, Direction=45, Strength=4)">Text</p>

This text has shadow with #AC75C7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #AC75C7;
  -webkit-box-shadow:	1px 1px 3px 2px #AC75C7;
  box-shadow:		1px 1px 3px 2px #AC75C7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #AC75C7;
-webkit-box-shadow: 1px 1px 3px 2px #AC75C7;
box-shadow:1px 1px 3px 2px #AC75C7;">
Div content here</div>
This div box has shadow with color #AC75C7.

Preview

Color preview on black background

This text has color #AC75C7 on black background.


Color preview on white background

This text has color #AC75C7 on white background.



Black color preview on #AC75C7 background

This text has black color on #AC75C7 background.


White color preview on #AC75C7 background

This text has white color on #AC75C7 background.