COLOR #7170A3

HEX: #7170A3
RGB: (113,112,163)

Color info

#7170A3 contains red, green and blue colors in about the same proportion. Web safe color of #7170A3 is #666699 (or #669).

RGB color model

#7170A3 color RGB value is (113,112,163).

  • red value is 113;
  • green value is 112;
  • blue value is 163.
RGB:
(113,112,163)
(44%,44%,64%)

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 163 of 255 = 64%

113
112
163

R + G + B ~ 51%. #7170A3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
113 + 112 + 163 = 388 (100%)
R 113 of 388 ~ 29.12%
G 112 of 388 ~ 28.87%
B 163 of 388 ~ 42.01%

%29.12
%28.87
%42.01

CMYK color model

#7170A3 color CMYK value is (31,31,0,36).

  • cyan value is 30.67%
  • magenta value is 31.29%
  • yellow value is 0.00%
  • key color value is 36.08%
CMYK:
(31,31,0,36)
C31M31Y0K36 
(31%,31%,0%,36%)
(0.31/0.31/0.00/0.36)	

CMYK percentages

%30.67
%31.29
%0
%36.08

Codes

Color #7170A3 in popluar color models

7170A3
RGB113112163
HSL241°21.70%53.92%
HSB/HSV241°31.29%63.92%
CMYK30.67%31.29%0.00%
36.08%

Color #7170A3 in popluar number systems.

HEX7170A3
Decimal113112163
Binary1110001111000010100011
Octal161160243

Shades and tints

Shades of #7170A3

#7170A3
(113,112,163)
#676695
(103,102,149)
#5D5C87
(93,92,135)
#535279
(83,82,121)
#49486B
(73,72,107)
#3F3E5D
(63,62,93)
#35344F
(53,52,79)
#2B2A41
(43,42,65)
#212033
(33,32,51)
#171625
(23,22,37)
#0D0C17
(13,12,23)
#000000
(0,0,0)

Tints of #7170A3

#7170A3
(113,112,163)
#7D7DAB
(125,125,171)
#898AB3
(137,138,179)
#9597BB
(149,151,187)
#A1A4C3
(161,164,195)
#ADB1CB
(173,177,203)
#B9BED3
(185,190,211)
#C5CBDB
(197,203,219)
#D1D8E3
(209,216,227)
#DDE5EB
(221,229,235)
#E9F2F3
(233,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7170A3 color. Also use rgb(113,112,163) instead hex code.

Text Font Color

.myTextColor { color: #7170A3; }

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

This text font color is #7170A3.


Background Color

.myBgColor { background-color: #7170A3; }

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

This div background color is #7170A3.


Border color

.myBorderColor { border: 1px solid #7170A3; }

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

This div border color is #7170A3.


Opacity

.myOpacity80 { color: #7170A3; opacity: 0.8; }

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

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

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

This text has shadow with #7170A3 color.

.textShadow {text-shadow: 3px 3px 1px #7170A3, 3px 3px 1px red;}

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

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


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

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

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


Div box shadow color

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

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #7170A3;
-webkit-box-shadow: 1px 1px 3px 2px #7170A3;
box-shadow:1px 1px 3px 2px #7170A3;">
Div content here</div>
This div box has shadow with color #7170A3.

Preview

Color preview on black background

This text has color #7170A3 on black background.


Color preview on white background

This text has color #7170A3 on white background.



Black color preview on #7170A3 background

This text has black color on #7170A3 background.


White color preview on #7170A3 background

This text has white color on #7170A3 background.