COLOR #A54875

HEX: #A54875
RGB: (165,72,117)

Color info

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

RGB color model

#A54875 color RGB value is (165,72,117).

  • red value is 165;
  • green value is 72;
  • blue value is 117.
RGB:
(165,72,117)
(65%,28%,46%)

RGB channels and saturation

R 165 of 255 = 65%
G 72 of 255 = 28%
B 117 of 255 = 46%

165
72
117

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

Portions of RGB colors in percentages

R + G + B =
165 + 72 + 117 = 354 (100%)
R 165 of 354 ~ 46.61%
G 72 of 354 ~ 20.34%
B 117 of 354 ~ 33.05%

%46.61
%20.34
%33.05

CMYK color model

#A54875 color CMYK value is (0,56,29,35).

  • cyan value is 0.00%
  • magenta value is 56.36%
  • yellow value is 29.09%
  • key color value is 35.29%
CMYK:
(0,56,29,35)
C0M56Y29K35 
(0%,56%,29%,35%)
(0.00/0.56/0.29/0.35)	

CMYK percentages

%0
%56.36
%29.09
%35.29

Codes

Color #A54875 in popluar color models

A54875
RGB16572117
HSL331°39.24%46.47%
HSB/HSV331°56.36%64.71%
CMYK0.00%56.36%29.09%
35.29%

Color #A54875 in popluar number systems.

HEXA54875
Decimal16572117
Binary1010010110010001110101
Octal245110165

Shades and tints

Shades of #A54875

#A54875
(165,72,117)
#96426B
(150,66,107)
#873C61
(135,60,97)
#783657
(120,54,87)
#69304D
(105,48,77)
#5A2A43
(90,42,67)
#4B2439
(75,36,57)
#3C1E2F
(60,30,47)
#2D1825
(45,24,37)
#1E121B
(30,18,27)
#0F0C11
(15,12,17)
#000000
(0,0,0)

Tints of #A54875

#A54875
(165,72,117)
#AD5881
(173,88,129)
#B5688D
(181,104,141)
#BD7899
(189,120,153)
#C588A5
(197,136,165)
#CD98B1
(205,152,177)
#D5A8BD
(213,168,189)
#DDB8C9
(221,184,201)
#E5C8D5
(229,200,213)
#EDD8E1
(237,216,225)
#F5E8ED
(245,232,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A54875 color. Also use rgb(165,72,117) instead hex code.

Text Font Color

.myTextColor { color: #A54875; }

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

This text font color is #A54875.


Background Color

.myBgColor { background-color: #A54875; }

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

This div background color is #A54875.


Border color

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

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

This div border color is #A54875.


Opacity

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

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

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

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

This text has shadow with #A54875 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A54875 on black background.


Color preview on white background

This text has color #A54875 on white background.



Black color preview on #A54875 background

This text has black color on #A54875 background.


White color preview on #A54875 background

This text has white color on #A54875 background.