COLOR #A950AB

HEX: #A950AB
RGB: (169,80,171)

Color info

#A950AB contains mainly red and blue colors. Web safe color of #A950AB is #996699 (or #969).

RGB color model

#A950AB color RGB value is (169,80,171).

  • red value is 169;
  • green value is 80;
  • blue value is 171.
RGB:
(169,80,171)
(66%,31%,67%)

RGB channels and saturation

R 169 of 255 = 66%
G 80 of 255 = 31%
B 171 of 255 = 67%

169
80
171

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

Portions of RGB colors in percentages

R + G + B =
169 + 80 + 171 = 420 (100%)
R 169 of 420 ~ 40.24%
G 80 of 420 ~ 19.05%
B 171 of 420 ~ 40.71%

%40.24
%19.05
%40.71

CMYK color model

#A950AB color CMYK value is (1,53,0,33).

  • cyan value is 1.17%
  • magenta value is 53.22%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(1,53,0,33)
C1M53Y0K33 
(1%,53%,0%,33%)
(0.01/0.53/0.00/0.33)	

CMYK percentages

%1.17
%53.22
%0
%32.94

Codes

Color #A950AB in popluar color models

A950AB
RGB16980171
HSL299°36.25%49.22%
HSB/HSV299°53.22%67.06%
CMYK1.17%53.22%0.00%
32.94%

Color #A950AB in popluar number systems.

HEXA950AB
Decimal16980171
Binary10101001101000010101011
Octal251120253

Shades and tints

Shades of #A950AB

#A950AB
(169,80,171)
#9A499C
(154,73,156)
#8B428D
(139,66,141)
#7C3B7E
(124,59,126)
#6D346F
(109,52,111)
#5E2D60
(94,45,96)
#4F2651
(79,38,81)
#401F42
(64,31,66)
#311833
(49,24,51)
#221124
(34,17,36)
#130A15
(19,10,21)
#000000
(0,0,0)

Tints of #A950AB

#A950AB
(169,80,171)
#B05FB2
(176,95,178)
#B76EB9
(183,110,185)
#BE7DC0
(190,125,192)
#C58CC7
(197,140,199)
#CC9BCE
(204,155,206)
#D3AAD5
(211,170,213)
#DAB9DC
(218,185,220)
#E1C8E3
(225,200,227)
#E8D7EA
(232,215,234)
#EFE6F1
(239,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A950AB color. Also use rgb(169,80,171) instead hex code.

Text Font Color

.myTextColor { color: #A950AB; }

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

This text font color is #A950AB.


Background Color

.myBgColor { background-color: #A950AB; }

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

This div background color is #A950AB.


Border color

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

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

This div border color is #A950AB.


Opacity

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

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

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

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

This text has shadow with #A950AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A950AB on black background.


Color preview on white background

This text has color #A950AB on white background.



Black color preview on #A950AB background

This text has black color on #A950AB background.


White color preview on #A950AB background

This text has white color on #A950AB background.