COLOR #A84B80

HEX: #A84B80 RGB: (168,75,128)

Color info

#A84B80 contains mainly red and blue colors. Web safe color of #A84B80 is #993366 (or #936).

RGB color model

#A84B80 color RGB value is (168,75,128).

RGB: (168,75,128) (66%, 29%, 50%)

RGB channels and saturation

R 168 of 255 = 66%
G 75 of 255 = 29%
B 128 of 255 = 50%

168
75
128

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

Portions of RGB colors in percentages

R + G + B = 168 + 75 + 128 = 371 (100%)
R 168 of 371 ~ 45.28%
G 75 of 371 ~ 20.22%
B 128 of 371 ~ 34.5'%

%45.28
%20.22
%34.5

CMYK color model

#A84B80 color CMYK value is (0,55,24,34).

  • cyan value is 0.00%
  • magenta value is 55.36%
  • yellow value is 23.81%
  • key color value is 34.12%

CMYK: (0,55,24,34)
C0M55Y24K34 (0%, 55%, 24%, 34%)
(0.00 / 0.55 / 0.24 / 0.34)

CMYK percentages

%0
%55.36
%23.81
%34.12

Codes

Color #A84B80 in popluar color models

A8 4B 80
RGB 168 75 128
HSL 326° 38.27% 47.65%
HSB/HSV 326° 55.36% 65.88%
CMYK 0.00% 55.36% 23.81%
34.12%

Color #A84B80 in popluar number systems.

HEX A8 4B 80
Decimal 168 75 128
Binary 10101000 1001011 10000000
Octal 250 113 200

Shades and tints

Shades of #A84B80

#A84B80
(168,75,128)
#994575
(153,69,117)
#8A3F6A
(138,63,106)
#7B395F
(123,57,95)
#6C3354
(108,51,84)
#5D2D49
(93,45,73)
#4E273E
(78,39,62)
#3F2133
(63,33,51)
#301B28
(48,27,40)
#21151D
(33,21,29)
#120F12
(18,15,18)
#000000
(0,0,0)

Tints of #A84B80

#A84B80
(168,75,128)
#AF5B8B
(175,91,139)
#B66B96
(182,107,150)
#BD7BA1
(189,123,161)
#C48BAC
(196,139,172)
#CB9BB7
(203,155,183)
#D2ABC2
(210,171,194)
#D9BBCD
(217,187,205)
#E0CBD8
(224,203,216)
#E7DBE3
(231,219,227)
#EEEBEE
(238,235,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A84B80 color. Also use rgb(168,75,128) instead hex code.

Text Font Color

.myTextColor { color: #A84B80; }

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

This text font color is #A84B80.

Background Color

.myBgColor { background-color: #A84B80; }

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

This div background color is #A84B80.

Border color

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

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

This div border color is #A84B80.

Opacity

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

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

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

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

This text has shadow with #A84B80 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A84B80.

Preview

Color preview on black background

This text has color #A84B80 on black background.


Color preview on white background

This text has color #A84B80 on white background.


Black color preview on #A84B80 background

This text has black color on #A84B80 background.


White color preview on #A84B80 background

This text has white color on #A84B80 background.


Related colors

Complementary color

Complementary color for #hex is #57B47F.


I love getcolorcode.com

Triadic colors

1 #80A84B and #4B80A8 with #A84B80 are triadic colors.

2 #804BA8 and #4BA880 with #A84B80 are triadic colors.