COLOR #A42F63

HEX: #A42F63
RGB: (164,47,99)

Color info

#A42F63 contains mainly red color. Web safe color of #A42F63 is #993366 (or #936).

RGB color model

#A42F63 color RGB value is (164,47,99).

  • red value is 164;
  • green value is 47;
  • blue value is 99.
RGB:
(164,47,99)
(64%,18%,39%)

RGB channels and saturation

R 164 of 255 = 64%
G 47 of 255 = 18%
B 99 of 255 = 39%

164
47
99

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

Portions of RGB colors in percentages

R + G + B =
164 + 47 + 99 = 310 (100%)
R 164 of 310 ~ 52.9%
G 47 of 310 ~ 15.16%
B 99 of 310 ~ 31.94%

%52.9
%15.16
%31.94

CMYK color model

#A42F63 color CMYK value is (0,71,40,36).

  • cyan value is 0.00%
  • magenta value is 71.34%
  • yellow value is 39.63%
  • key color value is 35.69%
CMYK:
(0,71,40,36)
C0M71Y40K36 
(0%,71%,40%,36%)
(0.00/0.71/0.40/0.36)	

CMYK percentages

%0
%71.34
%39.63
%35.69

Codes

Color #A42F63 in popluar color models

A42F63
RGB1644799
HSL333°55.45%41.37%
HSB/HSV333°71.34%64.31%
CMYK0.00%71.34%39.63%
35.69%

Color #A42F63 in popluar number systems.

HEXA42F63
Decimal1644799
Binary101001001011111100011
Octal24457143

Shades and tints

Shades of #A42F63

#A42F63
(164,47,99)
#962B5A
(150,43,90)
#882751
(136,39,81)
#7A2348
(122,35,72)
#6C1F3F
(108,31,63)
#5E1B36
(94,27,54)
#50172D
(80,23,45)
#421324
(66,19,36)
#340F1B
(52,15,27)
#260B12
(38,11,18)
#180709
(24,7,9)
#000000
(0,0,0)

Tints of #A42F63

#A42F63
(164,47,99)
#AC4171
(172,65,113)
#B4537F
(180,83,127)
#BC658D
(188,101,141)
#C4779B
(196,119,155)
#CC89A9
(204,137,169)
#D49BB7
(212,155,183)
#DCADC5
(220,173,197)
#E4BFD3
(228,191,211)
#ECD1E1
(236,209,225)
#F4E3EF
(244,227,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A42F63 color. Also use rgb(164,47,99) instead hex code.

Text Font Color

.myTextColor { color: #A42F63; }

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

This text font color is #A42F63.


Background Color

.myBgColor { background-color: #A42F63; }

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

This div background color is #A42F63.


Border color

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

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

This div border color is #A42F63.


Opacity

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

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

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

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

This text has shadow with #A42F63 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A42F63 on black background.


Color preview on white background

This text has color #A42F63 on white background.



Black color preview on #A42F63 background

This text has black color on #A42F63 background.


White color preview on #A42F63 background

This text has white color on #A42F63 background.