COLOR #A450A2

HEX: #A450A2 RGB: (164,80,162)

Color info

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

RGB color model

#A450A2 color RGB value is (164,80,162).

RGB: (164,80,162) (64%, 31%, 64%)

RGB channels and saturation

R 164 of 255 = 64%
G 80 of 255 = 31%
B 162 of 255 = 64%

164
80
162

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

Portions of RGB colors in percentages

R + G + B = 164 + 80 + 162 = 406 (100%)
R 164 of 406 ~ 40.39%
G 80 of 406 ~ 19.7%
B 162 of 406 ~ 39.9'%

%40.39
%19.7
%39.9

CMYK color model

#A450A2 color CMYK value is (0,51,1,36).

  • cyan value is 0.00%
  • magenta value is 51.22%
  • yellow value is 1.22%
  • key color value is 35.69%

CMYK: (0,51,1,36)
C0M51Y1K36 (0%, 51%, 1%, 36%)
(0.00 / 0.51 / 0.01 / 0.36)

CMYK percentages

%0
%51.22
%1.22
%35.69

Codes

Color #A450A2 in popluar color models

A4 50 A2
RGB 164 80 162
HSL 301° 34.43% 47.84%
HSB/HSV 301° 51.22% 64.31%
CMYK 0.00% 51.22% 1.22%
35.69%

Color #A450A2 in popluar number systems.

HEX A4 50 A2
Decimal 164 80 162
Binary 10100100 1010000 10100010
Octal 244 120 242

Shades and tints

Shades of #A450A2

#A450A2
(164,80,162)
#964994
(150,73,148)
#884286
(136,66,134)
#7A3B78
(122,59,120)
#6C346A
(108,52,106)
#5E2D5C
(94,45,92)
#50264E
(80,38,78)
#421F40
(66,31,64)
#341832
(52,24,50)
#261124
(38,17,36)
#180A16
(24,10,22)
#000000
(0,0,0)

Tints of #A450A2

#A450A2
(164,80,162)
#AC5FAA
(172,95,170)
#B46EB2
(180,110,178)
#BC7DBA
(188,125,186)
#C48CC2
(196,140,194)
#CC9BCA
(204,155,202)
#D4AAD2
(212,170,210)
#DCB9DA
(220,185,218)
#E4C8E2
(228,200,226)
#ECD7EA
(236,215,234)
#F4E6F2
(244,230,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A450A2 color. Also use rgb(164,80,162) instead hex code.

Text Font Color

.myTextColor { color: #A450A2; }

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

This text font color is #A450A2.

Background Color

.myBgColor { background-color: #A450A2; }

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

This div background color is #A450A2.

Border color

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

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

This div border color is #A450A2.

Opacity

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

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

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

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

This text has shadow with #A450A2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A450A2.

Preview

Color preview on black background

This text has color #A450A2 on black background.


Color preview on white background

This text has color #A450A2 on white background.


Black color preview on #A450A2 background

This text has black color on #A450A2 background.


White color preview on #A450A2 background

This text has white color on #A450A2 background.


Related colors

Complementary color

Complementary color for #hex is #5BAF5D.


I love getcolorcode.com

Triadic colors

1 #A2A450 and #50A2A4 with #A450A2 are triadic colors.

2 #A250A4 and #50A4A2 with #A450A2 are triadic colors.