COLOR #A925B0

HEX: #A925B0
RGB: (169,37,176)

Color info

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

RGB color model

#A925B0 color RGB value is (169,37,176).

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

RGB channels and saturation

R 169 of 255 = 66%
G 37 of 255 = 15%
B 176 of 255 = 69%

169
37
176

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

Portions of RGB colors in percentages

R + G + B =
169 + 37 + 176 = 382 (100%)
R 169 of 382 ~ 44.24%
G 37 of 382 ~ 9.69%
B 176 of 382 ~ 46.07%

%44.24
%9.69
%46.07

CMYK color model

#A925B0 color CMYK value is (4,79,0,31).

  • cyan value is 3.98%
  • magenta value is 78.98%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(4,79,0,31)
C4M79Y0K31 
(4%,79%,0%,31%)
(0.04/0.79/0.00/0.31)	

CMYK percentages

%3.98
%78.98
%0
%30.98

Codes

Color #A925B0 in popluar color models

A925B0
RGB16937176
HSL297°65.26%41.76%
HSB/HSV297°78.98%69.02%
CMYK3.98%78.98%0.00%
30.98%

Color #A925B0 in popluar number systems.

HEXA925B0
Decimal16937176
Binary1010100110010110110000
Octal25145260

Shades and tints

Shades of #A925B0

#A925B0
(169,37,176)
#9A22A0
(154,34,160)
#8B1F90
(139,31,144)
#7C1C80
(124,28,128)
#6D1970
(109,25,112)
#5E1660
(94,22,96)
#4F1350
(79,19,80)
#401040
(64,16,64)
#310D30
(49,13,48)
#220A20
(34,10,32)
#130710
(19,7,16)
#000000
(0,0,0)

Tints of #A925B0

#A925B0
(169,37,176)
#B038B7
(176,56,183)
#B74BBE
(183,75,190)
#BE5EC5
(190,94,197)
#C571CC
(197,113,204)
#CC84D3
(204,132,211)
#D397DA
(211,151,218)
#DAAAE1
(218,170,225)
#E1BDE8
(225,189,232)
#E8D0EF
(232,208,239)
#EFE3F6
(239,227,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A925B0; }

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

This text font color is #A925B0.


Background Color

.myBgColor { background-color: #A925B0; }

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

This div background color is #A925B0.


Border color

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

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

This div border color is #A925B0.


Opacity

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

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

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

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

This text has shadow with #A925B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A925B0 on black background.


Color preview on white background

This text has color #A925B0 on white background.



Black color preview on #A925B0 background

This text has black color on #A925B0 background.


White color preview on #A925B0 background

This text has white color on #A925B0 background.