COLOR #A961B5

HEX: #A961B5 RGB: (169,97,181)

Color info

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

RGB color model

#A961B5 color RGB value is (169,97,181).

RGB: (169,97,181) (66%, 38%, 71%)

RGB channels and saturation

R 169 of 255 = 66%
G 97 of 255 = 38%
B 181 of 255 = 71%

169
97
181

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

Portions of RGB colors in percentages

R + G + B = 169 + 97 + 181 = 447 (100%)
R 169 of 447 ~ 37.81%
G 97 of 447 ~ 21.7%
B 181 of 447 ~ 40.49'%

%37.81
%21.7
%40.49

CMYK color model

#A961B5 color CMYK value is (7,46,0,29).

  • cyan value is 6.63%
  • magenta value is 46.41%
  • yellow value is 0.00%
  • key color value is 29.02%

CMYK: (7,46,0,29)
C7M46Y0K29 (7%, 46%, 0%, 29%)
(0.07 / 0.46 / 0.00 / 0.29)

CMYK percentages

%6.63
%46.41
%0
%29.02

Codes

Color #A961B5 in popluar color models

A9 61 B5
RGB 169 97 181
HSL 291° 36.21% 54.51%
HSB/HSV 291° 46.41% 70.98%
CMYK 6.63% 46.41% 0.00%
29.02%

Color #A961B5 in popluar number systems.

HEX A9 61 B5
Decimal 169 97 181
Binary 10101001 1100001 10110101
Octal 251 141 265

Shades and tints

Shades of #A961B5

#A961B5
(169,97,181)
#9A59A5
(154,89,165)
#8B5195
(139,81,149)
#7C4985
(124,73,133)
#6D4175
(109,65,117)
#5E3965
(94,57,101)
#4F3155
(79,49,85)
#402945
(64,41,69)
#312135
(49,33,53)
#221925
(34,25,37)
#131115
(19,17,21)
#000000
(0,0,0)

Tints of #A961B5

#A961B5
(169,97,181)
#B06FBB
(176,111,187)
#B77DC1
(183,125,193)
#BE8BC7
(190,139,199)
#C599CD
(197,153,205)
#CCA7D3
(204,167,211)
#D3B5D9
(211,181,217)
#DAC3DF
(218,195,223)
#E1D1E5
(225,209,229)
#E8DFEB
(232,223,235)
#EFEDF1
(239,237,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A961B5 color. Also use rgb(169,97,181) instead hex code.

Text Font Color

.myTextColor { color: #A961B5; }

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

This text font color is #A961B5.

Background Color

.myBgColor { background-color: #A961B5; }

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

This div background color is #A961B5.

Border color

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

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

This div border color is #A961B5.

Opacity

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

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

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

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

This text has shadow with #A961B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A961B5.

Preview

Color preview on black background

This text has color #A961B5 on black background.


Color preview on white background

This text has color #A961B5 on white background.


Black color preview on #A961B5 background

This text has black color on #A961B5 background.


White color preview on #A961B5 background

This text has white color on #A961B5 background.


Related colors

Complementary color

Complementary color for #hex is #569E4A.


I love getcolorcode.com

Triadic colors

1 #B5A961 and #61B5A9 with #A961B5 are triadic colors.

2 #B561A9 and #61A9B5 with #A961B5 are triadic colors.