COLOR #A33B7B

HEX: #A33B7B RGB: (163,59,123)

Color info

#A33B7B contains mainly red and blue colors. Web safe color of #A33B7B is #993366 (or #936).

RGB color model

#A33B7B color RGB value is (163,59,123).

RGB: (163,59,123) (64%, 23%, 48%)

RGB channels and saturation

R 163 of 255 = 64%
G 59 of 255 = 23%
B 123 of 255 = 48%

163
59
123

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

Portions of RGB colors in percentages

R + G + B = 163 + 59 + 123 = 345 (100%)
R 163 of 345 ~ 47.25%
G 59 of 345 ~ 17.1%
B 123 of 345 ~ 35.65'%

%47.25
%17.1
%35.65

CMYK color model

#A33B7B color CMYK value is (0,64,25,36).

  • cyan value is 0.00%
  • magenta value is 63.80%
  • yellow value is 24.54%
  • key color value is 36.08%

CMYK: (0,64,25,36)
C0M64Y25K36 (0%, 64%, 25%, 36%)
(0.00 / 0.64 / 0.25 / 0.36)

CMYK percentages

%0
%63.8
%24.54
%36.08

Codes

Color #A33B7B in popluar color models

A3 3B 7B
RGB 163 59 123
HSL 323° 46.85% 43.53%
HSB/HSV 323° 63.80% 63.92%
CMYK 0.00% 63.80% 24.54%
36.08%

Color #A33B7B in popluar number systems.

HEX A3 3B 7B
Decimal 163 59 123
Binary 10100011 111011 1111011
Octal 243 73 173

Shades and tints

Shades of #A33B7B

#A33B7B
(163,59,123)
#953670
(149,54,112)
#873165
(135,49,101)
#792C5A
(121,44,90)
#6B274F
(107,39,79)
#5D2244
(93,34,68)
#4F1D39
(79,29,57)
#41182E
(65,24,46)
#331323
(51,19,35)
#250E18
(37,14,24)
#17090D
(23,9,13)
#000000
(0,0,0)

Tints of #A33B7B

#A33B7B
(163,59,123)
#AB4C87
(171,76,135)
#B35D93
(179,93,147)
#BB6E9F
(187,110,159)
#C37FAB
(195,127,171)
#CB90B7
(203,144,183)
#D3A1C3
(211,161,195)
#DBB2CF
(219,178,207)
#E3C3DB
(227,195,219)
#EBD4E7
(235,212,231)
#F3E5F3
(243,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A33B7B color. Also use rgb(163,59,123) instead hex code.

Text Font Color

.myTextColor { color: #A33B7B; }

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

This text font color is #A33B7B.

Background Color

.myBgColor { background-color: #A33B7B; }

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

This div background color is #A33B7B.

Border color

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

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

This div border color is #A33B7B.

Opacity

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

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

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

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

This text has shadow with #A33B7B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A33B7B.

Preview

Color preview on black background

This text has color #A33B7B on black background.


Color preview on white background

This text has color #A33B7B on white background.


Black color preview on #A33B7B background

This text has black color on #A33B7B background.


White color preview on #A33B7B background

This text has white color on #A33B7B background.


Related colors

Complementary color

Complementary color for #hex is #5CC484.


I love getcolorcode.com

Triadic colors

1 #7BA33B and #3B7BA3 with #A33B7B are triadic colors.

2 #7B3BA3 and #3BA37B with #A33B7B are triadic colors.