COLOR #A442B0

HEX: #A442B0 RGB: (164,66,176)

Color info

#A442B0 contains mainly red and blue colors. Web safe color of #A442B0 is #993399 (or #939).

RGB color model

#A442B0 color RGB value is (164,66,176).

RGB: (164,66,176) (64%, 26%, 69%)

RGB channels and saturation

R 164 of 255 = 64%
G 66 of 255 = 26%
B 176 of 255 = 69%

164
66
176

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

Portions of RGB colors in percentages

R + G + B = 164 + 66 + 176 = 406 (100%)
R 164 of 406 ~ 40.39%
G 66 of 406 ~ 16.26%
B 176 of 406 ~ 43.35'%

%40.39
%16.26
%43.35

CMYK color model

#A442B0 color CMYK value is (7,63,0,31).

  • cyan value is 6.82%
  • magenta value is 62.50%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK: (7,63,0,31) C7M63Y0K31 (7%,63%,0%,31%) (0.07/0.63/0.00/0.31) 

CMYK percentages

%6.82
%62.5
%0
%30.98

Codes

Color #A442B0 in popluar color models

A4 42 B0
RGB 164 66 176
HSL 293° 45.45% 47.45%
HSB/HSV 293° 62.50% 69.02%
CMYK 6.82% 62.50% 0.00%
30.98%

Color #A442B0 in popluar number systems.

HEX A4 42 B0
Decimal 164 66 176
Binary 10100100 1000010 10110000
Octal 244 102 260

Shades and tints

Shades of #A442B0

#A442B0
(164,66,176)
#963CA0
(150,60,160)
#883690
(136,54,144)
#7A3080
(122,48,128)
#6C2A70
(108,42,112)
#5E2460
(94,36,96)
#501E50
(80,30,80)
#421840
(66,24,64)
#341230
(52,18,48)
#260C20
(38,12,32)
#180610
(24,6,16)
#000000
(0,0,0)

Tints of #A442B0

#A442B0
(164,66,176)
#AC53B7
(172,83,183)
#B464BE
(180,100,190)
#BC75C5
(188,117,197)
#C486CC
(196,134,204)
#CC97D3
(204,151,211)
#D4A8DA
(212,168,218)
#DCB9E1
(220,185,225)
#E4CAE8
(228,202,232)
#ECDBEF
(236,219,239)
#F4ECF6
(244,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A442B0 color. Also use rgb(164,66,176) instead hex code.

Text Font Color

.myTextColor { color: #A442B0; }

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

This text font color is #A442B0.

Background Color

.myBgColor { background-color: #A442B0; }

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

This div background color is #A442B0.

Border color

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

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

This div border color is #A442B0.

Opacity

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

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

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

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

This text has shadow with #A442B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A442B0.

Preview

Color preview on black background

This text has color #A442B0 on black background.


Color preview on white background

This text has color #A442B0 on white background.


Black color preview on #A442B0 background

This text has black color on #A442B0 background.


White color preview on #A442B0 background

This text has white color on #A442B0 background.


Related colors

Complementary color

Complementary color for #hex is #5BBD4F.


I love getcolorcode.com

Triadic colors

1 #B0A442 and #42B0A4 with #A442B0 are triadic colors.

2 #B042A4 and #42A4B0 with #A442B0 are triadic colors.