COLOR #A790D1

HEX: #A790D1 RGB: (167,144,209)

Color info

#A790D1 contains mainly red and blue colors. Web safe color of #A790D1 is #9999CC (or #99C).

RGB color model

#A790D1 color RGB value is (167,144,209).

RGB: (167,144,209) (65%, 56%, 82%)

RGB channels and saturation

R 167 of 255 = 65%
G 144 of 255 = 56%
B 209 of 255 = 82%

167
144
209

R + G + B ~ 68%. #A790D1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 144 + 209 = 520 (100%)
R 167 of 520 ~ 32.12%
G 144 of 520 ~ 27.69%
B 209 of 520 ~ 40.19'%

%32.12
%27.69
%40.19

CMYK color model

#A790D1 color CMYK value is (20,31,0,18).

  • cyan value is 20.10%
  • magenta value is 31.10%
  • yellow value is 0.00%
  • key color value is 18.04%

CMYK: (20,31,0,18)
C20M31Y0K18 (20%, 31%, 0%, 18%)
(0.20 / 0.31 / 0.00 / 0.18)

CMYK percentages

%20.1
%31.1
%0
%18.04

Codes

Color #A790D1 in popluar color models

A7 90 D1
RGB 167 144 209
HSL 261° 41.40% 69.22%
HSB/HSV 261° 31.10% 81.96%
CMYK 20.10% 31.10% 0.00%
18.04%

Color #A790D1 in popluar number systems.

HEX A7 90 D1
Decimal 167 144 209
Binary 10100111 10010000 11010001
Octal 247 220 321

Shades and tints

Shades of #A790D1

#A790D1
(167,144,209)
#9883BE
(152,131,190)
#8976AB
(137,118,171)
#7A6998
(122,105,152)
#6B5C85
(107,92,133)
#5C4F72
(92,79,114)
#4D425F
(77,66,95)
#3E354C
(62,53,76)
#2F2839
(47,40,57)
#201B26
(32,27,38)
#110E13
(17,14,19)
#000000
(0,0,0)

Tints of #A790D1

#A790D1
(167,144,209)
#AF9AD5
(175,154,213)
#B7A4D9
(183,164,217)
#BFAEDD
(191,174,221)
#C7B8E1
(199,184,225)
#CFC2E5
(207,194,229)
#D7CCE9
(215,204,233)
#DFD6ED
(223,214,237)
#E7E0F1
(231,224,241)
#EFEAF5
(239,234,245)
#F7F4F9
(247,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A790D1; }

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

This text font color is #A790D1.

Background Color

.myBgColor { background-color: #A790D1; }

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

This div background color is #A790D1.

Border color

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

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

This div border color is #A790D1.

Opacity

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

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

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

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

This text has shadow with #A790D1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A790D1.

Preview

Color preview on black background

This text has color #A790D1 on black background.


Color preview on white background

This text has color #A790D1 on white background.


Black color preview on #A790D1 background

This text has black color on #A790D1 background.


White color preview on #A790D1 background

This text has white color on #A790D1 background.


Related colors

Complementary color

Complementary color for #hex is #586F2E.


I love getcolorcode.com

Triadic colors

1 #D1A790 and #90D1A7 with #A790D1 are triadic colors.

2 #D190A7 and #90A7D1 with #A790D1 are triadic colors.