COLOR #A372A5

HEX: #A372A5
RGB: (163,114,165)

Color info

#A372A5 contains red, green and blue colors in about the same proportion. Web safe color of #A372A5 is #996699 (or #969).

RGB color model

#A372A5 color RGB value is (163,114,165).

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

RGB channels and saturation

R 163 of 255 = 64%
G 114 of 255 = 45%
B 165 of 255 = 65%

163
114
165

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

Portions of RGB colors in percentages

R + G + B =
163 + 114 + 165 = 442 (100%)
R 163 of 442 ~ 36.88%
G 114 of 442 ~ 25.79%
B 165 of 442 ~ 37.33%

%36.88
%25.79
%37.33

CMYK color model

#A372A5 color CMYK value is (1,31,0,35).

  • cyan value is 1.21%
  • magenta value is 30.91%
  • yellow value is 0.00%
  • key color value is 35.29%
CMYK:
(1,31,0,35)
C1M31Y0K35 
(1%,31%,0%,35%)
(0.01/0.31/0.00/0.35)	

CMYK percentages

%1.21
%30.91
%0
%35.29

Codes

Color #A372A5 in popluar color models

A372A5
RGB163114165
HSL298°22.08%54.71%
HSB/HSV298°30.91%64.71%
CMYK1.21%30.91%0.00%
35.29%

Color #A372A5 in popluar number systems.

HEXA372A5
Decimal163114165
Binary10100011111001010100101
Octal243162245

Shades and tints

Shades of #A372A5

#A372A5
(163,114,165)
#956896
(149,104,150)
#875E87
(135,94,135)
#795478
(121,84,120)
#6B4A69
(107,74,105)
#5D405A
(93,64,90)
#4F364B
(79,54,75)
#412C3C
(65,44,60)
#33222D
(51,34,45)
#25181E
(37,24,30)
#170E0F
(23,14,15)
#000000
(0,0,0)

Tints of #A372A5

#A372A5
(163,114,165)
#AB7EAD
(171,126,173)
#B38AB5
(179,138,181)
#BB96BD
(187,150,189)
#C3A2C5
(195,162,197)
#CBAECD
(203,174,205)
#D3BAD5
(211,186,213)
#DBC6DD
(219,198,221)
#E3D2E5
(227,210,229)
#EBDEED
(235,222,237)
#F3EAF5
(243,234,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A372A5; }

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

This text font color is #A372A5.


Background Color

.myBgColor { background-color: #A372A5; }

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

This div background color is #A372A5.


Border color

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

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

This div border color is #A372A5.


Opacity

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

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

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

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

This text has shadow with #A372A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A372A5 on black background.


Color preview on white background

This text has color #A372A5 on white background.



Black color preview on #A372A5 background

This text has black color on #A372A5 background.


White color preview on #A372A5 background

This text has white color on #A372A5 background.