COLOR #A02375

HEX: #A02375
RGB: (160,35,117)

Color info

#A02375 contains mainly red and blue colors. Web safe color of #A02375 is #993366 (or #936).

RGB color model

#A02375 color RGB value is (160,35,117).

  • red value is 160;
  • green value is 35;
  • blue value is 117.
RGB:
(160,35,117)
(63%,14%,46%)

RGB channels and saturation

R 160 of 255 = 63%
G 35 of 255 = 14%
B 117 of 255 = 46%

160
35
117

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

Portions of RGB colors in percentages

R + G + B =
160 + 35 + 117 = 312 (100%)
R 160 of 312 ~ 51.28%
G 35 of 312 ~ 11.22%
B 117 of 312 ~ 37.5%

%51.28
%11.22
%37.5

CMYK color model

#A02375 color CMYK value is (0,78,27,37).

  • cyan value is 0.00%
  • magenta value is 78.13%
  • yellow value is 26.88%
  • key color value is 37.25%
CMYK:
(0,78,27,37)
C0M78Y27K37 
(0%,78%,27%,37%)
(0.00/0.78/0.27/0.37)	

CMYK percentages

%0
%78.13
%26.88
%37.25

Codes

Color #A02375 in popluar color models

A02375
RGB16035117
HSL321°64.10%38.24%
HSB/HSV321°78.13%62.75%
CMYK0.00%78.13%26.88%
37.25%

Color #A02375 in popluar number systems.

HEXA02375
Decimal16035117
Binary101000001000111110101
Octal24043165

Shades and tints

Shades of #A02375

#A02375
(160,35,117)
#92206B
(146,32,107)
#841D61
(132,29,97)
#761A57
(118,26,87)
#68174D
(104,23,77)
#5A1443
(90,20,67)
#4C1139
(76,17,57)
#3E0E2F
(62,14,47)
#300B25
(48,11,37)
#22081B
(34,8,27)
#140511
(20,5,17)
#000000
(0,0,0)

Tints of #A02375

#A02375
(160,35,117)
#A83781
(168,55,129)
#B04B8D
(176,75,141)
#B85F99
(184,95,153)
#C073A5
(192,115,165)
#C887B1
(200,135,177)
#D09BBD
(208,155,189)
#D8AFC9
(216,175,201)
#E0C3D5
(224,195,213)
#E8D7E1
(232,215,225)
#F0EBED
(240,235,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A02375 color. Also use rgb(160,35,117) instead hex code.

Text Font Color

.myTextColor { color: #A02375; }

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

This text font color is #A02375.


Background Color

.myBgColor { background-color: #A02375; }

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

This div background color is #A02375.


Border color

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

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

This div border color is #A02375.


Opacity

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

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

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

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

This text has shadow with #A02375 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A02375 on black background.


Color preview on white background

This text has color #A02375 on white background.



Black color preview on #A02375 background

This text has black color on #A02375 background.


White color preview on #A02375 background

This text has white color on #A02375 background.