COLOR #A5307A

HEX: #A5307A
RGB: (165,48,122)

Color info

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

RGB color model

#A5307A color RGB value is (165,48,122).

  • red value is 165;
  • green value is 48;
  • blue value is 122.
RGB:
(165,48,122)
(65%,19%,48%)

RGB channels and saturation

R 165 of 255 = 65%
G 48 of 255 = 19%
B 122 of 255 = 48%

165
48
122

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

Portions of RGB colors in percentages

R + G + B =
165 + 48 + 122 = 335 (100%)
R 165 of 335 ~ 49.25%
G 48 of 335 ~ 14.33%
B 122 of 335 ~ 36.42%

%49.25
%14.33
%36.42

CMYK color model

#A5307A color CMYK value is (0,71,26,35).

  • cyan value is 0.00%
  • magenta value is 70.91%
  • yellow value is 26.06%
  • key color value is 35.29%
CMYK:
(0,71,26,35)
C0M71Y26K35 
(0%,71%,26%,35%)
(0.00/0.71/0.26/0.35)	

CMYK percentages

%0
%70.91
%26.06
%35.29

Codes

Color #A5307A in popluar color models

A5307A
RGB16548122
HSL322°54.93%41.76%
HSB/HSV322°70.91%64.71%
CMYK0.00%70.91%26.06%
35.29%

Color #A5307A in popluar number systems.

HEXA5307A
Decimal16548122
Binary101001011100001111010
Octal24560172

Shades and tints

Shades of #A5307A

#A5307A
(165,48,122)
#962C6F
(150,44,111)
#872864
(135,40,100)
#782459
(120,36,89)
#69204E
(105,32,78)
#5A1C43
(90,28,67)
#4B1838
(75,24,56)
#3C142D
(60,20,45)
#2D1022
(45,16,34)
#1E0C17
(30,12,23)
#0F080C
(15,8,12)
#000000
(0,0,0)

Tints of #A5307A

#A5307A
(165,48,122)
#AD4286
(173,66,134)
#B55492
(181,84,146)
#BD669E
(189,102,158)
#C578AA
(197,120,170)
#CD8AB6
(205,138,182)
#D59CC2
(213,156,194)
#DDAECE
(221,174,206)
#E5C0DA
(229,192,218)
#EDD2E6
(237,210,230)
#F5E4F2
(245,228,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #A5307A color. Also use rgb(165,48,122) instead hex code.

Text Font Color

.myTextColor { color: #A5307A; }

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

This text font color is #A5307A.


Background Color

.myBgColor { background-color: #A5307A; }

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

This div background color is #A5307A.


Border color

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

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

This div border color is #A5307A.


Opacity

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

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

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

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

This text has shadow with #A5307A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #A5307A on black background.


Color preview on white background

This text has color #A5307A on white background.



Black color preview on #A5307A background

This text has black color on #A5307A background.


White color preview on #A5307A background

This text has white color on #A5307A background.