COLOR #7170AF

HEX: #7170AF
RGB: (113,112,175)

Color info

#7170AF contains mainly blue color. Web safe color of #7170AF is #666699 (or #669).

RGB color model

#7170AF color RGB value is (113,112,175).

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

RGB channels and saturation

R 113 of 255 = 44%
G 112 of 255 = 44%
B 175 of 255 = 69%

113
112
175

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

Portions of RGB colors in percentages

R + G + B =
113 + 112 + 175 = 400 (100%)
R 113 of 400 ~ 28.25%
G 112 of 400 ~ 28%
B 175 of 400 ~ 43.75%

%28.25
%28
%43.75

CMYK color model

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

  • cyan value is 35.43%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(35,36,0,31)
C35M36Y0K31 
(35%,36%,0%,31%)
(0.35/0.36/0.00/0.31)	

CMYK percentages

%35.43
%36
%0
%31.37

Codes

Color #7170AF in popluar color models

7170AF
RGB113112175
HSL241°28.25%56.27%
HSB/HSV241°36.00%68.63%
CMYK35.43%36.00%0.00%
31.37%

Color #7170AF in popluar number systems.

HEX7170AF
Decimal113112175
Binary1110001111000010101111
Octal161160257

Shades and tints

Shades of #7170AF

#7170AF
(113,112,175)
#6766A0
(103,102,160)
#5D5C91
(93,92,145)
#535282
(83,82,130)
#494873
(73,72,115)
#3F3E64
(63,62,100)
#353455
(53,52,85)
#2B2A46
(43,42,70)
#212037
(33,32,55)
#171628
(23,22,40)
#0D0C19
(13,12,25)
#000000
(0,0,0)

Tints of #7170AF

#7170AF
(113,112,175)
#7D7DB6
(125,125,182)
#898ABD
(137,138,189)
#9597C4
(149,151,196)
#A1A4CB
(161,164,203)
#ADB1D2
(173,177,210)
#B9BED9
(185,190,217)
#C5CBE0
(197,203,224)
#D1D8E7
(209,216,231)
#DDE5EE
(221,229,238)
#E9F2F5
(233,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7170AF; }

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

This text font color is #7170AF.


Background Color

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

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

This div background color is #7170AF.


Border color

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

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

This div border color is #7170AF.


Opacity

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

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

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

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

This text has shadow with #7170AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7170AF on black background.


Color preview on white background

This text has color #7170AF on white background.



Black color preview on #7170AF background

This text has black color on #7170AF background.


White color preview on #7170AF background

This text has white color on #7170AF background.