COLOR #A790CF

HEX: #A790CF RGB: (167,144,207)

Color info

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

RGB color model

#A790CF color RGB value is (167,144,207).

RGB: (167,144,207) (65%, 56%, 81%)

RGB channels and saturation

R 167 of 255 = 65%
G 144 of 255 = 56%
B 207 of 255 = 81%

167
144
207

R + G + B ~ 67%. #A790CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 167 + 144 + 207 = 518 (100%)
R 167 of 518 ~ 32.24%
G 144 of 518 ~ 27.8%
B 207 of 518 ~ 39.96'%

%32.24
%27.8
%39.96

CMYK color model

#A790CF color CMYK value is (19,30,0,19).

  • cyan value is 19.32%
  • magenta value is 30.43%
  • yellow value is 0.00%
  • key color value is 18.82%

CMYK: (19,30,0,19)
C19M30Y0K19 (19%, 30%, 0%, 19%)
(0.19 / 0.30 / 0.00 / 0.19)

CMYK percentages

%19.32
%30.43
%0
%18.82

Codes

Color #A790CF in popluar color models

A7 90 CF
RGB 167 144 207
HSL 262° 39.62% 68.82%
HSB/HSV 262° 30.43% 81.18%
CMYK 19.32% 30.43% 0.00%
18.82%

Color #A790CF in popluar number systems.

HEX A7 90 CF
Decimal 167 144 207
Binary 10100111 10010000 11001111
Octal 247 220 317

Shades and tints

Shades of #A790CF

#A790CF
(167,144,207)
#9883BD
(152,131,189)
#8976AB
(137,118,171)
#7A6999
(122,105,153)
#6B5C87
(107,92,135)
#5C4F75
(92,79,117)
#4D4263
(77,66,99)
#3E3551
(62,53,81)
#2F283F
(47,40,63)
#201B2D
(32,27,45)
#110E1B
(17,14,27)
#000000
(0,0,0)

Tints of #A790CF

#A790CF
(167,144,207)
#AF9AD3
(175,154,211)
#B7A4D7
(183,164,215)
#BFAEDB
(191,174,219)
#C7B8DF
(199,184,223)
#CFC2E3
(207,194,227)
#D7CCE7
(215,204,231)
#DFD6EB
(223,214,235)
#E7E0EF
(231,224,239)
#EFEAF3
(239,234,243)
#F7F4F7
(247,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A790CF; }

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

This text font color is #A790CF.

Background Color

.myBgColor { background-color: #A790CF; }

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

This div background color is #A790CF.

Border color

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

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

This div border color is #A790CF.

Opacity

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

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

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

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

This text has shadow with #A790CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A790CF.

Preview

Color preview on black background

This text has color #A790CF on black background.


Color preview on white background

This text has color #A790CF on white background.


Black color preview on #A790CF background

This text has black color on #A790CF background.


White color preview on #A790CF background

This text has white color on #A790CF background.


Related colors

Complementary color

Complementary color for #hex is #586F30.


I love getcolorcode.com

Triadic colors

1 #CFA790 and #90CFA7 with #A790CF are triadic colors.

2 #CF90A7 and #90A7CF with #A790CF are triadic colors.