COLOR #A792B4

HEX: #A792B4 RGB: (167,146,180)

Color info

#A792B4 contains red, green and blue colors in about the same proportion. Web safe color of #A792B4 is #9999CC (or #99C).

RGB color model

#A792B4 color RGB value is (167,146,180).

RGB: (167,146,180) (65%, 57%, 71%)

RGB channels and saturation

R 167 of 255 = 65%
G 146 of 255 = 57%
B 180 of 255 = 71%

167
146
180

R + G + B ~ 64%. #A792B4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 146 + 180 = 493 (100%)
R 167 of 493 ~ 33.87%
G 146 of 493 ~ 29.61%
B 180 of 493 ~ 36.51'%

%33.87
%29.61
%36.51

CMYK color model

#A792B4 color CMYK value is (7,19,0,29).

  • cyan value is 7.22%
  • magenta value is 18.89%
  • yellow value is 0.00%
  • key color value is 29.41%

CMYK: (7,19,0,29)
C7M19Y0K29 (7%, 19%, 0%, 29%)
(0.07 / 0.19 / 0.00 / 0.29)

CMYK percentages

%7.22
%18.89
%0
%29.41

Codes

Color #A792B4 in popluar color models

A7 92 B4
RGB 167 146 180
HSL 277° 18.48% 63.92%
HSB/HSV 277° 18.89% 70.59%
CMYK 7.22% 18.89% 0.00%
29.41%

Color #A792B4 in popluar number systems.

HEX A7 92 B4
Decimal 167 146 180
Binary 10100111 10010010 10110100
Octal 247 222 264

Shades and tints

Shades of #A792B4

#A792B4
(167,146,180)
#9885A4
(152,133,164)
#897894
(137,120,148)
#7A6B84
(122,107,132)
#6B5E74
(107,94,116)
#5C5164
(92,81,100)
#4D4454
(77,68,84)
#3E3744
(62,55,68)
#2F2A34
(47,42,52)
#201D24
(32,29,36)
#111014
(17,16,20)
#000000
(0,0,0)

Tints of #A792B4

#A792B4
(167,146,180)
#AF9BBA
(175,155,186)
#B7A4C0
(183,164,192)
#BFADC6
(191,173,198)
#C7B6CC
(199,182,204)
#CFBFD2
(207,191,210)
#D7C8D8
(215,200,216)
#DFD1DE
(223,209,222)
#E7DAE4
(231,218,228)
#EFE3EA
(239,227,234)
#F7ECF0
(247,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A792B4 color. Also use rgb(167,146,180) instead hex code.

Text Font Color

.myTextColor { color: #A792B4; }

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

This text font color is #A792B4.

Background Color

.myBgColor { background-color: #A792B4; }

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

This div background color is #A792B4.

Border color

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

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

This div border color is #A792B4.

Opacity

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

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

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

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

This text has shadow with #A792B4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A792B4.

Preview

Color preview on black background

This text has color #A792B4 on black background.


Color preview on white background

This text has color #A792B4 on white background.


Black color preview on #A792B4 background

This text has black color on #A792B4 background.


White color preview on #A792B4 background

This text has white color on #A792B4 background.


Related colors

Complementary color

Complementary color for #hex is #586D4B.


I love getcolorcode.com

Triadic colors

1 #B4A792 and #92B4A7 with #A792B4 are triadic colors.

2 #B492A7 and #92A7B4 with #A792B4 are triadic colors.