COLOR #A372B3

HEX: #A372B3
RGB: (163,114,179)

Color info

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

RGB color model

#A372B3 color RGB value is (163,114,179).

  • red value is 163;
  • green value is 114;
  • blue value is 179.
RGB:
(163,114,179)
(64%,45%,70%)

RGB channels and saturation

R 163 of 255 = 64%
G 114 of 255 = 45%
B 179 of 255 = 70%

163
114
179

R + G + B ~ 60%. #A372B3 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
163 + 114 + 179 = 456 (100%)
R 163 of 456 ~ 35.75%
G 114 of 456 ~ 25%
B 179 of 456 ~ 39.25%

%35.75
%25
%39.25

CMYK color model

#A372B3 color CMYK value is (9,36,0,30).

  • cyan value is 8.94%
  • magenta value is 36.31%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(9,36,0,30)
C9M36Y0K30 
(9%,36%,0%,30%)
(0.09/0.36/0.00/0.30)	

CMYK percentages

%8.94
%36.31
%0
%29.8

Codes

Color #A372B3 in popluar color models

A372B3
RGB163114179
HSL285°29.95%57.45%
HSB/HSV285°36.31%70.20%
CMYK8.94%36.31%0.00%
29.80%

Color #A372B3 in popluar number systems.

HEXA372B3
Decimal163114179
Binary10100011111001010110011
Octal243162263

Shades and tints

Shades of #A372B3

#A372B3
(163,114,179)
#9568A3
(149,104,163)
#875E93
(135,94,147)
#795483
(121,84,131)
#6B4A73
(107,74,115)
#5D4063
(93,64,99)
#4F3653
(79,54,83)
#412C43
(65,44,67)
#332233
(51,34,51)
#251823
(37,24,35)
#170E13
(23,14,19)
#000000
(0,0,0)

Tints of #A372B3

#A372B3
(163,114,179)
#AB7EB9
(171,126,185)
#B38ABF
(179,138,191)
#BB96C5
(187,150,197)
#C3A2CB
(195,162,203)
#CBAED1
(203,174,209)
#D3BAD7
(211,186,215)
#DBC6DD
(219,198,221)
#E3D2E3
(227,210,227)
#EBDEE9
(235,222,233)
#F3EAEF
(243,234,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A372B3 color. Also use rgb(163,114,179) instead hex code.

Text Font Color

.myTextColor { color: #A372B3; }

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

This text font color is #A372B3.


Background Color

.myBgColor { background-color: #A372B3; }

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

This div background color is #A372B3.


Border color

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

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

This div border color is #A372B3.


Opacity

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

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

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

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

This text has shadow with #A372B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A372B3 on black background.


Color preview on white background

This text has color #A372B3 on white background.



Black color preview on #A372B3 background

This text has black color on #A372B3 background.


White color preview on #A372B3 background

This text has white color on #A372B3 background.