COLOR #A248B6

HEX: #A248B6
RGB: (162,72,182)

Color info

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

RGB color model

#A248B6 color RGB value is (162,72,182).

  • red value is 162;
  • green value is 72;
  • blue value is 182.
RGB:
(162,72,182)
(64%,28%,71%)

RGB channels and saturation

R 162 of 255 = 64%
G 72 of 255 = 28%
B 182 of 255 = 71%

162
72
182

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

Portions of RGB colors in percentages

R + G + B =
162 + 72 + 182 = 416 (100%)
R 162 of 416 ~ 38.94%
G 72 of 416 ~ 17.31%
B 182 of 416 ~ 43.75%

%38.94
%17.31
%43.75

CMYK color model

#A248B6 color CMYK value is (11,60,0,29).

  • cyan value is 10.99%
  • magenta value is 60.44%
  • yellow value is 0.00%
  • key color value is 28.63%
CMYK:
(11,60,0,29)
C11M60Y0K29 
(11%,60%,0%,29%)
(0.11/0.60/0.00/0.29)	

CMYK percentages

%10.99
%60.44
%0
%28.63

Codes

Color #A248B6 in popluar color models

A248B6
RGB16272182
HSL289°43.31%49.80%
HSB/HSV289°60.44%71.37%
CMYK10.99%60.44%0.00%
28.63%

Color #A248B6 in popluar number systems.

HEXA248B6
Decimal16272182
Binary10100010100100010110110
Octal242110266

Shades and tints

Shades of #A248B6

#A248B6
(162,72,182)
#9442A6
(148,66,166)
#863C96
(134,60,150)
#783686
(120,54,134)
#6A3076
(106,48,118)
#5C2A66
(92,42,102)
#4E2456
(78,36,86)
#401E46
(64,30,70)
#321836
(50,24,54)
#241226
(36,18,38)
#160C16
(22,12,22)
#000000
(0,0,0)

Tints of #A248B6

#A248B6
(162,72,182)
#AA58BC
(170,88,188)
#B268C2
(178,104,194)
#BA78C8
(186,120,200)
#C288CE
(194,136,206)
#CA98D4
(202,152,212)
#D2A8DA
(210,168,218)
#DAB8E0
(218,184,224)
#E2C8E6
(226,200,230)
#EAD8EC
(234,216,236)
#F2E8F2
(242,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A248B6 color. Also use rgb(162,72,182) instead hex code.

Text Font Color

.myTextColor { color: #A248B6; }

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

This text font color is #A248B6.


Background Color

.myBgColor { background-color: #A248B6; }

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

This div background color is #A248B6.


Border color

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

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

This div border color is #A248B6.


Opacity

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

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

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

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

This text has shadow with #A248B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A248B6 on black background.


Color preview on white background

This text has color #A248B6 on white background.



Black color preview on #A248B6 background

This text has black color on #A248B6 background.


White color preview on #A248B6 background

This text has white color on #A248B6 background.