COLOR #A25EB8

HEX: #A25EB8
RGB: (162,94,184)

Color info

#A25EB8 contains mainly red and blue colors. Web safe color of #A25EB8 is #9966CC (or #96C).

RGB color model

#A25EB8 color RGB value is (162,94,184).

  • red value is 162;
  • green value is 94;
  • blue value is 184.
RGB:
(162,94,184)
(64%,37%,72%)

RGB channels and saturation

R 162 of 255 = 64%
G 94 of 255 = 37%
B 184 of 255 = 72%

162
94
184

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

Portions of RGB colors in percentages

R + G + B =
162 + 94 + 184 = 440 (100%)
R 162 of 440 ~ 36.82%
G 94 of 440 ~ 21.36%
B 184 of 440 ~ 41.82%

%36.82
%21.36
%41.82

CMYK color model

#A25EB8 color CMYK value is (12,49,0,28).

  • cyan value is 11.96%
  • magenta value is 48.91%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(12,49,0,28)
C12M49Y0K28 
(12%,49%,0%,28%)
(0.12/0.49/0.00/0.28)	

CMYK percentages

%11.96
%48.91
%0
%27.84

Codes

Color #A25EB8 in popluar color models

A25EB8
RGB16294184
HSL285°38.79%54.51%
HSB/HSV285°48.91%72.16%
CMYK11.96%48.91%0.00%
27.84%

Color #A25EB8 in popluar number systems.

HEXA25EB8
Decimal16294184
Binary10100010101111010111000
Octal242136270

Shades and tints

Shades of #A25EB8

#A25EB8
(162,94,184)
#9456A8
(148,86,168)
#864E98
(134,78,152)
#784688
(120,70,136)
#6A3E78
(106,62,120)
#5C3668
(92,54,104)
#4E2E58
(78,46,88)
#402648
(64,38,72)
#321E38
(50,30,56)
#241628
(36,22,40)
#160E18
(22,14,24)
#000000
(0,0,0)

Tints of #A25EB8

#A25EB8
(162,94,184)
#AA6CBE
(170,108,190)
#B27AC4
(178,122,196)
#BA88CA
(186,136,202)
#C296D0
(194,150,208)
#CAA4D6
(202,164,214)
#D2B2DC
(210,178,220)
#DAC0E2
(218,192,226)
#E2CEE8
(226,206,232)
#EADCEE
(234,220,238)
#F2EAF4
(242,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25EB8 color. Also use rgb(162,94,184) instead hex code.

Text Font Color

.myTextColor { color: #A25EB8; }

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

This text font color is #A25EB8.


Background Color

.myBgColor { background-color: #A25EB8; }

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

This div background color is #A25EB8.


Border color

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

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

This div border color is #A25EB8.


Opacity

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

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

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

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

This text has shadow with #A25EB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25EB8 on black background.


Color preview on white background

This text has color #A25EB8 on white background.



Black color preview on #A25EB8 background

This text has black color on #A25EB8 background.


White color preview on #A25EB8 background

This text has white color on #A25EB8 background.