COLOR #A472CF

HEX: #A472CF RGB: (164,114,207)

Color info

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

RGB color model

#A472CF color RGB value is (164,114,207).

RGB: (164,114,207) (64%, 45%, 81%)

RGB channels and saturation

R 164 of 255 = 64%
G 114 of 255 = 45%
B 207 of 255 = 81%

164
114
207

R + G + B ~ 63%. #A472CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 164 + 114 + 207 = 485 (100%)
R 164 of 485 ~ 33.81%
G 114 of 485 ~ 23.51%
B 207 of 485 ~ 42.68'%

%33.81
%23.51
%42.68

CMYK color model

#A472CF color CMYK value is (21,45,0,19).

  • cyan value is 20.77%
  • magenta value is 44.93%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (21,45,0,19)
C21M45Y0K19 (21%, 45%, 0%, 19%)
(0.21 / 0.45 / 0.00 / 0.19)

CMYK percentages

%20.77
%44.93
%0
%18.82

Codes

Color #A472CF in popluar color models

A4 72 CF
RGB 164 114 207
HSL 272° 49.21% 62.94%
HSB/HSV 272° 44.93% 81.18%
CMYK 20.77% 44.93% 0.00%
18.82%

Color #A472CF in popluar number systems.

HEX A4 72 CF
Decimal 164 114 207
Binary 10100100 1110010 11001111
Octal 244 162 317

Shades and tints

Shades of #A472CF

#A472CF
(164,114,207)
#9668BD
(150,104,189)
#885EAB
(136,94,171)
#7A5499
(122,84,153)
#6C4A87
(108,74,135)
#5E4075
(94,64,117)
#503663
(80,54,99)
#422C51
(66,44,81)
#34223F
(52,34,63)
#26182D
(38,24,45)
#180E1B
(24,14,27)
#000000
(0,0,0)

Tints of #A472CF

#A472CF
(164,114,207)
#AC7ED3
(172,126,211)
#B48AD7
(180,138,215)
#BC96DB
(188,150,219)
#C4A2DF
(196,162,223)
#CCAEE3
(204,174,227)
#D4BAE7
(212,186,231)
#DCC6EB
(220,198,235)
#E4D2EF
(228,210,239)
#ECDEF3
(236,222,243)
#F4EAF7
(244,234,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A472CF color. Also use rgb(164,114,207) instead hex code.

Text Font Color

.myTextColor { color: #A472CF; }

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

This text font color is #A472CF.

Background Color

.myBgColor { background-color: #A472CF; }

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

This div background color is #A472CF.

Border color

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

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

This div border color is #A472CF.

Opacity

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

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

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

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

This text has shadow with #A472CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A472CF.

Preview

Color preview on black background

This text has color #A472CF on black background.


Color preview on white background

This text has color #A472CF on white background.


Black color preview on #A472CF background

This text has black color on #A472CF background.


White color preview on #A472CF background

This text has white color on #A472CF background.


Related colors

Complementary color

Complementary color for #hex is #5B8D30.


I love getcolorcode.com

Triadic colors

1 #CFA472 and #72CFA4 with #A472CF are triadic colors.

2 #CF72A4 and #72A4CF with #A472CF are triadic colors.