COLOR #A25AB4

HEX: #A25AB4
RGB: (162,90,180)

Color info

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

RGB color model

#A25AB4 color RGB value is (162,90,180).

  • red value is 162;
  • green value is 90;
  • blue value is 180.
RGB:
(162,90,180)
(64%,35%,71%)

RGB channels and saturation

R 162 of 255 = 64%
G 90 of 255 = 35%
B 180 of 255 = 71%

162
90
180

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

Portions of RGB colors in percentages

R + G + B =
162 + 90 + 180 = 432 (100%)
R 162 of 432 ~ 37.5%
G 90 of 432 ~ 20.83%
B 180 of 432 ~ 41.67%

%37.5
%20.83
%41.67

CMYK color model

#A25AB4 color CMYK value is (10,50,0,29).

  • cyan value is 10.00%
  • magenta value is 50.00%
  • yellow value is 0.00%
  • key color value is 29.41%
CMYK:
(10,50,0,29)
C10M50Y0K29 
(10%,50%,0%,29%)
(0.10/0.50/0.00/0.29)	

CMYK percentages

%10
%50
%0
%29.41

Codes

Color #A25AB4 in popluar color models

A25AB4
RGB16290180
HSL288°37.50%52.94%
HSB/HSV288°50.00%70.59%
CMYK10.00%50.00%0.00%
29.41%

Color #A25AB4 in popluar number systems.

HEXA25AB4
Decimal16290180
Binary10100010101101010110100
Octal242132264

Shades and tints

Shades of #A25AB4

#A25AB4
(162,90,180)
#9452A4
(148,82,164)
#864A94
(134,74,148)
#784284
(120,66,132)
#6A3A74
(106,58,116)
#5C3264
(92,50,100)
#4E2A54
(78,42,84)
#402244
(64,34,68)
#321A34
(50,26,52)
#241224
(36,18,36)
#160A14
(22,10,20)
#000000
(0,0,0)

Tints of #A25AB4

#A25AB4
(162,90,180)
#AA69BA
(170,105,186)
#B278C0
(178,120,192)
#BA87C6
(186,135,198)
#C296CC
(194,150,204)
#CAA5D2
(202,165,210)
#D2B4D8
(210,180,216)
#DAC3DE
(218,195,222)
#E2D2E4
(226,210,228)
#EAE1EA
(234,225,234)
#F2F0F0
(242,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25AB4 color. Also use rgb(162,90,180) instead hex code.

Text Font Color

.myTextColor { color: #A25AB4; }

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

This text font color is #A25AB4.


Background Color

.myBgColor { background-color: #A25AB4; }

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

This div background color is #A25AB4.


Border color

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

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

This div border color is #A25AB4.


Opacity

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

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

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

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

This text has shadow with #A25AB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25AB4 on black background.


Color preview on white background

This text has color #A25AB4 on white background.



Black color preview on #A25AB4 background

This text has black color on #A25AB4 background.


White color preview on #A25AB4 background

This text has white color on #A25AB4 background.