COLOR #A4248E

HEX: #A4248E
RGB: (164,36,142)

Color info

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

RGB color model

#A4248E color RGB value is (164,36,142).

  • red value is 164;
  • green value is 36;
  • blue value is 142.
RGB:
(164,36,142)
(64%,14%,56%)

RGB channels and saturation

R 164 of 255 = 64%
G 36 of 255 = 14%
B 142 of 255 = 56%

164
36
142

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

Portions of RGB colors in percentages

R + G + B =
164 + 36 + 142 = 342 (100%)
R 164 of 342 ~ 47.95%
G 36 of 342 ~ 10.53%
B 142 of 342 ~ 41.52%

%47.95
%10.53
%41.52

CMYK color model

#A4248E color CMYK value is (0,78,13,36).

  • cyan value is 0.00%
  • magenta value is 78.05%
  • yellow value is 13.41%
  • key color value is 35.69%
CMYK:
(0,78,13,36)
C0M78Y13K36 
(0%,78%,13%,36%)
(0.00/0.78/0.13/0.36)	

CMYK percentages

%0
%78.05
%13.41
%35.69

Codes

Color #A4248E in popluar color models

A4248E
RGB16436142
HSL310°64.00%39.22%
HSB/HSV310°78.05%64.31%
CMYK0.00%78.05%13.41%
35.69%

Color #A4248E in popluar number systems.

HEXA4248E
Decimal16436142
Binary1010010010010010001110
Octal24444216

Shades and tints

Shades of #A4248E

#A4248E
(164,36,142)
#962182
(150,33,130)
#881E76
(136,30,118)
#7A1B6A
(122,27,106)
#6C185E
(108,24,94)
#5E1552
(94,21,82)
#501246
(80,18,70)
#420F3A
(66,15,58)
#340C2E
(52,12,46)
#260922
(38,9,34)
#180616
(24,6,22)
#000000
(0,0,0)

Tints of #A4248E

#A4248E
(164,36,142)
#AC3798
(172,55,152)
#B44AA2
(180,74,162)
#BC5DAC
(188,93,172)
#C470B6
(196,112,182)
#CC83C0
(204,131,192)
#D496CA
(212,150,202)
#DCA9D4
(220,169,212)
#E4BCDE
(228,188,222)
#ECCFE8
(236,207,232)
#F4E2F2
(244,226,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A4248E color. Also use rgb(164,36,142) instead hex code.

Text Font Color

.myTextColor { color: #A4248E; }

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

This text font color is #A4248E.


Background Color

.myBgColor { background-color: #A4248E; }

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

This div background color is #A4248E.


Border color

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

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

This div border color is #A4248E.


Opacity

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

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

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

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

This text has shadow with #A4248E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A4248E on black background.


Color preview on white background

This text has color #A4248E on white background.



Black color preview on #A4248E background

This text has black color on #A4248E background.


White color preview on #A4248E background

This text has white color on #A4248E background.