COLOR #A190A0

HEX: #A190A0
RGB: (161,144,160)

Color info

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

RGB color model

#A190A0 color RGB value is (161,144,160).

  • red value is 161;
  • green value is 144;
  • blue value is 160.
RGB:
(161,144,160)
(63%,56%,63%)

RGB channels and saturation

R 161 of 255 = 63%
G 144 of 255 = 56%
B 160 of 255 = 63%

161
144
160

R + G + B ~ 61%. #A190A0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
161 + 144 + 160 = 465 (100%)
R 161 of 465 ~ 34.62%
G 144 of 465 ~ 30.97%
B 160 of 465 ~ 34.41%

%34.62
%30.97
%34.41

CMYK color model

#A190A0 color CMYK value is (0,11,1,37).

  • cyan value is 0.00%
  • magenta value is 10.56%
  • yellow value is 0.62%
  • key color value is 36.86%
CMYK:
(0,11,1,37)
C0M11Y1K37 
(0%,11%,1%,37%)
(0.00/0.11/0.01/0.37)	

CMYK percentages

%0
%10.56
%0.62
%36.86

Codes

Color #A190A0 in popluar color models

A190A0
RGB161144160
HSL304°8.29%59.80%
HSB/HSV304°10.56%63.14%
CMYK0.00%10.56%0.62%
36.86%

Color #A190A0 in popluar number systems.

HEXA190A0
Decimal161144160
Binary101000011001000010100000
Octal241220240

Shades and tints

Shades of #A190A0

#A190A0
(161,144,160)
#938392
(147,131,146)
#857684
(133,118,132)
#776976
(119,105,118)
#695C68
(105,92,104)
#5B4F5A
(91,79,90)
#4D424C
(77,66,76)
#3F353E
(63,53,62)
#312830
(49,40,48)
#231B22
(35,27,34)
#150E14
(21,14,20)
#000000
(0,0,0)

Tints of #A190A0

#A190A0
(161,144,160)
#A99AA8
(169,154,168)
#B1A4B0
(177,164,176)
#B9AEB8
(185,174,184)
#C1B8C0
(193,184,192)
#C9C2C8
(201,194,200)
#D1CCD0
(209,204,208)
#D9D6D8
(217,214,216)
#E1E0E0
(225,224,224)
#E9EAE8
(233,234,232)
#F1F4F0
(241,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A190A0 color. Also use rgb(161,144,160) instead hex code.

Text Font Color

.myTextColor { color: #A190A0; }

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

This text font color is #A190A0.


Background Color

.myBgColor { background-color: #A190A0; }

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

This div background color is #A190A0.


Border color

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

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

This div border color is #A190A0.


Opacity

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

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

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

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

This text has shadow with #A190A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A190A0 on black background.


Color preview on white background

This text has color #A190A0 on white background.



Black color preview on #A190A0 background

This text has black color on #A190A0 background.


White color preview on #A190A0 background

This text has white color on #A190A0 background.