COLOR #A03BAD

HEX: #A03BAD RGB: (160,59,173)

Color info

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

RGB color model

#A03BAD color RGB value is (160,59,173).

RGB: (160,59,173) (63%, 23%, 68%)

RGB channels and saturation

R 160 of 255 = 63%
G 59 of 255 = 23%
B 173 of 255 = 68%

160
59
173

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

Portions of RGB colors in percentages

R + G + B = 160 + 59 + 173 = 392 (100%)
R 160 of 392 ~ 40.82%
G 59 of 392 ~ 15.05%
B 173 of 392 ~ 44.13'%

%40.82
%15.05
%44.13

CMYK color model

#A03BAD color CMYK value is (8,66,0,32).

  • cyan value is 7.51%
  • magenta value is 65.90%
  • yellow value is 0.00%
  • key color value is 32.16%
CMYK: (8,66,0,32) C8M66Y0K32 (8%,66%,0%,32%) (0.08/0.66/0.00/0.32) 

CMYK percentages

%7.51
%65.9
%0
%32.16

Codes

Color #A03BAD in popluar color models

A0 3B AD
RGB 160 59 173
HSL 293° 49.14% 45.49%
HSB/HSV 293° 65.90% 67.84%
CMYK 7.51% 65.90% 0.00%
32.16%

Color #A03BAD in popluar number systems.

HEX A0 3B AD
Decimal 160 59 173
Binary 10100000 111011 10101101
Octal 240 73 255

Shades and tints

Shades of #A03BAD

#A03BAD
(160,59,173)
#92369E
(146,54,158)
#84318F
(132,49,143)
#762C80
(118,44,128)
#682771
(104,39,113)
#5A2262
(90,34,98)
#4C1D53
(76,29,83)
#3E1844
(62,24,68)
#301335
(48,19,53)
#220E26
(34,14,38)
#140917
(20,9,23)
#000000
(0,0,0)

Tints of #A03BAD

#A03BAD
(160,59,173)
#A84CB4
(168,76,180)
#B05DBB
(176,93,187)
#B86EC2
(184,110,194)
#C07FC9
(192,127,201)
#C890D0
(200,144,208)
#D0A1D7
(208,161,215)
#D8B2DE
(216,178,222)
#E0C3E5
(224,195,229)
#E8D4EC
(232,212,236)
#F0E5F3
(240,229,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A03BAD color. Also use rgb(160,59,173) instead hex code.

Text Font Color

.myTextColor { color: #A03BAD; }

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

This text font color is #A03BAD.

Background Color

.myBgColor { background-color: #A03BAD; }

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

This div background color is #A03BAD.

Border color

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

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

This div border color is #A03BAD.

Opacity

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

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

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

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

This text has shadow with #A03BAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A03BAD.

Preview

Color preview on black background

This text has color #A03BAD on black background.


Color preview on white background

This text has color #A03BAD on white background.


Black color preview on #A03BAD background

This text has black color on #A03BAD background.


White color preview on #A03BAD background

This text has white color on #A03BAD background.


Related colors

Complementary color

Complementary color for #hex is #5FC452.


I love getcolorcode.com

Triadic colors

1 #ADA03B and #3BADA0 with #A03BAD are triadic colors.

2 #AD3BA0 and #3BA0AD with #A03BAD are triadic colors.