COLOR #8470AF

HEX: #8470AF
RGB: (132,112,175)

Color info

#8470AF contains mainly red and blue colors. Web safe color of #8470AF is #996699 (or #969).

RGB color model

#8470AF color RGB value is (132,112,175).

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

RGB channels and saturation

R 132 of 255 = 52%
G 112 of 255 = 44%
B 175 of 255 = 69%

132
112
175

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

Portions of RGB colors in percentages

R + G + B =
132 + 112 + 175 = 419 (100%)
R 132 of 419 ~ 31.5%
G 112 of 419 ~ 26.73%
B 175 of 419 ~ 41.77%

%31.5
%26.73
%41.77

CMYK color model

#8470AF color CMYK value is (25,36,0,31).

  • cyan value is 24.57%
  • magenta value is 36.00%
  • yellow value is 0.00%
  • key color value is 31.37%
CMYK:
(25,36,0,31)
C25M36Y0K31 
(25%,36%,0%,31%)
(0.25/0.36/0.00/0.31)	

CMYK percentages

%24.57
%36
%0
%31.37

Codes

Color #8470AF in popluar color models

8470AF
RGB132112175
HSL259°28.25%56.27%
HSB/HSV259°36.00%68.63%
CMYK24.57%36.00%0.00%
31.37%

Color #8470AF in popluar number systems.

HEX8470AF
Decimal132112175
Binary10000100111000010101111
Octal204160257

Shades and tints

Shades of #8470AF

#8470AF
(132,112,175)
#7866A0
(120,102,160)
#6C5C91
(108,92,145)
#605282
(96,82,130)
#544873
(84,72,115)
#483E64
(72,62,100)
#3C3455
(60,52,85)
#302A46
(48,42,70)
#242037
(36,32,55)
#181628
(24,22,40)
#0C0C19
(12,12,25)
#000000
(0,0,0)

Tints of #8470AF

#8470AF
(132,112,175)
#8F7DB6
(143,125,182)
#9A8ABD
(154,138,189)
#A597C4
(165,151,196)
#B0A4CB
(176,164,203)
#BBB1D2
(187,177,210)
#C6BED9
(198,190,217)
#D1CBE0
(209,203,224)
#DCD8E7
(220,216,231)
#E7E5EE
(231,229,238)
#F2F2F5
(242,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #8470AF; }

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

This text font color is #8470AF.


Background Color

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

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

This div background color is #8470AF.


Border color

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

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

This div border color is #8470AF.


Opacity

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

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

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

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

This text has shadow with #8470AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #8470AF on black background.


Color preview on white background

This text has color #8470AF on white background.



Black color preview on #8470AF background

This text has black color on #8470AF background.


White color preview on #8470AF background

This text has white color on #8470AF background.