COLOR #A25CD2

HEX: #A25CD2
RGB: (162,92,210)

Color info

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

RGB color model

#A25CD2 color RGB value is (162,92,210).

  • red value is 162;
  • green value is 92;
  • blue value is 210.
RGB:
(162,92,210)
(64%,36%,82%)

RGB channels and saturation

R 162 of 255 = 64%
G 92 of 255 = 36%
B 210 of 255 = 82%

162
92
210

R + G + B ~ 61%. #A25CD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
162 + 92 + 210 = 464 (100%)
R 162 of 464 ~ 34.91%
G 92 of 464 ~ 19.83%
B 210 of 464 ~ 45.26%

%34.91
%19.83
%45.26

CMYK color model

#A25CD2 color CMYK value is (23,56,0,18).

  • cyan value is 22.86%
  • magenta value is 56.19%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(23,56,0,18)
C23M56Y0K18 
(23%,56%,0%,18%)
(0.23/0.56/0.00/0.18)	

CMYK percentages

%22.86
%56.19
%0
%17.65

Codes

Color #A25CD2 in popluar color models

A25CD2
RGB16292210
HSL276°56.73%59.22%
HSB/HSV276°56.19%82.35%
CMYK22.86%56.19%0.00%
17.65%

Color #A25CD2 in popluar number systems.

HEXA25CD2
Decimal16292210
Binary10100010101110011010010
Octal242134322

Shades and tints

Shades of #A25CD2

#A25CD2
(162,92,210)
#9454BF
(148,84,191)
#864CAC
(134,76,172)
#784499
(120,68,153)
#6A3C86
(106,60,134)
#5C3473
(92,52,115)
#4E2C60
(78,44,96)
#40244D
(64,36,77)
#321C3A
(50,28,58)
#241427
(36,20,39)
#160C14
(22,12,20)
#000000
(0,0,0)

Tints of #A25CD2

#A25CD2
(162,92,210)
#AA6AD6
(170,106,214)
#B278DA
(178,120,218)
#BA86DE
(186,134,222)
#C294E2
(194,148,226)
#CAA2E6
(202,162,230)
#D2B0EA
(210,176,234)
#DABEEE
(218,190,238)
#E2CCF2
(226,204,242)
#EADAF6
(234,218,246)
#F2E8FA
(242,232,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A25CD2 color. Also use rgb(162,92,210) instead hex code.

Text Font Color

.myTextColor { color: #A25CD2; }

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

This text font color is #A25CD2.


Background Color

.myBgColor { background-color: #A25CD2; }

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

This div background color is #A25CD2.


Border color

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

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

This div border color is #A25CD2.


Opacity

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

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

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

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

This text has shadow with #A25CD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A25CD2 on black background.


Color preview on white background

This text has color #A25CD2 on white background.



Black color preview on #A25CD2 background

This text has black color on #A25CD2 background.


White color preview on #A25CD2 background

This text has white color on #A25CD2 background.