COLOR #A448A7

HEX: #A448A7
RGB: (164,72,167)

Color info

#A448A7 contains mainly red and blue colors. Web safe color of #A448A7 is #993399 (or #939).

RGB color model

#A448A7 color RGB value is (164,72,167).

  • red value is 164;
  • green value is 72;
  • blue value is 167.
RGB:
(164,72,167)
(64%,28%,65%)

RGB channels and saturation

R 164 of 255 = 64%
G 72 of 255 = 28%
B 167 of 255 = 65%

164
72
167

R + G + B ~ 52%. #A448A7 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
164 + 72 + 167 = 403 (100%)
R 164 of 403 ~ 40.69%
G 72 of 403 ~ 17.87%
B 167 of 403 ~ 41.44%

%40.69
%17.87
%41.44

CMYK color model

#A448A7 color CMYK value is (2,57,0,35).

  • cyan value is 1.80%
  • magenta value is 56.89%
  • yellow value is 0.00%
  • key color value is 34.51%
CMYK:
(2,57,0,35)
C2M57Y0K35 
(2%,57%,0%,35%)
(0.02/0.57/0.00/0.35)	

CMYK percentages

%1.8
%56.89
%0
%34.51

Codes

Color #A448A7 in popluar color models

A448A7
RGB16472167
HSL298°39.75%46.86%
HSB/HSV298°56.89%65.49%
CMYK1.80%56.89%0.00%
34.51%

Color #A448A7 in popluar number systems.

HEXA448A7
Decimal16472167
Binary10100100100100010100111
Octal244110247

Shades and tints

Shades of #A448A7

#A448A7
(164,72,167)
#964298
(150,66,152)
#883C89
(136,60,137)
#7A367A
(122,54,122)
#6C306B
(108,48,107)
#5E2A5C
(94,42,92)
#50244D
(80,36,77)
#421E3E
(66,30,62)
#34182F
(52,24,47)
#261220
(38,18,32)
#180C11
(24,12,17)
#000000
(0,0,0)

Tints of #A448A7

#A448A7
(164,72,167)
#AC58AF
(172,88,175)
#B468B7
(180,104,183)
#BC78BF
(188,120,191)
#C488C7
(196,136,199)
#CC98CF
(204,152,207)
#D4A8D7
(212,168,215)
#DCB8DF
(220,184,223)
#E4C8E7
(228,200,231)
#ECD8EF
(236,216,239)
#F4E8F7
(244,232,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A448A7 color. Also use rgb(164,72,167) instead hex code.

Text Font Color

.myTextColor { color: #A448A7; }

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

This text font color is #A448A7.


Background Color

.myBgColor { background-color: #A448A7; }

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

This div background color is #A448A7.


Border color

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

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

This div border color is #A448A7.


Opacity

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

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

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

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

This text has shadow with #A448A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A448A7 on black background.


Color preview on white background

This text has color #A448A7 on white background.



Black color preview on #A448A7 background

This text has black color on #A448A7 background.


White color preview on #A448A7 background

This text has white color on #A448A7 background.