COLOR #A83BC8

HEX: #A83BC8 RGB: (168,59,200)

Color info

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

RGB color model

#A83BC8 color RGB value is (168,59,200).

RGB: (168,59,200) (66%, 23%, 78%)

RGB channels and saturation

R 168 of 255 = 66%
G 59 of 255 = 23%
B 200 of 255 = 78%

168
59
200

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

Portions of RGB colors in percentages

R + G + B = 168 + 59 + 200 = 427 (100%)
R 168 of 427 ~ 39.34%
G 59 of 427 ~ 13.82%
B 200 of 427 ~ 46.84'%

%39.34
%13.82
%46.84

CMYK color model

#A83BC8 color CMYK value is (16,71,0,22).

  • cyan value is 16.00%
  • magenta value is 70.50%
  • yellow value is 0.00%
  • key color value is 21.57%

CMYK: (16,71,0,22)
C16M71Y0K22 (16%, 71%, 0%, 22%)
(0.16 / 0.71 / 0.00 / 0.22)

CMYK percentages

%16
%70.5
%0
%21.57

Codes

Color #A83BC8 in popluar color models

A8 3B C8
RGB 168 59 200
HSL 286° 56.18% 50.78%
HSB/HSV 286° 70.50% 78.43%
CMYK 16.00% 70.50% 0.00%
21.57%

Color #A83BC8 in popluar number systems.

HEX A8 3B C8
Decimal 168 59 200
Binary 10101000 111011 11001000
Octal 250 73 310

Shades and tints

Shades of #A83BC8

#A83BC8
(168,59,200)
#9936B6
(153,54,182)
#8A31A4
(138,49,164)
#7B2C92
(123,44,146)
#6C2780
(108,39,128)
#5D226E
(93,34,110)
#4E1D5C
(78,29,92)
#3F184A
(63,24,74)
#301338
(48,19,56)
#210E26
(33,14,38)
#120914
(18,9,20)
#000000
(0,0,0)

Tints of #A83BC8

#A83BC8
(168,59,200)
#AF4CCD
(175,76,205)
#B65DD2
(182,93,210)
#BD6ED7
(189,110,215)
#C47FDC
(196,127,220)
#CB90E1
(203,144,225)
#D2A1E6
(210,161,230)
#D9B2EB
(217,178,235)
#E0C3F0
(224,195,240)
#E7D4F5
(231,212,245)
#EEE5FA
(238,229,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A83BC8 color. Also use rgb(168,59,200) instead hex code.

Text Font Color

.myTextColor { color: #A83BC8; }

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

This text font color is #A83BC8.

Background Color

.myBgColor { background-color: #A83BC8; }

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

This div background color is #A83BC8.

Border color

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

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

This div border color is #A83BC8.

Opacity

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

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

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

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

This text has shadow with #A83BC8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A83BC8.

Preview

Color preview on black background

This text has color #A83BC8 on black background.


Color preview on white background

This text has color #A83BC8 on white background.


Black color preview on #A83BC8 background

This text has black color on #A83BC8 background.


White color preview on #A83BC8 background

This text has white color on #A83BC8 background.


Related colors

Complementary color

Complementary color for #hex is #57C437.


I love getcolorcode.com

Triadic colors

1 #C8A83B and #3BC8A8 with #A83BC8 are triadic colors.

2 #C83BA8 and #3BA8C8 with #A83BC8 are triadic colors.