COLOR #A0258D

HEX: #A0258D
RGB: (160,37,141)

Color info

#A0258D contains mainly red and blue colors. Web safe color of #A0258D is #993399 (or #939).

RGB color model

#A0258D color RGB value is (160,37,141).

  • red value is 160;
  • green value is 37;
  • blue value is 141.
RGB:
(160,37,141)
(63%,15%,55%)

RGB channels and saturation

R 160 of 255 = 63%
G 37 of 255 = 15%
B 141 of 255 = 55%

160
37
141

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

Portions of RGB colors in percentages

R + G + B =
160 + 37 + 141 = 338 (100%)
R 160 of 338 ~ 47.34%
G 37 of 338 ~ 10.95%
B 141 of 338 ~ 41.72%

%47.34
%10.95
%41.72

CMYK color model

#A0258D color CMYK value is (0,77,12,37).

  • cyan value is 0.00%
  • magenta value is 76.88%
  • yellow value is 11.88%
  • key color value is 37.25%
CMYK:
(0,77,12,37)
C0M77Y12K37 
(0%,77%,12%,37%)
(0.00/0.77/0.12/0.37)	

CMYK percentages

%0
%76.88
%11.88
%37.25

Codes

Color #A0258D in popluar color models

A0258D
RGB16037141
HSL309°62.44%38.63%
HSB/HSV309°76.88%62.75%
CMYK0.00%76.88%11.88%
37.25%

Color #A0258D in popluar number systems.

HEXA0258D
Decimal16037141
Binary1010000010010110001101
Octal24045215

Shades and tints

Shades of #A0258D

#A0258D
(160,37,141)
#922281
(146,34,129)
#841F75
(132,31,117)
#761C69
(118,28,105)
#68195D
(104,25,93)
#5A1651
(90,22,81)
#4C1345
(76,19,69)
#3E1039
(62,16,57)
#300D2D
(48,13,45)
#220A21
(34,10,33)
#140715
(20,7,21)
#000000
(0,0,0)

Tints of #A0258D

#A0258D
(160,37,141)
#A83897
(168,56,151)
#B04BA1
(176,75,161)
#B85EAB
(184,94,171)
#C071B5
(192,113,181)
#C884BF
(200,132,191)
#D097C9
(208,151,201)
#D8AAD3
(216,170,211)
#E0BDDD
(224,189,221)
#E8D0E7
(232,208,231)
#F0E3F1
(240,227,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A0258D color. Also use rgb(160,37,141) instead hex code.

Text Font Color

.myTextColor { color: #A0258D; }

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

This text font color is #A0258D.


Background Color

.myBgColor { background-color: #A0258D; }

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

This div background color is #A0258D.


Border color

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

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

This div border color is #A0258D.


Opacity

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

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

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

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

This text has shadow with #A0258D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A0258D on black background.


Color preview on white background

This text has color #A0258D on white background.



Black color preview on #A0258D background

This text has black color on #A0258D background.


White color preview on #A0258D background

This text has white color on #A0258D background.