COLOR #A073B3

HEX: #A073B3
RGB: (160,115,179)

Color info

#A073B3 contains mainly red and blue colors. Web safe color of #A073B3 is #996699 (or #969).

RGB color model

#A073B3 color RGB value is (160,115,179).

  • red value is 160;
  • green value is 115;
  • blue value is 179.
RGB:
(160,115,179)
(63%,45%,70%)

RGB channels and saturation

R 160 of 255 = 63%
G 115 of 255 = 45%
B 179 of 255 = 70%

160
115
179

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

Portions of RGB colors in percentages

R + G + B =
160 + 115 + 179 = 454 (100%)
R 160 of 454 ~ 35.24%
G 115 of 454 ~ 25.33%
B 179 of 454 ~ 39.43%

%35.24
%25.33
%39.43

CMYK color model

#A073B3 color CMYK value is (11,36,0,30).

  • cyan value is 10.61%
  • magenta value is 35.75%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(11,36,0,30)
C11M36Y0K30 
(11%,36%,0%,30%)
(0.11/0.36/0.00/0.30)	

CMYK percentages

%10.61
%35.75
%0
%29.8

Codes

Color #A073B3 in popluar color models

A073B3
RGB160115179
HSL282°29.63%57.65%
HSB/HSV282°35.75%70.20%
CMYK10.61%35.75%0.00%
29.80%

Color #A073B3 in popluar number systems.

HEXA073B3
Decimal160115179
Binary10100000111001110110011
Octal240163263

Shades and tints

Shades of #A073B3

#A073B3
(160,115,179)
#9269A3
(146,105,163)
#845F93
(132,95,147)
#765583
(118,85,131)
#684B73
(104,75,115)
#5A4163
(90,65,99)
#4C3753
(76,55,83)
#3E2D43
(62,45,67)
#302333
(48,35,51)
#221923
(34,25,35)
#140F13
(20,15,19)
#000000
(0,0,0)

Tints of #A073B3

#A073B3
(160,115,179)
#A87FB9
(168,127,185)
#B08BBF
(176,139,191)
#B897C5
(184,151,197)
#C0A3CB
(192,163,203)
#C8AFD1
(200,175,209)
#D0BBD7
(208,187,215)
#D8C7DD
(216,199,221)
#E0D3E3
(224,211,227)
#E8DFE9
(232,223,233)
#F0EBEF
(240,235,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A073B3 color. Also use rgb(160,115,179) instead hex code.

Text Font Color

.myTextColor { color: #A073B3; }

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

This text font color is #A073B3.


Background Color

.myBgColor { background-color: #A073B3; }

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

This div background color is #A073B3.


Border color

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

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

This div border color is #A073B3.


Opacity

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

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

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

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

This text has shadow with #A073B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A073B3 on black background.


Color preview on white background

This text has color #A073B3 on white background.



Black color preview on #A073B3 background

This text has black color on #A073B3 background.


White color preview on #A073B3 background

This text has white color on #A073B3 background.