COLOR #A82BA8

HEX: #A82BA8
RGB: (168,43,168)

Color info

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

RGB color model

#A82BA8 color RGB value is (168,43,168).

  • red value is 168;
  • green value is 43;
  • blue value is 168.
RGB:
(168,43,168)
(66%,17%,66%)

RGB channels and saturation

R 168 of 255 = 66%
G 43 of 255 = 17%
B 168 of 255 = 66%

168
43
168

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

Portions of RGB colors in percentages

R + G + B =
168 + 43 + 168 = 379 (100%)
R 168 of 379 ~ 44.33%
G 43 of 379 ~ 11.35%
B 168 of 379 ~ 44.33%

%44.33
%11.35
%44.33

CMYK color model

#A82BA8 color CMYK value is (0,74,0,34).

  • cyan value is 0.00%
  • magenta value is 74.40%
  • yellow value is 0.00%
  • key color value is 34.12%
CMYK:
(0,74,0,34)
C0M74Y0K34 
(0%,74%,0%,34%)
(0.00/0.74/0.00/0.34)	

CMYK percentages

%0
%74.4
%0
%34.12

Codes

Color #A82BA8 in popluar color models

A82BA8
RGB16843168
HSL300°59.24%41.37%
HSB/HSV300°74.40%65.88%
CMYK0.00%74.40%0.00%
34.12%

Color #A82BA8 in popluar number systems.

HEXA82BA8
Decimal16843168
Binary1010100010101110101000
Octal25053250

Shades and tints

Shades of #A82BA8

#A82BA8
(168,43,168)
#992899
(153,40,153)
#8A258A
(138,37,138)
#7B227B
(123,34,123)
#6C1F6C
(108,31,108)
#5D1C5D
(93,28,93)
#4E194E
(78,25,78)
#3F163F
(63,22,63)
#301330
(48,19,48)
#211021
(33,16,33)
#120D12
(18,13,18)
#000000
(0,0,0)

Tints of #A82BA8

#A82BA8
(168,43,168)
#AF3EAF
(175,62,175)
#B651B6
(182,81,182)
#BD64BD
(189,100,189)
#C477C4
(196,119,196)
#CB8ACB
(203,138,203)
#D29DD2
(210,157,210)
#D9B0D9
(217,176,217)
#E0C3E0
(224,195,224)
#E7D6E7
(231,214,231)
#EEE9EE
(238,233,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A82BA8; }

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

This text font color is #A82BA8.


Background Color

.myBgColor { background-color: #A82BA8; }

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

This div background color is #A82BA8.


Border color

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

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

This div border color is #A82BA8.


Opacity

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

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

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

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

This text has shadow with #A82BA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A82BA8 on black background.


Color preview on white background

This text has color #A82BA8 on white background.



Black color preview on #A82BA8 background

This text has black color on #A82BA8 background.


White color preview on #A82BA8 background

This text has white color on #A82BA8 background.