COLOR #A060B0

HEX: #A060B0
RGB: (160,96,176)

Color info

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

RGB color model

#A060B0 color RGB value is (160,96,176).

  • red value is 160;
  • green value is 96;
  • blue value is 176.
RGB:
(160,96,176)
(63%,38%,69%)

RGB channels and saturation

R 160 of 255 = 63%
G 96 of 255 = 38%
B 176 of 255 = 69%

160
96
176

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

Portions of RGB colors in percentages

R + G + B =
160 + 96 + 176 = 432 (100%)
R 160 of 432 ~ 37.04%
G 96 of 432 ~ 22.22%
B 176 of 432 ~ 40.74%

%37.04
%22.22
%40.74

CMYK color model

#A060B0 color CMYK value is (9,45,0,31).

  • cyan value is 9.09%
  • magenta value is 45.45%
  • yellow value is 0.00%
  • key color value is 30.98%
CMYK:
(9,45,0,31)
C9M45Y0K31 
(9%,45%,0%,31%)
(0.09/0.45/0.00/0.31)	

CMYK percentages

%9.09
%45.45
%0
%30.98

Codes

Color #A060B0 in popluar color models

A060B0
RGB16096176
HSL288°33.61%53.33%
HSB/HSV288°45.45%69.02%
CMYK9.09%45.45%0.00%
30.98%

Color #A060B0 in popluar number systems.

HEXA060B0
Decimal16096176
Binary10100000110000010110000
Octal240140260

Shades and tints

Shades of #A060B0

#A060B0
(160,96,176)
#9258A0
(146,88,160)
#845090
(132,80,144)
#764880
(118,72,128)
#684070
(104,64,112)
#5A3860
(90,56,96)
#4C3050
(76,48,80)
#3E2840
(62,40,64)
#302030
(48,32,48)
#221820
(34,24,32)
#141010
(20,16,16)
#000000
(0,0,0)

Tints of #A060B0

#A060B0
(160,96,176)
#A86EB7
(168,110,183)
#B07CBE
(176,124,190)
#B88AC5
(184,138,197)
#C098CC
(192,152,204)
#C8A6D3
(200,166,211)
#D0B4DA
(208,180,218)
#D8C2E1
(216,194,225)
#E0D0E8
(224,208,232)
#E8DEEF
(232,222,239)
#F0ECF6
(240,236,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A060B0 color. Also use rgb(160,96,176) instead hex code.

Text Font Color

.myTextColor { color: #A060B0; }

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

This text font color is #A060B0.


Background Color

.myBgColor { background-color: #A060B0; }

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

This div background color is #A060B0.


Border color

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

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

This div border color is #A060B0.


Opacity

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

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

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

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

This text has shadow with #A060B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A060B0 on black background.


Color preview on white background

This text has color #A060B0 on white background.



Black color preview on #A060B0 background

This text has black color on #A060B0 background.


White color preview on #A060B0 background

This text has white color on #A060B0 background.