COLOR #A0357E

HEX: #A0357E
RGB: (160,53,126)

Color info

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

RGB color model

#A0357E color RGB value is (160,53,126).

  • red value is 160;
  • green value is 53;
  • blue value is 126.
RGB:
(160,53,126)
(63%,21%,49%)

RGB channels and saturation

R 160 of 255 = 63%
G 53 of 255 = 21%
B 126 of 255 = 49%

160
53
126

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

Portions of RGB colors in percentages

R + G + B =
160 + 53 + 126 = 339 (100%)
R 160 of 339 ~ 47.2%
G 53 of 339 ~ 15.63%
B 126 of 339 ~ 37.17%

%47.2
%15.63
%37.17

CMYK color model

#A0357E color CMYK value is (0,67,21,37).

  • cyan value is 0.00%
  • magenta value is 66.88%
  • yellow value is 21.25%
  • key color value is 37.25%
CMYK:
(0,67,21,37)
C0M67Y21K37 
(0%,67%,21%,37%)
(0.00/0.67/0.21/0.37)	

CMYK percentages

%0
%66.88
%21.25
%37.25

Codes

Color #A0357E in popluar color models

A0357E
RGB16053126
HSL319°50.23%41.76%
HSB/HSV319°66.88%62.75%
CMYK0.00%66.88%21.25%
37.25%

Color #A0357E in popluar number systems.

HEXA0357E
Decimal16053126
Binary101000001101011111110
Octal24065176

Shades and tints

Shades of #A0357E

#A0357E
(160,53,126)
#923173
(146,49,115)
#842D68
(132,45,104)
#76295D
(118,41,93)
#682552
(104,37,82)
#5A2147
(90,33,71)
#4C1D3C
(76,29,60)
#3E1931
(62,25,49)
#301526
(48,21,38)
#22111B
(34,17,27)
#140D10
(20,13,16)
#000000
(0,0,0)

Tints of #A0357E

#A0357E
(160,53,126)
#A84789
(168,71,137)
#B05994
(176,89,148)
#B86B9F
(184,107,159)
#C07DAA
(192,125,170)
#C88FB5
(200,143,181)
#D0A1C0
(208,161,192)
#D8B3CB
(216,179,203)
#E0C5D6
(224,197,214)
#E8D7E1
(232,215,225)
#F0E9EC
(240,233,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0357E color. Also use rgb(160,53,126) instead hex code.

Text Font Color

.myTextColor { color: #A0357E; }

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

This text font color is #A0357E.


Background Color

.myBgColor { background-color: #A0357E; }

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

This div background color is #A0357E.


Border color

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

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

This div border color is #A0357E.


Opacity

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

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

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

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

This text has shadow with #A0357E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0357E on black background.


Color preview on white background

This text has color #A0357E on white background.



Black color preview on #A0357E background

This text has black color on #A0357E background.


White color preview on #A0357E background

This text has white color on #A0357E background.