COLOR #A00284

HEX: #A00284
RGB: (160,2,132)

Color info

#A00284 contains mainly red and blue colors. Web safe color of #A00284 is #990099 (or #909).

RGB color model

#A00284 color RGB value is (160,2,132).

  • red value is 160;
  • green value is 2;
  • blue value is 132.
RGB:
(160,2,132)
(63%,1%,52%)

RGB channels and saturation

R 160 of 255 = 63%
G 2 of 255 = 1%
B 132 of 255 = 52%

160
2
132

R + G + B ~ 39%. #A00284 is quite dark color.

Portions of RGB colors in percentages

R + G + B =
160 + 2 + 132 = 294 (100%)
R 160 of 294 ~ 54.42%
G 2 of 294 ~ 0.68%
B 132 of 294 ~ 44.9%

%54.42
%44.9

CMYK color model

#A00284 color CMYK value is (0,99,18,37).

  • cyan value is 0.00%
  • magenta value is 98.75%
  • yellow value is 17.50%
  • key color value is 37.25%
CMYK:
(0,99,18,37)
C0M99Y18K37 
(0%,99%,18%,37%)
(0.00/0.99/0.18/0.37)	

CMYK percentages

%0
%98.75
%17.5
%37.25

Codes

Color #A00284 in popluar color models

A00284
RGB1602132
HSL311°97.53%31.76%
HSB/HSV311°98.75%62.75%
CMYK0.00%98.75%17.50%
37.25%

Color #A00284 in popluar number systems.

HEXA00284
Decimal1602132
Binary101000001010000100
Octal2402204

Shades and tints

Shades of #A00284

#A00284
(160,2,132)
#920278
(146,2,120)
#84026C
(132,2,108)
#760260
(118,2,96)
#680254
(104,2,84)
#5A0248
(90,2,72)
#4C023C
(76,2,60)
#3E0230
(62,2,48)
#300224
(48,2,36)
#220218
(34,2,24)
#14020C
(20,2,12)
#000000
(0,0,0)

Tints of #A00284

#A00284
(160,2,132)
#A8198F
(168,25,143)
#B0309A
(176,48,154)
#B847A5
(184,71,165)
#C05EB0
(192,94,176)
#C875BB
(200,117,187)
#D08CC6
(208,140,198)
#D8A3D1
(216,163,209)
#E0BADC
(224,186,220)
#E8D1E7
(232,209,231)
#F0E8F2
(240,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A00284 color. Also use rgb(160,2,132) instead hex code.

Text Font Color

.myTextColor { color: #A00284; }

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

This text font color is #A00284.


Background Color

.myBgColor { background-color: #A00284; }

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

This div background color is #A00284.


Border color

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

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

This div border color is #A00284.


Opacity

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

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

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

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

This text has shadow with #A00284 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A00284 on black background.


Color preview on white background

This text has color #A00284 on white background.



Black color preview on #A00284 background

This text has black color on #A00284 background.


White color preview on #A00284 background

This text has white color on #A00284 background.