COLOR #A35F93

HEX: #A35F93 RGB: (163,95,147)

Color info

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

RGB color model

#A35F93 color RGB value is (163,95,147).

RGB: (163,95,147) (64%, 37%, 58%)

RGB channels and saturation

R 163 of 255 = 64%
G 95 of 255 = 37%
B 147 of 255 = 58%

163
95
147

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

Portions of RGB colors in percentages

R + G + B = 163 + 95 + 147 = 405 (100%)
R 163 of 405 ~ 40.25%
G 95 of 405 ~ 23.46%
B 147 of 405 ~ 36.3'%

%40.25
%23.46
%36.3

CMYK color model

#A35F93 color CMYK value is (0,42,10,36).

  • cyan value is 0.00%
  • magenta value is 41.72%
  • yellow value is 9.82%
  • key color value is 36.08%

CMYK: (0,42,10,36)
C0M42Y10K36 (0%, 42%, 10%, 36%)
(0.00 / 0.42 / 0.10 / 0.36)

CMYK percentages

%0
%41.72
%9.82
%36.08

Codes

Color #A35F93 in popluar color models

A3 5F 93
RGB 163 95 147
HSL 314° 26.98% 50.59%
HSB/HSV 314° 41.72% 63.92%
CMYK 0.00% 41.72% 9.82%
36.08%

Color #A35F93 in popluar number systems.

HEX A3 5F 93
Decimal 163 95 147
Binary 10100011 1011111 10010011
Octal 243 137 223

Shades and tints

Shades of #A35F93

#A35F93
(163,95,147)
#955786
(149,87,134)
#874F79
(135,79,121)
#79476C
(121,71,108)
#6B3F5F
(107,63,95)
#5D3752
(93,55,82)
#4F2F45
(79,47,69)
#412738
(65,39,56)
#331F2B
(51,31,43)
#25171E
(37,23,30)
#170F11
(23,15,17)
#000000
(0,0,0)

Tints of #A35F93

#A35F93
(163,95,147)
#AB6D9C
(171,109,156)
#B37BA5
(179,123,165)
#BB89AE
(187,137,174)
#C397B7
(195,151,183)
#CBA5C0
(203,165,192)
#D3B3C9
(211,179,201)
#DBC1D2
(219,193,210)
#E3CFDB
(227,207,219)
#EBDDE4
(235,221,228)
#F3EBED
(243,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A35F93 color. Also use rgb(163,95,147) instead hex code.

Text Font Color

.myTextColor { color: #A35F93; }

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

This text font color is #A35F93.

Background Color

.myBgColor { background-color: #A35F93; }

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

This div background color is #A35F93.

Border color

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

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

This div border color is #A35F93.

Opacity

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

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

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

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

This text has shadow with #A35F93 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A35F93.

Preview

Color preview on black background

This text has color #A35F93 on black background.


Color preview on white background

This text has color #A35F93 on white background.


Black color preview on #A35F93 background

This text has black color on #A35F93 background.


White color preview on #A35F93 background

This text has white color on #A35F93 background.


Related colors

Complementary color

Complementary color for #hex is #5CA06C.


I love getcolorcode.com

Triadic colors

1 #93A35F and #5F93A3 with #A35F93 are triadic colors.

2 #935FA3 and #5FA393 with #A35F93 are triadic colors.