COLOR #A082A2

HEX: #A082A2
RGB: (160,130,162)

Color info

#A082A2 contains red, green and blue colors in about the same proportion. Web safe color of #A082A2 is #999999 (or #999).

RGB color model

#A082A2 color RGB value is (160,130,162).

  • red value is 160;
  • green value is 130;
  • blue value is 162.
RGB:
(160,130,162)
(63%,51%,64%)

RGB channels and saturation

R 160 of 255 = 63%
G 130 of 255 = 51%
B 162 of 255 = 64%

160
130
162

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

Portions of RGB colors in percentages

R + G + B =
160 + 130 + 162 = 452 (100%)
R 160 of 452 ~ 35.4%
G 130 of 452 ~ 28.76%
B 162 of 452 ~ 35.84%

%35.4
%28.76
%35.84

CMYK color model

#A082A2 color CMYK value is (1,20,0,36).

  • cyan value is 1.23%
  • magenta value is 19.75%
  • yellow value is 0.00%
  • key color value is 36.47%
CMYK:
(1,20,0,36)
C1M20Y0K36 
(1%,20%,0%,36%)
(0.01/0.20/0.00/0.36)	

CMYK percentages

%1.23
%19.75
%0
%36.47

Codes

Color #A082A2 in popluar color models

A082A2
RGB160130162
HSL296°14.68%57.25%
HSB/HSV296°19.75%63.53%
CMYK1.23%19.75%0.00%
36.47%

Color #A082A2 in popluar number systems.

HEXA082A2
Decimal160130162
Binary101000001000001010100010
Octal240202242

Shades and tints

Shades of #A082A2

#A082A2
(160,130,162)
#927794
(146,119,148)
#846C86
(132,108,134)
#766178
(118,97,120)
#68566A
(104,86,106)
#5A4B5C
(90,75,92)
#4C404E
(76,64,78)
#3E3540
(62,53,64)
#302A32
(48,42,50)
#221F24
(34,31,36)
#141416
(20,20,22)
#000000
(0,0,0)

Tints of #A082A2

#A082A2
(160,130,162)
#A88DAA
(168,141,170)
#B098B2
(176,152,178)
#B8A3BA
(184,163,186)
#C0AEC2
(192,174,194)
#C8B9CA
(200,185,202)
#D0C4D2
(208,196,210)
#D8CFDA
(216,207,218)
#E0DAE2
(224,218,226)
#E8E5EA
(232,229,234)
#F0F0F2
(240,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A082A2; }

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

This text font color is #A082A2.


Background Color

.myBgColor { background-color: #A082A2; }

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

This div background color is #A082A2.


Border color

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

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

This div border color is #A082A2.


Opacity

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

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

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

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

This text has shadow with #A082A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A082A2 on black background.


Color preview on white background

This text has color #A082A2 on white background.



Black color preview on #A082A2 background

This text has black color on #A082A2 background.


White color preview on #A082A2 background

This text has white color on #A082A2 background.