COLOR #AC76F7

HEX: #AC76F7
RGB: (172,118,247)

Color info

#AC76F7 contains mainly blue color. Web safe color of #AC76F7 is #9966FF (or #96F).

RGB color model

#AC76F7 color RGB value is (172,118,247).

  • red value is 172;
  • green value is 118;
  • blue value is 247.
RGB:
(172,118,247)
(67%,46%,97%)

RGB channels and saturation

R 172 of 255 = 67%
G 118 of 255 = 46%
B 247 of 255 = 97%

172
118
247

R + G + B ~ 70%. #AC76F7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 118 + 247 = 537 (100%)
R 172 of 537 ~ 32.03%
G 118 of 537 ~ 21.97%
B 247 of 537 ~ 46%

%32.03
%21.97
%46

CMYK color model

#AC76F7 color CMYK value is (30,52,0,3).

  • cyan value is 30.36%
  • magenta value is 52.23%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(30,52,0,3)
C30M52Y0K3 
(30%,52%,0%,3%)
(0.30/0.52/0.00/0.03)	

CMYK percentages

%30.36
%52.23
%0
%3.14

Codes

Color #AC76F7 in popluar color models

AC76F7
RGB172118247
HSL265°88.97%71.57%
HSB/HSV265°52.23%96.86%
CMYK30.36%52.23%0.00%
3.14%

Color #AC76F7 in popluar number systems.

HEXAC76F7
Decimal172118247
Binary10101100111011011110111
Octal254166367

Shades and tints

Shades of #AC76F7

#AC76F7
(172,118,247)
#9D6CE1
(157,108,225)
#8E62CB
(142,98,203)
#7F58B5
(127,88,181)
#704E9F
(112,78,159)
#614489
(97,68,137)
#523A73
(82,58,115)
#43305D
(67,48,93)
#342647
(52,38,71)
#251C31
(37,28,49)
#16121B
(22,18,27)
#000000
(0,0,0)

Tints of #AC76F7

#AC76F7
(172,118,247)
#B382F7
(179,130,247)
#BA8EF7
(186,142,247)
#C19AF7
(193,154,247)
#C8A6F7
(200,166,247)
#CFB2F7
(207,178,247)
#D6BEF7
(214,190,247)
#DDCAF7
(221,202,247)
#E4D6F7
(228,214,247)
#EBE2F7
(235,226,247)
#F2EEF7
(242,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC76F7 color. Also use rgb(172,118,247) instead hex code.

Text Font Color

.myTextColor { color: #AC76F7; }

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

This text font color is #AC76F7.


Background Color

.myBgColor { background-color: #AC76F7; }

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

This div background color is #AC76F7.


Border color

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

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

This div border color is #AC76F7.


Opacity

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

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

Text with #AC76F7 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 #AC76F7;}

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

This text has shadow with #AC76F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC76F7 on black background.


Color preview on white background

This text has color #AC76F7 on white background.



Black color preview on #AC76F7 background

This text has black color on #AC76F7 background.


White color preview on #AC76F7 background

This text has white color on #AC76F7 background.