COLOR #A03B6E

HEX: #A03B6E
RGB: (160,59,110)

Color info

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

RGB color model

#A03B6E color RGB value is (160,59,110).

  • red value is 160;
  • green value is 59;
  • blue value is 110.
RGB:
(160,59,110)
(63%,23%,43%)

RGB channels and saturation

R 160 of 255 = 63%
G 59 of 255 = 23%
B 110 of 255 = 43%

160
59
110

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

Portions of RGB colors in percentages

R + G + B =
160 + 59 + 110 = 329 (100%)
R 160 of 329 ~ 48.63%
G 59 of 329 ~ 17.93%
B 110 of 329 ~ 33.43%

%48.63
%17.93
%33.43

CMYK color model

#A03B6E color CMYK value is (0,63,31,37).

  • cyan value is 0.00%
  • magenta value is 63.13%
  • yellow value is 31.25%
  • key color value is 37.25%
CMYK:
(0,63,31,37)
C0M63Y31K37 
(0%,63%,31%,37%)
(0.00/0.63/0.31/0.37)	

CMYK percentages

%0
%63.13
%31.25
%37.25

Codes

Color #A03B6E in popluar color models

A03B6E
RGB16059110
HSL330°46.12%42.94%
HSB/HSV330°63.13%62.75%
CMYK0.00%63.13%31.25%
37.25%

Color #A03B6E in popluar number systems.

HEXA03B6E
Decimal16059110
Binary101000001110111101110
Octal24073156

Shades and tints

Shades of #A03B6E

#A03B6E
(160,59,110)
#923664
(146,54,100)
#84315A
(132,49,90)
#762C50
(118,44,80)
#682746
(104,39,70)
#5A223C
(90,34,60)
#4C1D32
(76,29,50)
#3E1828
(62,24,40)
#30131E
(48,19,30)
#220E14
(34,14,20)
#14090A
(20,9,10)
#000000
(0,0,0)

Tints of #A03B6E

#A03B6E
(160,59,110)
#A84C7B
(168,76,123)
#B05D88
(176,93,136)
#B86E95
(184,110,149)
#C07FA2
(192,127,162)
#C890AF
(200,144,175)
#D0A1BC
(208,161,188)
#D8B2C9
(216,178,201)
#E0C3D6
(224,195,214)
#E8D4E3
(232,212,227)
#F0E5F0
(240,229,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A03B6E color. Also use rgb(160,59,110) instead hex code.

Text Font Color

.myTextColor { color: #A03B6E; }

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

This text font color is #A03B6E.


Background Color

.myBgColor { background-color: #A03B6E; }

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

This div background color is #A03B6E.


Border color

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

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

This div border color is #A03B6E.


Opacity

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

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

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

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

This text has shadow with #A03B6E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A03B6E on black background.


Color preview on white background

This text has color #A03B6E on white background.



Black color preview on #A03B6E background

This text has black color on #A03B6E background.


White color preview on #A03B6E background

This text has white color on #A03B6E background.