COLOR #A061B1

HEX: #A061B1 RGB: (160,97,177)

Color info

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

RGB color model

#A061B1 color RGB value is (160,97,177).

RGB: (160,97,177) (63%, 38%, 69%)

RGB channels and saturation

R 160 of 255 = 63%
G 97 of 255 = 38%
B 177 of 255 = 69%

160
97
177

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

Portions of RGB colors in percentages

R + G + B = 160 + 97 + 177 = 434 (100%)
R 160 of 434 ~ 36.87%
G 97 of 434 ~ 22.35%
B 177 of 434 ~ 40.78'%

%36.87
%22.35
%40.78

CMYK color model

#A061B1 color CMYK value is (10,45,0,31).

  • cyan value is 9.60%
  • magenta value is 45.20%
  • yellow value is 0.00%
  • key color value is 30.59%

CMYK: (10,45,0,31)
C10M45Y0K31 (10%, 45%, 0%, 31%)
(0.10 / 0.45 / 0.00 / 0.31)

CMYK percentages

%9.6
%45.2
%0
%30.59

Codes

Color #A061B1 in popluar color models

A0 61 B1
RGB 160 97 177
HSL 287° 33.90% 53.73%
HSB/HSV 287° 45.20% 69.41%
CMYK 9.60% 45.20% 0.00%
30.59%

Color #A061B1 in popluar number systems.

HEX A0 61 B1
Decimal 160 97 177
Binary 10100000 1100001 10110001
Octal 240 141 261

Shades and tints

Shades of #A061B1

#A061B1
(160,97,177)
#9259A1
(146,89,161)
#845191
(132,81,145)
#764981
(118,73,129)
#684171
(104,65,113)
#5A3961
(90,57,97)
#4C3151
(76,49,81)
#3E2941
(62,41,65)
#302131
(48,33,49)
#221921
(34,25,33)
#141111
(20,17,17)
#000000
(0,0,0)

Tints of #A061B1

#A061B1
(160,97,177)
#A86FB8
(168,111,184)
#B07DBF
(176,125,191)
#B88BC6
(184,139,198)
#C099CD
(192,153,205)
#C8A7D4
(200,167,212)
#D0B5DB
(208,181,219)
#D8C3E2
(216,195,226)
#E0D1E9
(224,209,233)
#E8DFF0
(232,223,240)
#F0EDF7
(240,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A061B1 color. Also use rgb(160,97,177) instead hex code.

Text Font Color

.myTextColor { color: #A061B1; }

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

This text font color is #A061B1.

Background Color

.myBgColor { background-color: #A061B1; }

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

This div background color is #A061B1.

Border color

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

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

This div border color is #A061B1.

Opacity

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

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

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

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

This text has shadow with #A061B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A061B1.

Preview

Color preview on black background

This text has color #A061B1 on black background.


Color preview on white background

This text has color #A061B1 on white background.


Black color preview on #A061B1 background

This text has black color on #A061B1 background.


White color preview on #A061B1 background

This text has white color on #A061B1 background.


Related colors

Complementary color

Complementary color for #hex is #5F9E4E.


I love getcolorcode.com

Triadic colors

1 #B1A061 and #61B1A0 with #A061B1 are triadic colors.

2 #B161A0 and #61A0B1 with #A061B1 are triadic colors.