COLOR #A273A2

HEX: #A273A2
RGB: (162,115,162)

Color info

#A273A2 contains red, green and blue colors in about the same proportion. Web safe color of #A273A2 is #996699 (or #969).

RGB color model

#A273A2 color RGB value is (162,115,162).

  • red value is 162;
  • green value is 115;
  • blue value is 162.
RGB:
(162,115,162)
(64%,45%,64%)

RGB channels and saturation

R 162 of 255 = 64%
G 115 of 255 = 45%
B 162 of 255 = 64%

162
115
162

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

Portions of RGB colors in percentages

R + G + B =
162 + 115 + 162 = 439 (100%)
R 162 of 439 ~ 36.9%
G 115 of 439 ~ 26.2%
B 162 of 439 ~ 36.9%

%36.9
%26.2
%36.9

CMYK color model

#A273A2 color CMYK value is (0,29,0,36).

  • cyan value is 0.00%
  • magenta value is 29.01%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(0,29,0,36)
C0M29Y0K36 
(0%,29%,0%,36%)
(0.00/0.29/0.00/0.36)	

CMYK percentages

%0
%29.01
%0
%36.47

Codes

Color #A273A2 in popluar color models

A273A2
RGB162115162
HSL300°20.17%54.31%
HSB/HSV300°29.01%63.53%
CMYK0.00%29.01%0.00%
36.47%

Color #A273A2 in popluar number systems.

HEXA273A2
Decimal162115162
Binary10100010111001110100010
Octal242163242

Shades and tints

Shades of #A273A2

#A273A2
(162,115,162)
#946994
(148,105,148)
#865F86
(134,95,134)
#785578
(120,85,120)
#6A4B6A
(106,75,106)
#5C415C
(92,65,92)
#4E374E
(78,55,78)
#402D40
(64,45,64)
#322332
(50,35,50)
#241924
(36,25,36)
#160F16
(22,15,22)
#000000
(0,0,0)

Tints of #A273A2

#A273A2
(162,115,162)
#AA7FAA
(170,127,170)
#B28BB2
(178,139,178)
#BA97BA
(186,151,186)
#C2A3C2
(194,163,194)
#CAAFCA
(202,175,202)
#D2BBD2
(210,187,210)
#DAC7DA
(218,199,218)
#E2D3E2
(226,211,226)
#EADFEA
(234,223,234)
#F2EBF2
(242,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A273A2 color. Also use rgb(162,115,162) instead hex code.

Text Font Color

.myTextColor { color: #A273A2; }

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

This text font color is #A273A2.


Background Color

.myBgColor { background-color: #A273A2; }

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

This div background color is #A273A2.


Border color

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

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

This div border color is #A273A2.


Opacity

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

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

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

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

This text has shadow with #A273A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A273A2 on black background.


Color preview on white background

This text has color #A273A2 on white background.



Black color preview on #A273A2 background

This text has black color on #A273A2 background.


White color preview on #A273A2 background

This text has white color on #A273A2 background.