COLOR #A63F7B

HEX: #A63F7B
RGB: (166,63,123)

Color info

#A63F7B contains mainly red and blue colors. Web safe color of #A63F7B is #993366 (or #936).

RGB color model

#A63F7B color RGB value is (166,63,123).

  • red value is 166;
  • green value is 63;
  • blue value is 123.
RGB:
(166,63,123)
(65%,25%,48%)

RGB channels and saturation

R 166 of 255 = 65%
G 63 of 255 = 25%
B 123 of 255 = 48%

166
63
123

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

Portions of RGB colors in percentages

R + G + B =
166 + 63 + 123 = 352 (100%)
R 166 of 352 ~ 47.16%
G 63 of 352 ~ 17.9%
B 123 of 352 ~ 34.94%

%47.16
%17.9
%34.94

CMYK color model

#A63F7B color CMYK value is (0,62,26,35).

  • cyan value is 0.00%
  • magenta value is 62.05%
  • yellow value is 25.90%
  • key color value is 34.90%
CMYK:
(0,62,26,35)
C0M62Y26K35 
(0%,62%,26%,35%)
(0.00/0.62/0.26/0.35)	

CMYK percentages

%0
%62.05
%25.9
%34.9

Codes

Color #A63F7B in popluar color models

A63F7B
RGB16663123
HSL325°44.98%44.90%
HSB/HSV325°62.05%65.10%
CMYK0.00%62.05%25.90%
34.90%

Color #A63F7B in popluar number systems.

HEXA63F7B
Decimal16663123
Binary101001101111111111011
Octal24677173

Shades and tints

Shades of #A63F7B

#A63F7B
(166,63,123)
#973A70
(151,58,112)
#883565
(136,53,101)
#79305A
(121,48,90)
#6A2B4F
(106,43,79)
#5B2644
(91,38,68)
#4C2139
(76,33,57)
#3D1C2E
(61,28,46)
#2E1723
(46,23,35)
#1F1218
(31,18,24)
#100D0D
(16,13,13)
#000000
(0,0,0)

Tints of #A63F7B

#A63F7B
(166,63,123)
#AE5087
(174,80,135)
#B66193
(182,97,147)
#BE729F
(190,114,159)
#C683AB
(198,131,171)
#CE94B7
(206,148,183)
#D6A5C3
(214,165,195)
#DEB6CF
(222,182,207)
#E6C7DB
(230,199,219)
#EED8E7
(238,216,231)
#F6E9F3
(246,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A63F7B color. Also use rgb(166,63,123) instead hex code.

Text Font Color

.myTextColor { color: #A63F7B; }

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

This text font color is #A63F7B.


Background Color

.myBgColor { background-color: #A63F7B; }

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

This div background color is #A63F7B.


Border color

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

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

This div border color is #A63F7B.


Opacity

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

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

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

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

This text has shadow with #A63F7B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A63F7B on black background.


Color preview on white background

This text has color #A63F7B on white background.



Black color preview on #A63F7B background

This text has black color on #A63F7B background.


White color preview on #A63F7B background

This text has white color on #A63F7B background.