COLOR #A82BD1

HEX: #A82BD1
RGB: (168,43,209)

Color info

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

RGB color model

#A82BD1 color RGB value is (168,43,209).

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

RGB channels and saturation

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

168
43
209

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

Portions of RGB colors in percentages

R + G + B =
168 + 43 + 209 = 420 (100%)
R 168 of 420 ~ 40%
G 43 of 420 ~ 10.24%
B 209 of 420 ~ 49.76%

%40
%10.24
%49.76

CMYK color model

#A82BD1 color CMYK value is (20,79,0,18).

  • cyan value is 19.62%
  • magenta value is 79.43%
  • yellow value is 0.00%
  • key color value is 18.04%
CMYK:
(20,79,0,18)
C20M79Y0K18 
(20%,79%,0%,18%)
(0.20/0.79/0.00/0.18)	

CMYK percentages

%19.62
%79.43
%0
%18.04

Codes

Color #A82BD1 in popluar color models

A82BD1
RGB16843209
HSL285°65.87%49.41%
HSB/HSV285°79.43%81.96%
CMYK19.62%79.43%0.00%
18.04%

Color #A82BD1 in popluar number systems.

HEXA82BD1
Decimal16843209
Binary1010100010101111010001
Octal25053321

Shades and tints

Shades of #A82BD1

#A82BD1
(168,43,209)
#9928BE
(153,40,190)
#8A25AB
(138,37,171)
#7B2298
(123,34,152)
#6C1F85
(108,31,133)
#5D1C72
(93,28,114)
#4E195F
(78,25,95)
#3F164C
(63,22,76)
#301339
(48,19,57)
#211026
(33,16,38)
#120D13
(18,13,19)
#000000
(0,0,0)

Tints of #A82BD1

#A82BD1
(168,43,209)
#AF3ED5
(175,62,213)
#B651D9
(182,81,217)
#BD64DD
(189,100,221)
#C477E1
(196,119,225)
#CB8AE5
(203,138,229)
#D29DE9
(210,157,233)
#D9B0ED
(217,176,237)
#E0C3F1
(224,195,241)
#E7D6F5
(231,214,245)
#EEE9F9
(238,233,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A82BD1; }

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

This text font color is #A82BD1.


Background Color

.myBgColor { background-color: #A82BD1; }

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

This div background color is #A82BD1.


Border color

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

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

This div border color is #A82BD1.


Opacity

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

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

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

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

This text has shadow with #A82BD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A82BD1 on black background.


Color preview on white background

This text has color #A82BD1 on white background.



Black color preview on #A82BD1 background

This text has black color on #A82BD1 background.


White color preview on #A82BD1 background

This text has white color on #A82BD1 background.