COLOR #A5309C

HEX: #A5309C RGB: (165,48,156)

Color info

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

RGB color model

#A5309C color RGB value is (165,48,156).

RGB: (165,48,156) (65%, 19%, 61%)

RGB channels and saturation

R 165 of 255 = 65%
G 48 of 255 = 19%
B 156 of 255 = 61%

165
48
156

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

Portions of RGB colors in percentages

R + G + B = 165 + 48 + 156 = 369 (100%)
R 165 of 369 ~ 44.72%
G 48 of 369 ~ 13.01%
B 156 of 369 ~ 42.28'%

%44.72
%13.01
%42.28

CMYK color model

#A5309C color CMYK value is (0,71,5,35).

  • cyan value is 0.00%
  • magenta value is 70.91%
  • yellow value is 5.45%
  • key color value is 35.29%

CMYK: (0,71,5,35)
C0M71Y5K35 (0%, 71%, 5%, 35%)
(0.00 / 0.71 / 0.05 / 0.35)

CMYK percentages

%0
%70.91
%5.45
%35.29

Codes

Color #A5309C in popluar color models

A5 30 9C
RGB 165 48 156
HSL 305° 54.93% 41.76%
HSB/HSV 305° 70.91% 64.71%
CMYK 0.00% 70.91% 5.45%
35.29%

Color #A5309C in popluar number systems.

HEX A5 30 9C
Decimal 165 48 156
Binary 10100101 110000 10011100
Octal 245 60 234

Shades and tints

Shades of #A5309C

#A5309C
(165,48,156)
#962C8E
(150,44,142)
#872880
(135,40,128)
#782472
(120,36,114)
#692064
(105,32,100)
#5A1C56
(90,28,86)
#4B1848
(75,24,72)
#3C143A
(60,20,58)
#2D102C
(45,16,44)
#1E0C1E
(30,12,30)
#0F0810
(15,8,16)
#000000
(0,0,0)

Tints of #A5309C

#A5309C
(165,48,156)
#AD42A5
(173,66,165)
#B554AE
(181,84,174)
#BD66B7
(189,102,183)
#C578C0
(197,120,192)
#CD8AC9
(205,138,201)
#D59CD2
(213,156,210)
#DDAEDB
(221,174,219)
#E5C0E4
(229,192,228)
#EDD2ED
(237,210,237)
#F5E4F6
(245,228,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #A5309C; }

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

This text font color is #A5309C.

Background Color

.myBgColor { background-color: #A5309C; }

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

This div background color is #A5309C.

Border color

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

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

This div border color is #A5309C.

Opacity

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

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

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

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

This text has shadow with #A5309C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #A5309C.

Preview

Color preview on black background

This text has color #A5309C on black background.


Color preview on white background

This text has color #A5309C on white background.


Black color preview on #A5309C background

This text has black color on #A5309C background.


White color preview on #A5309C background

This text has white color on #A5309C background.


Related colors

Complementary color

Complementary color for #hex is #5ACF63.


I love getcolorcode.com

Triadic colors

1 #9CA530 and #309CA5 with #A5309C are triadic colors.

2 #9C30A5 and #30A59C with #A5309C are triadic colors.