COLOR #A921B0

HEX: #A921B0
RGB: (169,33,176)

Color info

#A921B0 contains mainly red and blue colors. Web safe color of #A921B0 is #993399 (or #939).

RGB color model

#A921B0 color RGB value is (169,33,176).

  • red value is 169;
  • green value is 33;
  • blue value is 176.
RGB:
(169,33,176)
(66%,13%,69%)

RGB channels and saturation

R 169 of 255 = 66%
G 33 of 255 = 13%
B 176 of 255 = 69%

169
33
176

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

Portions of RGB colors in percentages

R + G + B =
169 + 33 + 176 = 378 (100%)
R 169 of 378 ~ 44.71%
G 33 of 378 ~ 8.73%
B 176 of 378 ~ 46.56%

%44.71
%46.56

CMYK color model

#A921B0 color CMYK value is (4,81,0,31).

  • cyan value is 3.98%
  • magenta value is 81.25%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(4,81,0,31)
C4M81Y0K31 
(4%,81%,0%,31%)
(0.04/0.81/0.00/0.31)	

CMYK percentages

%3.98
%81.25
%0
%30.98

Codes

Color #A921B0 in popluar color models

A921B0
RGB16933176
HSL297°68.42%40.98%
HSB/HSV297°81.25%69.02%
CMYK3.98%81.25%0.00%
30.98%

Color #A921B0 in popluar number systems.

HEXA921B0
Decimal16933176
Binary1010100110000110110000
Octal25141260

Shades and tints

Shades of #A921B0

#A921B0
(169,33,176)
#9A1EA0
(154,30,160)
#8B1B90
(139,27,144)
#7C1880
(124,24,128)
#6D1570
(109,21,112)
#5E1260
(94,18,96)
#4F0F50
(79,15,80)
#400C40
(64,12,64)
#310930
(49,9,48)
#220620
(34,6,32)
#130310
(19,3,16)
#000000
(0,0,0)

Tints of #A921B0

#A921B0
(169,33,176)
#B035B7
(176,53,183)
#B749BE
(183,73,190)
#BE5DC5
(190,93,197)
#C571CC
(197,113,204)
#CC85D3
(204,133,211)
#D399DA
(211,153,218)
#DAADE1
(218,173,225)
#E1C1E8
(225,193,232)
#E8D5EF
(232,213,239)
#EFE9F6
(239,233,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A921B0 color. Also use rgb(169,33,176) instead hex code.

Text Font Color

.myTextColor { color: #A921B0; }

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

This text font color is #A921B0.


Background Color

.myBgColor { background-color: #A921B0; }

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

This div background color is #A921B0.


Border color

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

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

This div border color is #A921B0.


Opacity

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

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

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

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

This text has shadow with #A921B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A921B0 on black background.


Color preview on white background

This text has color #A921B0 on white background.



Black color preview on #A921B0 background

This text has black color on #A921B0 background.


White color preview on #A921B0 background

This text has white color on #A921B0 background.