COLOR #A25CAF

HEX: #A25CAF RGB: (162,92,175)

Color info

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

RGB color model

#A25CAF color RGB value is (162,92,175).

RGB: (162,92,175) (64%, 36%, 69%)

RGB channels and saturation

R 162 of 255 = 64%
G 92 of 255 = 36%
B 175 of 255 = 69%

162
92
175

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

Portions of RGB colors in percentages

R + G + B = 162 + 92 + 175 = 429 (100%)
R 162 of 429 ~ 37.76%
G 92 of 429 ~ 21.45%
B 175 of 429 ~ 40.79'%

%37.76
%21.45
%40.79

CMYK color model

#A25CAF color CMYK value is (7,47,0,31).

  • cyan value is 7.43%
  • magenta value is 47.43%
  • yellow value is 0.00%
  • key color value is 31.37%

CMYK: (7,47,0,31)
C7M47Y0K31 (7%, 47%, 0%, 31%)
(0.07 / 0.47 / 0.00 / 0.31)

CMYK percentages

%7.43
%47.43
%0
%31.37

Codes

Color #A25CAF in popluar color models

A2 5C AF
RGB 162 92 175
HSL 291° 34.16% 52.35%
HSB/HSV 291° 47.43% 68.63%
CMYK 7.43% 47.43% 0.00%
31.37%

Color #A25CAF in popluar number systems.

HEX A2 5C AF
Decimal 162 92 175
Binary 10100010 1011100 10101111
Octal 242 134 257

Shades and tints

Shades of #A25CAF

#A25CAF
(162,92,175)
#9454A0
(148,84,160)
#864C91
(134,76,145)
#784482
(120,68,130)
#6A3C73
(106,60,115)
#5C3464
(92,52,100)
#4E2C55
(78,44,85)
#402446
(64,36,70)
#321C37
(50,28,55)
#241428
(36,20,40)
#160C19
(22,12,25)
#000000
(0,0,0)

Tints of #A25CAF

#A25CAF
(162,92,175)
#AA6AB6
(170,106,182)
#B278BD
(178,120,189)
#BA86C4
(186,134,196)
#C294CB
(194,148,203)
#CAA2D2
(202,162,210)
#D2B0D9
(210,176,217)
#DABEE0
(218,190,224)
#E2CCE7
(226,204,231)
#EADAEE
(234,218,238)
#F2E8F5
(242,232,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A25CAF; }

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

This text font color is #A25CAF.

Background Color

.myBgColor { background-color: #A25CAF; }

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

This div background color is #A25CAF.

Border color

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

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

This div border color is #A25CAF.

Opacity

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

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

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

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

This text has shadow with #A25CAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A25CAF.

Preview

Color preview on black background

This text has color #A25CAF on black background.


Color preview on white background

This text has color #A25CAF on white background.


Black color preview on #A25CAF background

This text has black color on #A25CAF background.


White color preview on #A25CAF background

This text has white color on #A25CAF background.


Related colors

Complementary color

Complementary color for #hex is #5DA350.


I love getcolorcode.com

Triadic colors

1 #AFA25C and #5CAFA2 with #A25CAF are triadic colors.

2 #AF5CA2 and #5CA2AF with #A25CAF are triadic colors.