COLOR #A962B4

HEX: #A962B4 RGB: (169,98,180)

Color info

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

RGB color model

#A962B4 color RGB value is (169,98,180).

RGB: (169,98,180) (66%, 38%, 71%)

RGB channels and saturation

R 169 of 255 = 66%
G 98 of 255 = 38%
B 180 of 255 = 71%

169
98
180

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

Portions of RGB colors in percentages

R + G + B = 169 + 98 + 180 = 447 (100%)
R 169 of 447 ~ 37.81%
G 98 of 447 ~ 21.92%
B 180 of 447 ~ 40.27'%

%37.81
%21.92
%40.27

CMYK color model

#A962B4 color CMYK value is (6,46,0,29).

  • cyan value is 6.11%
  • magenta value is 45.56%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (6,46,0,29)
C6M46Y0K29 (6%, 46%, 0%, 29%)
(0.06 / 0.46 / 0.00 / 0.29)

CMYK percentages

%6.11
%45.56
%0
%29.41

Codes

Color #A962B4 in popluar color models

A9 62 B4
RGB 169 98 180
HSL 292° 35.34% 54.51%
HSB/HSV 292° 45.56% 70.59%
CMYK 6.11% 45.56% 0.00%
29.41%

Color #A962B4 in popluar number systems.

HEX A9 62 B4
Decimal 169 98 180
Binary 10101001 1100010 10110100
Octal 251 142 264

Shades and tints

Shades of #A962B4

#A962B4
(169,98,180)
#9A5AA4
(154,90,164)
#8B5294
(139,82,148)
#7C4A84
(124,74,132)
#6D4274
(109,66,116)
#5E3A64
(94,58,100)
#4F3254
(79,50,84)
#402A44
(64,42,68)
#312234
(49,34,52)
#221A24
(34,26,36)
#131214
(19,18,20)
#000000
(0,0,0)

Tints of #A962B4

#A962B4
(169,98,180)
#B070BA
(176,112,186)
#B77EC0
(183,126,192)
#BE8CC6
(190,140,198)
#C59ACC
(197,154,204)
#CCA8D2
(204,168,210)
#D3B6D8
(211,182,216)
#DAC4DE
(218,196,222)
#E1D2E4
(225,210,228)
#E8E0EA
(232,224,234)
#EFEEF0
(239,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A962B4 color. Also use rgb(169,98,180) instead hex code.

Text Font Color

.myTextColor { color: #A962B4; }

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

This text font color is #A962B4.

Background Color

.myBgColor { background-color: #A962B4; }

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

This div background color is #A962B4.

Border color

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

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

This div border color is #A962B4.

Opacity

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

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

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

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

This text has shadow with #A962B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A962B4.

Preview

Color preview on black background

This text has color #A962B4 on black background.


Color preview on white background

This text has color #A962B4 on white background.


Black color preview on #A962B4 background

This text has black color on #A962B4 background.


White color preview on #A962B4 background

This text has white color on #A962B4 background.


Related colors

Complementary color

Complementary color for #hex is #569D4B.


I love getcolorcode.com

Triadic colors

1 #B4A962 and #62B4A9 with #A962B4 are triadic colors.

2 #B462A9 and #62A9B4 with #A962B4 are triadic colors.