COLOR #A84B7E

HEX: #A84B7E RGB: (168,75,126)

Color info

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

RGB color model

#A84B7E color RGB value is (168,75,126).

RGB: (168,75,126) (66%, 29%, 49%)

RGB channels and saturation

R 168 of 255 = 66%
G 75 of 255 = 29%
B 126 of 255 = 49%

168
75
126

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

Portions of RGB colors in percentages

R + G + B = 168 + 75 + 126 = 369 (100%)
R 168 of 369 ~ 45.53%
G 75 of 369 ~ 20.33%
B 126 of 369 ~ 34.15'%

%45.53
%20.33
%34.15

CMYK color model

#A84B7E color CMYK value is (0,55,25,34).

  • cyan value is 0.00%
  • magenta value is 55.36%
  • yellow value is 25.00%
  • key color value is 34.12%
CMYK: (0,55,25,34) C0M55Y25K34 (0%,55%,25%,34%) (0.00/0.55/0.25/0.34) 

CMYK percentages

%0
%55.36
%25
%34.12

Codes

Color #A84B7E in popluar color models

A8 4B 7E
RGB 168 75 126
HSL 327° 38.27% 47.65%
HSB/HSV 327° 55.36% 65.88%
CMYK 0.00% 55.36% 25.00%
34.12%

Color #A84B7E in popluar number systems.

HEX A8 4B 7E
Decimal 168 75 126
Binary 10101000 1001011 1111110
Octal 250 113 176

Shades and tints

Shades of #A84B7E

#A84B7E
(168,75,126)
#994573
(153,69,115)
#8A3F68
(138,63,104)
#7B395D
(123,57,93)
#6C3352
(108,51,82)
#5D2D47
(93,45,71)
#4E273C
(78,39,60)
#3F2131
(63,33,49)
#301B26
(48,27,38)
#21151B
(33,21,27)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #A84B7E

#A84B7E
(168,75,126)
#AF5B89
(175,91,137)
#B66B94
(182,107,148)
#BD7B9F
(189,123,159)
#C48BAA
(196,139,170)
#CB9BB5
(203,155,181)
#D2ABC0
(210,171,192)
#D9BBCB
(217,187,203)
#E0CBD6
(224,203,214)
#E7DBE1
(231,219,225)
#EEEBEC
(238,235,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A84B7E; }

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

This text font color is #A84B7E.

Background Color

.myBgColor { background-color: #A84B7E; }

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

This div background color is #A84B7E.

Border color

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

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

This div border color is #A84B7E.

Opacity

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

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

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

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

This text has shadow with #A84B7E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A84B7E.

Preview

Color preview on black background

This text has color #A84B7E on black background.


Color preview on white background

This text has color #A84B7E on white background.


Black color preview on #A84B7E background

This text has black color on #A84B7E background.


White color preview on #A84B7E background

This text has white color on #A84B7E background.


Related colors

Complementary color

Complementary color for #hex is #57B481.


I love getcolorcode.com

Triadic colors

1 #7EA84B and #4B7EA8 with #A84B7E are triadic colors.

2 #7E4BA8 and #4BA87E with #A84B7E are triadic colors.