COLOR #A25FB2

HEX: #A25FB2
RGB: (162,95,178)

Color info

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

RGB color model

#A25FB2 color RGB value is (162,95,178).

  • red value is 162;
  • green value is 95;
  • blue value is 178.
RGB:
(162,95,178)
(64%,37%,70%)

RGB channels and saturation

R 162 of 255 = 64%
G 95 of 255 = 37%
B 178 of 255 = 70%

162
95
178

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

Portions of RGB colors in percentages

R + G + B =
162 + 95 + 178 = 435 (100%)
R 162 of 435 ~ 37.24%
G 95 of 435 ~ 21.84%
B 178 of 435 ~ 40.92%

%37.24
%21.84
%40.92

CMYK color model

#A25FB2 color CMYK value is (9,47,0,30).

  • cyan value is 8.99%
  • magenta value is 46.63%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(9,47,0,30)
C9M47Y0K30 
(9%,47%,0%,30%)
(0.09/0.47/0.00/0.30)	

CMYK percentages

%8.99
%46.63
%0
%30.2

Codes

Color #A25FB2 in popluar color models

A25FB2
RGB16295178
HSL288°35.02%53.53%
HSB/HSV288°46.63%69.80%
CMYK8.99%46.63%0.00%
30.20%

Color #A25FB2 in popluar number systems.

HEXA25FB2
Decimal16295178
Binary10100010101111110110010
Octal242137262

Shades and tints

Shades of #A25FB2

#A25FB2
(162,95,178)
#9457A2
(148,87,162)
#864F92
(134,79,146)
#784782
(120,71,130)
#6A3F72
(106,63,114)
#5C3762
(92,55,98)
#4E2F52
(78,47,82)
#402742
(64,39,66)
#321F32
(50,31,50)
#241722
(36,23,34)
#160F12
(22,15,18)
#000000
(0,0,0)

Tints of #A25FB2

#A25FB2
(162,95,178)
#AA6DB9
(170,109,185)
#B27BC0
(178,123,192)
#BA89C7
(186,137,199)
#C297CE
(194,151,206)
#CAA5D5
(202,165,213)
#D2B3DC
(210,179,220)
#DAC1E3
(218,193,227)
#E2CFEA
(226,207,234)
#EADDF1
(234,221,241)
#F2EBF8
(242,235,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25FB2 color. Also use rgb(162,95,178) instead hex code.

Text Font Color

.myTextColor { color: #A25FB2; }

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

This text font color is #A25FB2.


Background Color

.myBgColor { background-color: #A25FB2; }

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

This div background color is #A25FB2.


Border color

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

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

This div border color is #A25FB2.


Opacity

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

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

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

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

This text has shadow with #A25FB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25FB2 on black background.


Color preview on white background

This text has color #A25FB2 on white background.



Black color preview on #A25FB2 background

This text has black color on #A25FB2 background.


White color preview on #A25FB2 background

This text has white color on #A25FB2 background.