COLOR #A33FBB

HEX: #A33FBB RGB: (163,63,187)

Color info

#A33FBB contains mainly red and blue colors. Web safe color of #A33FBB is #9933CC (or #93C).

RGB color model

#A33FBB color RGB value is (163,63,187).

RGB: (163,63,187) (64%, 25%, 73%)

RGB channels and saturation

R 163 of 255 = 64%
G 63 of 255 = 25%
B 187 of 255 = 73%

163
63
187

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

Portions of RGB colors in percentages

R + G + B = 163 + 63 + 187 = 413 (100%)
R 163 of 413 ~ 39.47%
G 63 of 413 ~ 15.25%
B 187 of 413 ~ 45.28'%

%39.47
%15.25
%45.28

CMYK color model

#A33FBB color CMYK value is (13,66,0,27).

  • cyan value is 12.83%
  • magenta value is 66.31%
  • yellow value is 0.00%
  • key color value is 26.67%
CMYK: (13,66,0,27) C13M66Y0K27 (13%,66%,0%,27%) (0.13/0.66/0.00/0.27) 

CMYK percentages

%12.83
%66.31
%0
%26.67

Codes

Color #A33FBB in popluar color models

A3 3F BB
RGB 163 63 187
HSL 288° 49.60% 49.02%
HSB/HSV 288° 66.31% 73.33%
CMYK 12.83% 66.31% 0.00%
26.67%

Color #A33FBB in popluar number systems.

HEX A3 3F BB
Decimal 163 63 187
Binary 10100011 111111 10111011
Octal 243 77 273

Shades and tints

Shades of #A33FBB

#A33FBB
(163,63,187)
#953AAA
(149,58,170)
#873599
(135,53,153)
#793088
(121,48,136)
#6B2B77
(107,43,119)
#5D2666
(93,38,102)
#4F2155
(79,33,85)
#411C44
(65,28,68)
#331733
(51,23,51)
#251222
(37,18,34)
#170D11
(23,13,17)
#000000
(0,0,0)

Tints of #A33FBB

#A33FBB
(163,63,187)
#AB50C1
(171,80,193)
#B361C7
(179,97,199)
#BB72CD
(187,114,205)
#C383D3
(195,131,211)
#CB94D9
(203,148,217)
#D3A5DF
(211,165,223)
#DBB6E5
(219,182,229)
#E3C7EB
(227,199,235)
#EBD8F1
(235,216,241)
#F3E9F7
(243,233,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A33FBB color. Also use rgb(163,63,187) instead hex code.

Text Font Color

.myTextColor { color: #A33FBB; }

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

This text font color is #A33FBB.

Background Color

.myBgColor { background-color: #A33FBB; }

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

This div background color is #A33FBB.

Border color

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

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

This div border color is #A33FBB.

Opacity

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

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

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

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

This text has shadow with #A33FBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A33FBB.

Preview

Color preview on black background

This text has color #A33FBB on black background.


Color preview on white background

This text has color #A33FBB on white background.


Black color preview on #A33FBB background

This text has black color on #A33FBB background.


White color preview on #A33FBB background

This text has white color on #A33FBB background.


Related colors

Complementary color

Complementary color for #hex is #5CC044.


I love getcolorcode.com

Triadic colors

1 #BBA33F and #3FBBA3 with #A33FBB are triadic colors.

2 #BB3FA3 and #3FA3BB with #A33FBB are triadic colors.