COLOR #A83CAB

HEX: #A83CAB
RGB: (168,60,171)

Color info

#A83CAB contains mainly red and blue colors. Web safe color of #A83CAB is #993399 (or #939).

RGB color model

#A83CAB color RGB value is (168,60,171).

  • red value is 168;
  • green value is 60;
  • blue value is 171.
RGB:
(168,60,171)
(66%,24%,67%)

RGB channels and saturation

R 168 of 255 = 66%
G 60 of 255 = 24%
B 171 of 255 = 67%

168
60
171

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

Portions of RGB colors in percentages

R + G + B =
168 + 60 + 171 = 399 (100%)
R 168 of 399 ~ 42.11%
G 60 of 399 ~ 15.04%
B 171 of 399 ~ 42.86%

%42.11
%15.04
%42.86

CMYK color model

#A83CAB color CMYK value is (2,65,0,33).

  • cyan value is 1.75%
  • magenta value is 64.91%
  • yellow value is 0.00%
  • key color value is 32.94%
CMYK:
(2,65,0,33)
C2M65Y0K33 
(2%,65%,0%,33%)
(0.02/0.65/0.00/0.33)	

CMYK percentages

%1.75
%64.91
%0
%32.94

Codes

Color #A83CAB in popluar color models

A83CAB
RGB16860171
HSL298°48.05%45.29%
HSB/HSV298°64.91%67.06%
CMYK1.75%64.91%0.00%
32.94%

Color #A83CAB in popluar number systems.

HEXA83CAB
Decimal16860171
Binary1010100011110010101011
Octal25074253

Shades and tints

Shades of #A83CAB

#A83CAB
(168,60,171)
#99379C
(153,55,156)
#8A328D
(138,50,141)
#7B2D7E
(123,45,126)
#6C286F
(108,40,111)
#5D2360
(93,35,96)
#4E1E51
(78,30,81)
#3F1942
(63,25,66)
#301433
(48,20,51)
#210F24
(33,15,36)
#120A15
(18,10,21)
#000000
(0,0,0)

Tints of #A83CAB

#A83CAB
(168,60,171)
#AF4DB2
(175,77,178)
#B65EB9
(182,94,185)
#BD6FC0
(189,111,192)
#C480C7
(196,128,199)
#CB91CE
(203,145,206)
#D2A2D5
(210,162,213)
#D9B3DC
(217,179,220)
#E0C4E3
(224,196,227)
#E7D5EA
(231,213,234)
#EEE6F1
(238,230,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A83CAB color. Also use rgb(168,60,171) instead hex code.

Text Font Color

.myTextColor { color: #A83CAB; }

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

This text font color is #A83CAB.


Background Color

.myBgColor { background-color: #A83CAB; }

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

This div background color is #A83CAB.


Border color

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

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

This div border color is #A83CAB.


Opacity

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

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

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

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

This text has shadow with #A83CAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A83CAB on black background.


Color preview on white background

This text has color #A83CAB on white background.



Black color preview on #A83CAB background

This text has black color on #A83CAB background.


White color preview on #A83CAB background

This text has white color on #A83CAB background.