COLOR #AC7DFA

HEX: #AC7DFA
RGB: (172,125,250)

Color info

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

RGB color model

#AC7DFA color RGB value is (172,125,250).

  • red value is 172;
  • green value is 125;
  • blue value is 250.
RGB:
(172,125,250)
(67%,49%,98%)

RGB channels and saturation

R 172 of 255 = 67%
G 125 of 255 = 49%
B 250 of 255 = 98%

172
125
250

R + G + B ~ 71%. #AC7DFA is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 125 + 250 = 547 (100%)
R 172 of 547 ~ 31.44%
G 125 of 547 ~ 22.85%
B 250 of 547 ~ 45.7%

%31.44
%22.85
%45.7

CMYK color model

#AC7DFA color CMYK value is (31,50,0,2).

  • cyan value is 31.20%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(31,50,0,2)
C31M50Y0K2 
(31%,50%,0%,2%)
(0.31/0.50/0.00/0.02)	

CMYK percentages

%31.2
%50
%0
%1.96

Codes

Color #AC7DFA in popluar color models

AC7DFA
RGB172125250
HSL263°92.59%73.53%
HSB/HSV263°50.00%98.04%
CMYK31.20%50.00%0.00%
1.96%

Color #AC7DFA in popluar number systems.

HEXAC7DFA
Decimal172125250
Binary10101100111110111111010
Octal254175372

Shades and tints

Shades of #AC7DFA

#AC7DFA
(172,125,250)
#9D72E4
(157,114,228)
#8E67CE
(142,103,206)
#7F5CB8
(127,92,184)
#7051A2
(112,81,162)
#61468C
(97,70,140)
#523B76
(82,59,118)
#433060
(67,48,96)
#34254A
(52,37,74)
#251A34
(37,26,52)
#160F1E
(22,15,30)
#000000
(0,0,0)

Tints of #AC7DFA

#AC7DFA
(172,125,250)
#B388FA
(179,136,250)
#BA93FA
(186,147,250)
#C19EFA
(193,158,250)
#C8A9FA
(200,169,250)
#CFB4FA
(207,180,250)
#D6BFFA
(214,191,250)
#DDCAFA
(221,202,250)
#E4D5FA
(228,213,250)
#EBE0FA
(235,224,250)
#F2EBFA
(242,235,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AC7DFA color. Also use rgb(172,125,250) instead hex code.

Text Font Color

.myTextColor { color: #AC7DFA; }

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

This text font color is #AC7DFA.


Background Color

.myBgColor { background-color: #AC7DFA; }

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

This div background color is #AC7DFA.


Border color

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

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

This div border color is #AC7DFA.


Opacity

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

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

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

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

This text has shadow with #AC7DFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AC7DFA on black background.


Color preview on white background

This text has color #AC7DFA on white background.



Black color preview on #AC7DFA background

This text has black color on #AC7DFA background.


White color preview on #AC7DFA background

This text has white color on #AC7DFA background.