COLOR #A183AD

HEX: #A183AD
RGB: (161,131,173)

Color info

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

RGB color model

#A183AD color RGB value is (161,131,173).

  • red value is 161;
  • green value is 131;
  • blue value is 173.
RGB:
(161,131,173)
(63%,51%,68%)

RGB channels and saturation

R 161 of 255 = 63%
G 131 of 255 = 51%
B 173 of 255 = 68%

161
131
173

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

Portions of RGB colors in percentages

R + G + B =
161 + 131 + 173 = 465 (100%)
R 161 of 465 ~ 34.62%
G 131 of 465 ~ 28.17%
B 173 of 465 ~ 37.2%

%34.62
%28.17
%37.2

CMYK color model

#A183AD color CMYK value is (7,24,0,32).

  • cyan value is 6.94%
  • magenta value is 24.28%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK:
(7,24,0,32)
C7M24Y0K32 
(7%,24%,0%,32%)
(0.07/0.24/0.00/0.32)	

CMYK percentages

%6.94
%24.28
%0
%32.16

Codes

Color #A183AD in popluar color models

A183AD
RGB161131173
HSL283°20.39%59.61%
HSB/HSV283°24.28%67.84%
CMYK6.94%24.28%0.00%
32.16%

Color #A183AD in popluar number systems.

HEXA183AD
Decimal161131173
Binary101000011000001110101101
Octal241203255

Shades and tints

Shades of #A183AD

#A183AD
(161,131,173)
#93789E
(147,120,158)
#856D8F
(133,109,143)
#776280
(119,98,128)
#695771
(105,87,113)
#5B4C62
(91,76,98)
#4D4153
(77,65,83)
#3F3644
(63,54,68)
#312B35
(49,43,53)
#232026
(35,32,38)
#151517
(21,21,23)
#000000
(0,0,0)

Tints of #A183AD

#A183AD
(161,131,173)
#A98EB4
(169,142,180)
#B199BB
(177,153,187)
#B9A4C2
(185,164,194)
#C1AFC9
(193,175,201)
#C9BAD0
(201,186,208)
#D1C5D7
(209,197,215)
#D9D0DE
(217,208,222)
#E1DBE5
(225,219,229)
#E9E6EC
(233,230,236)
#F1F1F3
(241,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A183AD color. Also use rgb(161,131,173) instead hex code.

Text Font Color

.myTextColor { color: #A183AD; }

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

This text font color is #A183AD.


Background Color

.myBgColor { background-color: #A183AD; }

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

This div background color is #A183AD.


Border color

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

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

This div border color is #A183AD.


Opacity

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

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

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

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

This text has shadow with #A183AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A183AD on black background.


Color preview on white background

This text has color #A183AD on white background.



Black color preview on #A183AD background

This text has black color on #A183AD background.


White color preview on #A183AD background

This text has white color on #A183AD background.