COLOR #A946D5

HEX: #A946D5 RGB: (169,70,213)

Color info

#A946D5 contains mainly red and blue colors. Web safe color of #A946D5 is #9933CC (or #93C).

RGB color model

#A946D5 color RGB value is (169,70,213).

RGB: (169,70,213) (66%, 27%, 84%)

RGB channels and saturation

R 169 of 255 = 66%
G 70 of 255 = 27%
B 213 of 255 = 84%

169
70
213

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

Portions of RGB colors in percentages

R + G + B = 169 + 70 + 213 = 452 (100%)
R 169 of 452 ~ 37.39%
G 70 of 452 ~ 15.49%
B 213 of 452 ~ 47.12'%

%37.39
%15.49
%47.12

CMYK color model

#A946D5 color CMYK value is (21,67,0,16).

  • cyan value is 20.66%
  • magenta value is 67.14%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (21,67,0,16)
C21M67Y0K16 (21%, 67%, 0%, 16%)
(0.21 / 0.67 / 0.00 / 0.16)

CMYK percentages

%20.66
%67.14
%0
%16.47

Codes

Color #A946D5 in popluar color models

A9 46 D5
RGB 169 70 213
HSL 282° 63.00% 55.49%
HSB/HSV 282° 67.14% 83.53%
CMYK 20.66% 67.14% 0.00%
16.47%

Color #A946D5 in popluar number systems.

HEX A9 46 D5
Decimal 169 70 213
Binary 10101001 1000110 11010101
Octal 251 106 325

Shades and tints

Shades of #A946D5

#A946D5
(169,70,213)
#9A40C2
(154,64,194)
#8B3AAF
(139,58,175)
#7C349C
(124,52,156)
#6D2E89
(109,46,137)
#5E2876
(94,40,118)
#4F2263
(79,34,99)
#401C50
(64,28,80)
#31163D
(49,22,61)
#22102A
(34,16,42)
#130A17
(19,10,23)
#000000
(0,0,0)

Tints of #A946D5

#A946D5
(169,70,213)
#B056D8
(176,86,216)
#B766DB
(183,102,219)
#BE76DE
(190,118,222)
#C586E1
(197,134,225)
#CC96E4
(204,150,228)
#D3A6E7
(211,166,231)
#DAB6EA
(218,182,234)
#E1C6ED
(225,198,237)
#E8D6F0
(232,214,240)
#EFE6F3
(239,230,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A946D5 color. Also use rgb(169,70,213) instead hex code.

Text Font Color

.myTextColor { color: #A946D5; }

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

This text font color is #A946D5.

Background Color

.myBgColor { background-color: #A946D5; }

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

This div background color is #A946D5.

Border color

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

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

This div border color is #A946D5.

Opacity

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

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

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

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

This text has shadow with #A946D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A946D5.

Preview

Color preview on black background

This text has color #A946D5 on black background.


Color preview on white background

This text has color #A946D5 on white background.


Black color preview on #A946D5 background

This text has black color on #A946D5 background.


White color preview on #A946D5 background

This text has white color on #A946D5 background.


Related colors

Complementary color

Complementary color for #hex is #56B92A.


I love getcolorcode.com

Triadic colors

1 #D5A946 and #46D5A9 with #A946D5 are triadic colors.

2 #D546A9 and #46A9D5 with #A946D5 are triadic colors.