COLOR #A790BB

HEX: #A790BB RGB: (167,144,187)

Color info

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

RGB color model

#A790BB color RGB value is (167,144,187).

RGB: (167,144,187) (65%, 56%, 73%)

RGB channels and saturation

R 167 of 255 = 65%
G 144 of 255 = 56%
B 187 of 255 = 73%

167
144
187

R + G + B ~ 65%. #A790BB is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 144 + 187 = 498 (100%)
R 167 of 498 ~ 33.53%
G 144 of 498 ~ 28.92%
B 187 of 498 ~ 37.55'%

%33.53
%28.92
%37.55

CMYK color model

#A790BB color CMYK value is (11,23,0,27).

  • cyan value is 10.70%
  • magenta value is 22.99%
  • yellow value is 0.00%
  • key color value is 26.67%

CMYK: (11,23,0,27)
C11M23Y0K27 (11%, 23%, 0%, 27%)
(0.11 / 0.23 / 0.00 / 0.27)

CMYK percentages

%10.7
%22.99
%0
%26.67

Codes

Color #A790BB in popluar color models

A7 90 BB
RGB 167 144 187
HSL 272° 24.02% 64.90%
HSB/HSV 272° 22.99% 73.33%
CMYK 10.70% 22.99% 0.00%
26.67%

Color #A790BB in popluar number systems.

HEX A7 90 BB
Decimal 167 144 187
Binary 10100111 10010000 10111011
Octal 247 220 273

Shades and tints

Shades of #A790BB

#A790BB
(167,144,187)
#9883AA
(152,131,170)
#897699
(137,118,153)
#7A6988
(122,105,136)
#6B5C77
(107,92,119)
#5C4F66
(92,79,102)
#4D4255
(77,66,85)
#3E3544
(62,53,68)
#2F2833
(47,40,51)
#201B22
(32,27,34)
#110E11
(17,14,17)
#000000
(0,0,0)

Tints of #A790BB

#A790BB
(167,144,187)
#AF9AC1
(175,154,193)
#B7A4C7
(183,164,199)
#BFAECD
(191,174,205)
#C7B8D3
(199,184,211)
#CFC2D9
(207,194,217)
#D7CCDF
(215,204,223)
#DFD6E5
(223,214,229)
#E7E0EB
(231,224,235)
#EFEAF1
(239,234,241)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A790BB color. Also use rgb(167,144,187) instead hex code.

Text Font Color

.myTextColor { color: #A790BB; }

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

This text font color is #A790BB.

Background Color

.myBgColor { background-color: #A790BB; }

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

This div background color is #A790BB.

Border color

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

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

This div border color is #A790BB.

Opacity

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

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

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

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

This text has shadow with #A790BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A790BB.

Preview

Color preview on black background

This text has color #A790BB on black background.


Color preview on white background

This text has color #A790BB on white background.


Black color preview on #A790BB background

This text has black color on #A790BB background.


White color preview on #A790BB background

This text has white color on #A790BB background.


Related colors

Complementary color

Complementary color for #hex is #586F44.


I love getcolorcode.com

Triadic colors

1 #BBA790 and #90BBA7 with #A790BB are triadic colors.

2 #BB90A7 and #90A7BB with #A790BB are triadic colors.