COLOR #A072BD

HEX: #A072BD
RGB: (160,114,189)

Color info

#A072BD contains mainly red and blue colors. Web safe color of #A072BD is #9966CC (or #96C).

RGB color model

#A072BD color RGB value is (160,114,189).

  • red value is 160;
  • green value is 114;
  • blue value is 189.
RGB:
(160,114,189)
(63%,45%,74%)

RGB channels and saturation

R 160 of 255 = 63%
G 114 of 255 = 45%
B 189 of 255 = 74%

160
114
189

R + G + B ~ 61%. #A072BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
160 + 114 + 189 = 463 (100%)
R 160 of 463 ~ 34.56%
G 114 of 463 ~ 24.62%
B 189 of 463 ~ 40.82%

%34.56
%24.62
%40.82

CMYK color model

#A072BD color CMYK value is (15,40,0,26).

  • cyan value is 15.34%
  • magenta value is 39.68%
  • yellow value is 0.00%
  • key color value is 25.88%
CMYK:
(15,40,0,26)
C15M40Y0K26 
(15%,40%,0%,26%)
(0.15/0.40/0.00/0.26)	

CMYK percentages

%15.34
%39.68
%0
%25.88

Codes

Color #A072BD in popluar color models

A072BD
RGB160114189
HSL277°36.23%59.41%
HSB/HSV277°39.68%74.12%
CMYK15.34%39.68%0.00%
25.88%

Color #A072BD in popluar number systems.

HEXA072BD
Decimal160114189
Binary10100000111001010111101
Octal240162275

Shades and tints

Shades of #A072BD

#A072BD
(160,114,189)
#9268AC
(146,104,172)
#845E9B
(132,94,155)
#76548A
(118,84,138)
#684A79
(104,74,121)
#5A4068
(90,64,104)
#4C3657
(76,54,87)
#3E2C46
(62,44,70)
#302235
(48,34,53)
#221824
(34,24,36)
#140E13
(20,14,19)
#000000
(0,0,0)

Tints of #A072BD

#A072BD
(160,114,189)
#A87EC3
(168,126,195)
#B08AC9
(176,138,201)
#B896CF
(184,150,207)
#C0A2D5
(192,162,213)
#C8AEDB
(200,174,219)
#D0BAE1
(208,186,225)
#D8C6E7
(216,198,231)
#E0D2ED
(224,210,237)
#E8DEF3
(232,222,243)
#F0EAF9
(240,234,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A072BD color. Also use rgb(160,114,189) instead hex code.

Text Font Color

.myTextColor { color: #A072BD; }

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

This text font color is #A072BD.


Background Color

.myBgColor { background-color: #A072BD; }

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

This div background color is #A072BD.


Border color

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

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

This div border color is #A072BD.


Opacity

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

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

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

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

This text has shadow with #A072BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A072BD on black background.


Color preview on white background

This text has color #A072BD on white background.



Black color preview on #A072BD background

This text has black color on #A072BD background.


White color preview on #A072BD background

This text has white color on #A072BD background.