COLOR #A672B8

HEX: #A672B8
RGB: (166,114,184)

Color info

#A672B8 contains mainly red and blue colors. Web safe color of #A672B8 is #9966CC (or #96C).

RGB color model

#A672B8 color RGB value is (166,114,184).

  • red value is 166;
  • green value is 114;
  • blue value is 184.
RGB:
(166,114,184)
(65%,45%,72%)

RGB channels and saturation

R 166 of 255 = 65%
G 114 of 255 = 45%
B 184 of 255 = 72%

166
114
184

R + G + B ~ 61%. #A672B8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
166 + 114 + 184 = 464 (100%)
R 166 of 464 ~ 35.78%
G 114 of 464 ~ 24.57%
B 184 of 464 ~ 39.66%

%35.78
%24.57
%39.66

CMYK color model

#A672B8 color CMYK value is (10,38,0,28).

  • cyan value is 9.78%
  • magenta value is 38.04%
  • yellow value is 0.00%
  • key color value is 27.84%
CMYK:
(10,38,0,28)
C10M38Y0K28 
(10%,38%,0%,28%)
(0.10/0.38/0.00/0.28)	

CMYK percentages

%9.78
%38.04
%0
%27.84

Codes

Color #A672B8 in popluar color models

A672B8
RGB166114184
HSL285°33.02%58.43%
HSB/HSV285°38.04%72.16%
CMYK9.78%38.04%0.00%
27.84%

Color #A672B8 in popluar number systems.

HEXA672B8
Decimal166114184
Binary10100110111001010111000
Octal246162270

Shades and tints

Shades of #A672B8

#A672B8
(166,114,184)
#9768A8
(151,104,168)
#885E98
(136,94,152)
#795488
(121,84,136)
#6A4A78
(106,74,120)
#5B4068
(91,64,104)
#4C3658
(76,54,88)
#3D2C48
(61,44,72)
#2E2238
(46,34,56)
#1F1828
(31,24,40)
#100E18
(16,14,24)
#000000
(0,0,0)

Tints of #A672B8

#A672B8
(166,114,184)
#AE7EBE
(174,126,190)
#B68AC4
(182,138,196)
#BE96CA
(190,150,202)
#C6A2D0
(198,162,208)
#CEAED6
(206,174,214)
#D6BADC
(214,186,220)
#DEC6E2
(222,198,226)
#E6D2E8
(230,210,232)
#EEDEEE
(238,222,238)
#F6EAF4
(246,234,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A672B8 color. Also use rgb(166,114,184) instead hex code.

Text Font Color

.myTextColor { color: #A672B8; }

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

This text font color is #A672B8.


Background Color

.myBgColor { background-color: #A672B8; }

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

This div background color is #A672B8.


Border color

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

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

This div border color is #A672B8.


Opacity

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

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

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

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

This text has shadow with #A672B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A672B8 on black background.


Color preview on white background

This text has color #A672B8 on white background.



Black color preview on #A672B8 background

This text has black color on #A672B8 background.


White color preview on #A672B8 background

This text has white color on #A672B8 background.