COLOR #A921CB

HEX: #A921CB
RGB: (169,33,203)

Color info

#A921CB contains mainly red and blue colors. Web safe color of #A921CB is #9933CC (or #93C).

RGB color model

#A921CB color RGB value is (169,33,203).

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

RGB channels and saturation

R 169 of 255 = 66%
G 33 of 255 = 13%
B 203 of 255 = 80%

169
33
203

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

Portions of RGB colors in percentages

R + G + B =
169 + 33 + 203 = 405 (100%)
R 169 of 405 ~ 41.73%
G 33 of 405 ~ 8.15%
B 203 of 405 ~ 50.12%

%41.73
%50.12

CMYK color model

#A921CB color CMYK value is (17,84,0,20).

  • cyan value is 16.75%
  • magenta value is 83.74%
  • yellow value is 0.00%
  • key color value is 20.39%
CMYK:
(17,84,0,20)
C17M84Y0K20 
(17%,84%,0%,20%)
(0.17/0.84/0.00/0.20)	

CMYK percentages

%16.75
%83.74
%0
%20.39

Codes

Color #A921CB in popluar color models

A921CB
RGB16933203
HSL288°72.03%46.27%
HSB/HSV288°83.74%79.61%
CMYK16.75%83.74%0.00%
20.39%

Color #A921CB in popluar number systems.

HEXA921CB
Decimal16933203
Binary1010100110000111001011
Octal25141313

Shades and tints

Shades of #A921CB

#A921CB
(169,33,203)
#9A1EB9
(154,30,185)
#8B1BA7
(139,27,167)
#7C1895
(124,24,149)
#6D1583
(109,21,131)
#5E1271
(94,18,113)
#4F0F5F
(79,15,95)
#400C4D
(64,12,77)
#31093B
(49,9,59)
#220629
(34,6,41)
#130317
(19,3,23)
#000000
(0,0,0)

Tints of #A921CB

#A921CB
(169,33,203)
#B035CF
(176,53,207)
#B749D3
(183,73,211)
#BE5DD7
(190,93,215)
#C571DB
(197,113,219)
#CC85DF
(204,133,223)
#D399E3
(211,153,227)
#DAADE7
(218,173,231)
#E1C1EB
(225,193,235)
#E8D5EF
(232,213,239)
#EFE9F3
(239,233,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A921CB; }

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

This text font color is #A921CB.


Background Color

.myBgColor { background-color: #A921CB; }

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

This div background color is #A921CB.


Border color

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

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

This div border color is #A921CB.


Opacity

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

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

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

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

This text has shadow with #A921CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A921CB on black background.


Color preview on white background

This text has color #A921CB on white background.



Black color preview on #A921CB background

This text has black color on #A921CB background.


White color preview on #A921CB background

This text has white color on #A921CB background.