COLOR #A972D0

HEX: #A972D0
RGB: (169,114,208)

Color info

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

RGB color model

#A972D0 color RGB value is (169,114,208).

  • red value is 169;
  • green value is 114;
  • blue value is 208.
RGB:
(169,114,208)
(66%,45%,82%)

RGB channels and saturation

R 169 of 255 = 66%
G 114 of 255 = 45%
B 208 of 255 = 82%

169
114
208

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

Portions of RGB colors in percentages

R + G + B =
169 + 114 + 208 = 491 (100%)
R 169 of 491 ~ 34.42%
G 114 of 491 ~ 23.22%
B 208 of 491 ~ 42.36%

%34.42
%23.22
%42.36

CMYK color model

#A972D0 color CMYK value is (19,45,0,18).

  • cyan value is 18.75%
  • magenta value is 45.19%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(19,45,0,18)
C19M45Y0K18 
(19%,45%,0%,18%)
(0.19/0.45/0.00/0.18)	

CMYK percentages

%18.75
%45.19
%0
%18.43

Codes

Color #A972D0 in popluar color models

A972D0
RGB169114208
HSL275°50.00%63.14%
HSB/HSV275°45.19%81.57%
CMYK18.75%45.19%0.00%
18.43%

Color #A972D0 in popluar number systems.

HEXA972D0
Decimal169114208
Binary10101001111001011010000
Octal251162320

Shades and tints

Shades of #A972D0

#A972D0
(169,114,208)
#9A68BE
(154,104,190)
#8B5EAC
(139,94,172)
#7C549A
(124,84,154)
#6D4A88
(109,74,136)
#5E4076
(94,64,118)
#4F3664
(79,54,100)
#402C52
(64,44,82)
#312240
(49,34,64)
#22182E
(34,24,46)
#130E1C
(19,14,28)
#000000
(0,0,0)

Tints of #A972D0

#A972D0
(169,114,208)
#B07ED4
(176,126,212)
#B78AD8
(183,138,216)
#BE96DC
(190,150,220)
#C5A2E0
(197,162,224)
#CCAEE4
(204,174,228)
#D3BAE8
(211,186,232)
#DAC6EC
(218,198,236)
#E1D2F0
(225,210,240)
#E8DEF4
(232,222,244)
#EFEAF8
(239,234,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A972D0 color. Also use rgb(169,114,208) instead hex code.

Text Font Color

.myTextColor { color: #A972D0; }

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

This text font color is #A972D0.


Background Color

.myBgColor { background-color: #A972D0; }

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

This div background color is #A972D0.


Border color

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

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

This div border color is #A972D0.


Opacity

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

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

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

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

This text has shadow with #A972D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A972D0 on black background.


Color preview on white background

This text has color #A972D0 on white background.



Black color preview on #A972D0 background

This text has black color on #A972D0 background.


White color preview on #A972D0 background

This text has white color on #A972D0 background.